Home
last modified time | relevance | path

Searched defs:ConstantPool (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h41 ConstantPool, enumerator
H A DStackMaps.h302 using ConstantPool = MapVector<uint64_t, uint64_t>; variable
H A DISDOpcodes.h82 ConstantPool, enumerator
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() local
89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool() local
H A DARMBaseRegisterInfo.cpp502 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool() local
H A DARMISelLowering.cpp10864 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitSjLjDispatchBlock() local
10964 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitSjLjDispatchBlock() local
11360 MachineConstantPool *ConstantPool = MF->getConstantPool(); in EmitStructByval() local
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp443 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate() local
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp487 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction() local
910 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp231 if (const auto *ConstantPool = MF.getConstantPool()) in print() local
556 const MachineConstantPool &ConstantPool) { in convert()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5462 const SmallDenseMap<Value *, Constant *> &ConstantPool) { in LookupConstant()
5474 const SmallDenseMap<Value *, Constant *> &ConstantPool) { in ConstantFold()
5511 SmallDenseMap<Value *, Constant *> ConstantPool; in getCaseResults() local