Home
last modified time | relevance | path

Searched refs:getConstantPool (Results 1 – 25 of 41) sorted by relevance

12

/NextBSD/contrib/llvm/lib/CodeGen/
HDPseudoSourceValue.cpp51 const PseudoSourceValue *PseudoSourceValue::getConstantPool() in getConstantPool() function in PseudoSourceValue
82 this == getConstantPool() || in isConstant()
91 this == getConstantPool() || in isAliased()
99 this == getConstantPool() || in mayAlias()
HDMachineInstr.cpp446 MachinePointerInfo MachinePointerInfo::getConstantPool() { in getConstantPool() function in MachinePointerInfo
447 return MachinePointerInfo(PseudoSourceValue::getConstantPool()); in getConstantPool()
HDMachineLICM.cpp925 if (PSV == PSV->getGOT() || PSV == PSV->getConstantPool()) in isLoadFromGOTOrConstantPool()
/NextBSD/contrib/llvm/lib/MC/
HDConstantPools.cpp51 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() function in AssemblerConstantPools
86 if (ConstantPool *CP = getConstantPool(Section)) { in emitForCurrentSection()
/NextBSD/contrib/llvm/include/llvm/MC/
HDConstantPools.h86 ConstantPool *getConstantPool(MCSection *Section);
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDPseudoSourceValue.h75 static const PseudoSourceValue *getConstantPool();
HDMachineFunction.h216 MachineConstantPool *getConstantPool() { return ConstantPool; }
217 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
HDMachineMemOperand.h65 static MachinePointerInfo getConstantPool();
HDSelectionDAG.h481 SDValue getConstantPool(const Constant *C, EVT VT,
487 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
489 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
495 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMInstrInfo.cpp164 unsigned Idx = MF.getConstantPool()->getConstantPoolIndex(CPV, Align); in runOnMachineFunction()
HDThumbRegisterInfo.cpp71 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool()
90 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
HDARMBaseRegisterInfo.cpp400 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
HDARMISelLowering.cpp1738 MachinePointerInfo::getConstantPool(), false, false, in LowerCall()
1752 MachinePointerInfo::getConstantPool(), false, false, in LowerCall()
1808 MachinePointerInfo::getConstantPool(), false, false, in LowerCall()
2471 MachinePointerInfo::getConstantPool(), in LowerBlockAddress()
2495 MachinePointerInfo::getConstantPool(), in LowerToTLSGeneralDynamicModel()
2547 MachinePointerInfo::getConstantPool(), in LowerToTLSExecModels()
2555 MachinePointerInfo::getConstantPool(), in LowerToTLSExecModels()
2565 MachinePointerInfo::getConstantPool(), in LowerToTLSExecModels()
2608 MachinePointerInfo::getConstantPool(), in LowerGlobalAddressELF()
2632 MachinePointerInfo::getConstantPool(), in LowerGlobalAddressELF()
[all …]
HDARMAsmPrinter.cpp105 MCP = MF.getConstantPool(); in runOnMachineFunction()
1156 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
HDARMConstantIslandPass.cpp390 MCP = mf.getConstantPool(); in runOnMachineFunction()
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreISelDAGToDAG.cpp155 MachinePointerInfo::getConstantPool(), MachineMemOperand::MOLoad, 4, 4); in Select()
HDXCoreInstrInfo.cpp448 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeDAG.cpp273 DAG.getConstantPool(LLVMC, TLI.getPointerTy(DAG.getDataLayout())); in ExpandConstantFP()
279 CPIdx, MachinePointerInfo::getConstantPool(), in ExpandConstantFP()
285 MachinePointerInfo::getConstantPool(), false, false, false, in ExpandConstantFP()
2012 DAG.getConstantPool(CP, TLI.getPointerTy(DAG.getDataLayout())); in ExpandBUILD_VECTOR()
2015 MachinePointerInfo::getConstantPool(), in ExpandBUILD_VECTOR()
2608 DAG.getConstantPool(FudgeFactor, TLI.getPointerTy(DAG.getDataLayout())); in ExpandLegalINT_TO_FP()
2615 MachinePointerInfo::getConstantPool(), in ExpandLegalINT_TO_FP()
2620 MachinePointerInfo::getConstantPool(), in ExpandLegalINT_TO_FP()
HDInstrEmitter.cpp417 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86AsmPrinter.cpp566 MF->getConstantPool()->getConstants()[CPID]; in GetCPISymbol()
HDX86MCInstLower.cpp975 MI.getParent()->getParent()->getConstantPool()->getConstants(); in getConstantFromPool()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp2531 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2533 Offset, MachinePointerInfo::getConstantPool(), in lowerGlobalTLSAddress()
2546 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2548 Offset, MachinePointerInfo::getConstantPool(), in lowerGlobalTLSAddress()
2564 SDValue DTPOffset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2566 DTPOffset, MachinePointerInfo::getConstantPool(), in lowerGlobalTLSAddress()
2589 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2591 Offset, MachinePointerInfo::getConstantPool(), in lowerGlobalTLSAddress()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsAsmPrinter.cpp79 MCP = MF.getConstantPool(); in runOnMachineFunction()
HDMipsConstantIslandPass.cpp450 MCP = mf.getConstantPool(); in runOnMachineFunction()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDGPUISelDAGToDAG.cpp684 if (PSV && PSV == PseudoSourceValue::getConstantPool()) { in isCPLoad()

12