|
LLVM 24.0.0git
|
Go to the source code of this file.
Classes | |
| class | llvm::StackProtectorDescriptor |
| Encapsulates all of the information needed to generate a stack protector check, and signals to isel when initialized that one needs to be generated. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| LLVM_ABI MachineBasicBlock::iterator | llvm::findSplitPointForStackProtector (MachineBasicBlock *BB, const TargetInstrInfo &TII) |
| Find the split point at which to splice the end of BB into its success stack protector check machine basic block. | |
| LLVM_ABI FPClassTest | llvm::invertFPClassTestIfSimpler (FPClassTest Test, bool UseFCmp) |
| Evaluates if the specified FP class test is better performed as the inverse (i.e. | |
| LLVM_ABI const MDNode * | llvm::getMemCacheHintMetadata (const Instruction &I, unsigned OperandNo=0) |
Return the cache hint metadata node for memory operand OperandNo on I, or nullptr when the instruction has no hint for that operand. | |
| LLVM_ABI void | llvm::salvageDebugInfoForDbgValue (const MachineRegisterInfo &MRI, MachineInstr &MI, ArrayRef< MachineOperand * > DbgUsers) |
Assuming the instruction MI is going to be deleted, attempt to salvage debug users of MI by writing the effect of MI in a DIExpression. | |