/external/llvm/lib/MC/ |
D | ConstantPools.cpp | 51 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() function in AssemblerConstantPools 86 if (ConstantPool *CP = getConstantPool(Section)) { in emitForCurrentSection()
|
/external/llvm/include/llvm/MC/ |
D | ConstantPools.h | 88 ConstantPool *getConstantPool(MCSection *Section);
|
/external/llvm/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 111 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool() function in PseudoSourceValueManager
|
D | MachineInstr.cpp | 469 MachinePointerInfo MachinePointerInfo::getConstantPool(MachineFunction &MF) { in getConstantPool() function in MachinePointerInfo 470 return MachinePointerInfo(MF.getPSVManager().getConstantPool()); in getConstantPool()
|
D | MIRPrinter.cpp | 179 if (const auto *ConstantPool = MF.getConstantPool()) in print()
|
/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 166 const PseudoSourceValue *getConstantPool();
|
D | MachineFunction.h | 226 MachineConstantPool *getConstantPool() { return ConstantPool; } 227 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
D | MachineMemOperand.h | 66 static MachinePointerInfo getConstantPool(MachineFunction &MF);
|
D | SelectionDAG.h | 482 SDValue getConstantPool(const Constant *C, EVT VT, 488 return getConstantPool(C, VT, Align, Offset, true, TargetFlags); 490 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 496 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 124 assert(MF->getConstantPool()->getConstants().empty() && in EmitConstantPool()
|
/external/llvm/lib/Target/ARM/ |
D | ThumbRegisterInfo.cpp | 71 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() 90 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
|
D | ARMBaseRegisterInfo.cpp | 389 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
D | ARMAsmPrinter.cpp | 105 MCP = MF.getConstantPool(); in runOnMachineFunction() 1184 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
|
D | ARMISelLowering.cpp | 1806 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerCall() 1821 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerCall() 1880 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerCall() 2525 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in LowerBlockAddress() 2550 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in LowerToTLSGeneralDynamicModel() 2603 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerToTLSExecModels() 2612 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerToTLSExecModels() 2623 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerToTLSExecModels() 2677 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerGlobalAddressELF() 2702 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in LowerGlobalAddressELF() [all …]
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 155 MF->getMachineMemOperand(MachinePointerInfo::getConstantPool(*MF), in Select()
|
D | XCoreInstrInfo.cpp | 446 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILISelDAGToDAG.cpp | 279 if (PSV && PSV == PseudoSourceValue::getConstantPool()) { in isCPLoad()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 282 DAG.getConstantPool(LLVMC, TLI.getPointerTy(DAG.getDataLayout())); in ExpandConstantFP() 287 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), VT, in ExpandConstantFP() 293 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandConstantFP() 302 SDValue CPIdx = DAG.getConstantPool(CP->getConstantIntValue(), in ExpandConstant() 307 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), in ExpandConstant() 2144 DAG.getConstantPool(CP, TLI.getPointerTy(DAG.getDataLayout())); in ExpandBUILD_VECTOR() 2148 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in ExpandBUILD_VECTOR() 2702 DAG.getConstantPool(FudgeFactor, TLI.getPointerTy(DAG.getDataLayout())); in ExpandLegalINT_TO_FP() 2710 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in ExpandLegalINT_TO_FP() 2715 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), MVT::f32, in ExpandLegalINT_TO_FP()
|
D | InstrEmitter.cpp | 417 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 567 MF->getConstantPool()->getConstants()[CPID]; in GetCPISymbol()
|
D | X86MCInstLower.cpp | 1008 MI.getParent()->getParent()->getConstantPool()->getConstants(); in getConstantFromPool()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 292 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2530 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress() 2533 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in lowerGlobalTLSAddress() 2546 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress() 2549 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in lowerGlobalTLSAddress() 2565 SDValue DTPOffset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress() 2568 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in lowerGlobalTLSAddress() 2591 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress() 2594 MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), false, in lowerGlobalTLSAddress()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 79 MCP = MF.getConstantPool(); in runOnMachineFunction()
|
D | MipsConstantIslandPass.cpp | 450 MCP = mf.getConstantPool(); in runOnMachineFunction()
|