Searched defs:ConstantPool (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValue.h | 43 ConstantPool, enumerator
|
| H A D | StackMaps.h | 241 using ConstantPool = MapVector<uint64_t, uint64_t>; variable
|
| H A D | ISDOpcodes.h | 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ThumbRegisterInfo.cpp | 71 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() local 90 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool() local
|
| H A D | ARMBaseRegisterInfo.cpp | 446 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool() local
|
| H A D | ARMISelLowering.cpp | 8472 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitSjLjDispatchBlock() local 8573 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitSjLjDispatchBlock() local 8975 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitStructByval() local
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 215 if (const auto *ConstantPool = MF.getConstantPool()) in print() local 456 const MachineConstantPool &ConstantPool) { in convert()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 375 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction() local 742 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.cpp | 444 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate() local
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 4588 const SmallDenseMap<Value *, Constant *> &ConstantPool) { in LookupConstant() 4600 const SmallDenseMap<Value *, Constant *> &ConstantPool) { in ConstantFold() 4642 SmallDenseMap<Value *, Constant *> ConstantPool; in GetCaseResults() local
|