Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPseudoSourceValue.cpp51 const PseudoSourceValue *PseudoSourceValue::getConstantPool() in getConstantPool() function in PseudoSourceValue
86 this == getConstantPool() || in isConstant()
96 this == getConstantPool() || in isAliased()
105 this == getConstantPool() || in mayAlias()
DELFCodeEmitter.cpp64 emitConstantPool(MF.getConstantPool()); in startFunction()
/external/llvm/lib/MC/
DConstantPools.cpp50 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() function in AssemblerConstantPools
83 if (ConstantPool *CP = getConstantPool(Section)) { in emitForCurrentSection()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2RegisterInfo.cpp43 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
DARMISelLowering.cpp1431 MachinePointerInfo::getConstantPool(), in LowerCall()
1446 MachinePointerInfo::getConstantPool(), in LowerCall()
1467 MachinePointerInfo::getConstantPool(), in LowerCall()
1496 MachinePointerInfo::getConstantPool(), in LowerCall()
1967 MachinePointerInfo::getConstantPool(), in LowerBlockAddress()
1991 MachinePointerInfo::getConstantPool(), in LowerToTLSGeneralDynamicModel()
2039 MachinePointerInfo::getConstantPool(), in LowerToTLSExecModels()
2047 MachinePointerInfo::getConstantPool(), in LowerToTLSExecModels()
2056 MachinePointerInfo::getConstantPool(), in LowerToTLSExecModels()
2094 MachinePointerInfo::getConstantPool(), in LowerGlobalAddressELF()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DPseudoSourceValue.h74 static const PseudoSourceValue *getConstantPool();
DMachineMemOperand.h54 static MachinePointerInfo getConstantPool();
DMachineFunction.h179 MachineConstantPool *getConstantPool() { return ConstantPool; }
180 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
DSelectionDAG.h369 SDValue getConstantPool(const Constant *C, EVT VT,
375 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
377 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
383 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
/external/llvm/include/llvm/MC/
DConstantPools.h88 ConstantPool *getConstantPool(MCSection *Section);
/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp108 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool() function in PseudoSourceValueManager
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h170 const PseudoSourceValue *getConstantPool();
DMachineFunction.h302 MachineConstantPool *getConstantPool() { return ConstantPool; }
303 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
DMachineMemOperand.h64 static MachinePointerInfo getConstantPool(MachineFunction &MF);
DSelectionDAG.h541 SDValue getConstantPool(const Constant *C, EVT VT,
547 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
549 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT,
555 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp121 MCPEs = &MF.getConstantPool()->getConstants(); in runOnMachineFunction()
/external/llvm/lib/Target/ARM/
DThumbRegisterInfo.cpp71 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool()
90 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp172 assert(MF->getConstantPool()->getConstants().empty() && in EmitConstantPool()
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp155 MF->getMachineMemOperand(MachinePointerInfo::getConstantPool(*MF), in Select()
DXCoreInstrInfo.cpp442 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp177 MachinePointerInfo::getConstantPool(), MachineMemOperand::MOLoad, 4, 4); in Select()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelDAGToDAG.cpp279 if (PSV && PSV == PseudoSourceValue::getConstantPool()) { in isCPLoad()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp279 DAG.getConstantPool(LLVMC, TLI.getPointerTy(DAG.getDataLayout())); in ExpandConstantFP()
284 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), VT, in ExpandConstantFP()
290 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandConstantFP()
299 SDValue CPIdx = DAG.getConstantPool(CP->getConstantIntValue(), in ExpandConstant()
304 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandConstant()
1888 DAG.getConstantPool(CP, TLI.getPointerTy(DAG.getDataLayout())); in ExpandBUILD_VECTOR()
1892 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in ExpandBUILD_VECTOR()
2447 DAG.getConstantPool(FudgeFactor, TLI.getPointerTy(DAG.getDataLayout())); in ExpandLegalINT_TO_FP()
2455 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in ExpandLegalINT_TO_FP()
2460 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), MVT::f32, in ExpandLegalINT_TO_FP()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp558 MF->getConstantPool()->getConstants()[CPID]; in GetCPISymbol()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp370 SDValue CPIdx = DAG.getConstantPool(LLVMC, TLI.getPointerTy()); in ExpandConstantFP()
375 CPIdx, MachinePointerInfo::getConstantPool(), in ExpandConstantFP()
378 MachinePointerInfo::getConstantPool(), false, false, in ExpandConstantFP()
2154 SDValue CPIdx = DAG.getConstantPool(CP, TLI.getPointerTy()); in ExpandBUILD_VECTOR()
2157 MachinePointerInfo::getConstantPool(), in ExpandBUILD_VECTOR()
2624 SDValue CPIdx = DAG.getConstantPool(FudgeFactor, TLI.getPointerTy()); in ExpandLegalINT_TO_FP()
2631 MachinePointerInfo::getConstantPool(), in ExpandLegalINT_TO_FP()
2637 MachinePointerInfo::getConstantPool(), in ExpandLegalINT_TO_FP()

1234