Searched defs:ConstantPool (Results 1 – 11 of 11) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | PseudoSourceValue.h | 37 ConstantPool, enumerator
|
H A D | StackMaps.h | 309 using ConstantPool = MapVector<uint64_t, uint64_t>; variable
|
H A D | ISDOpcodes.h | 82 ConstantPool, enumerator
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMergeStringPool.cpp |
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ThumbRegisterInfo.cpp | 70 MachineConstantPool *ConstantPool = MF.getConstantPool(); emitThumb1LoadConstPool() local 89 MachineConstantPool *ConstantPool = MF.getConstantPool(); emitThumb2LoadConstPool() local
|
H A D | ARMBaseRegisterInfo.cpp | 502 MachineConstantPool *ConstantPool = MF.getConstantPool(); emitLoadConstPool() local
|
H A D | ARMISelLowering.cpp | 11115 MachineConstantPool *ConstantPool = MF->getConstantPool(); EmitSjLjDispatchBlock() local 11215 MachineConstantPool *ConstantPool = MF->getConstantPool(); EmitSjLjDispatchBlock() local 11610 MachineConstantPool *ConstantPool = MF->getConstantPool(); EmitStructByval() local
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.cpp | 440 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); loadImmediate() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 239 if (const auto *ConstantPool = MF.getConstantPool()) print() local 578 convert(yaml::MachineFunction & MF,const MachineConstantPool & ConstantPool) convert() argument
|
/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 521 auto *ConstantPool = MF.getConstantPool(); initializeMachineFunction() local 983 initializeConstantPool(PerFunctionMIParsingState & PFS,MachineConstantPool & ConstantPool,const yaml::MachineFunction & YamlMF) initializeConstantPool() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 5863 LookupConstant(Value * V,const SmallDenseMap<Value *,Constant * > & ConstantPool) LookupConstant() argument 5875 ConstantFold(Instruction * I,const DataLayout & DL,const SmallDenseMap<Value *,Constant * > & ConstantPool) ConstantFold() argument 5912 SmallDenseMap<Value *, Constant *> ConstantPool; getCaseResults() local [all...] |