Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h37 ConstantPool, enumerator
H A DStackMaps.h309 using ConstantPool = MapVector<uint64_t, uint64_t>; variable
H A DISDOpcodes.h82 ConstantPool, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp257 Constant *ConstantPool = ConstantStruct::getAnon(ConstantsInStruct); mergeModuleStringPool() local
/freebsd-src/contrib/llvm-project/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.cpp11083 MachineConstantPool *ConstantPool = MF->getConstantPool(); EmitSjLjDispatchBlock() local
11183 MachineConstantPool *ConstantPool = MF->getConstantPool(); EmitSjLjDispatchBlock() local
11578 MachineConstantPool *ConstantPool = MF->getConstantPool(); EmitStructByval() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp440 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp237 if (const auto *ConstantPool = MF.getConstantPool()) print() local
575 convert(yaml::MachineFunction & MF,const MachineConstantPool & ConstantPool) convert() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp502 auto *ConstantPool = MF.getConstantPool(); initializeMachineFunction() local
963 initializeConstantPool(PerFunctionMIParsingState & PFS,MachineConstantPool & ConstantPool,const yaml::MachineFunction & YamlMF) initializeConstantPool() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5773 LookupConstant(Value * V,const SmallDenseMap<Value *,Constant * > & ConstantPool) LookupConstant() argument
5785 ConstantFold(Instruction * I,const DataLayout & DL,const SmallDenseMap<Value *,Constant * > & ConstantPool) ConstantFold() argument
5822 SmallDenseMap<Value *, Constant *> ConstantPool; getCaseResults() local
[all...]