| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 51 const PseudoSourceValue *PseudoSourceValue::getConstantPool() in getConstantPool() function in PseudoSourceValue 82 this == getConstantPool() || in isConstant() 91 this == getConstantPool() || in isAliased() 99 this == getConstantPool() || in mayAlias()
|
| H A D | MachineInstr.cpp | 428 MachinePointerInfo MachinePointerInfo::getConstantPool() { in getConstantPool() function in MachinePointerInfo 429 return MachinePointerInfo(PseudoSourceValue::getConstantPool()); in getConstantPool()
|
| H A D | MachineLICM.cpp | 888 if (PSV == PSV->getGOT() || PSV == PSV->getConstantPool()) in isLoadFromGOTOrConstantPool()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
| H A D | ConstantPools.cpp | 52 AssemblerConstantPools::getConstantPool(const MCSection *Section) { in getConstantPool() function in AssemblerConstantPools 87 if (ConstantPool *CP = getConstantPool(Section)) { in emitForCurrentSection()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | Thumb2RegisterInfo.cpp | 44 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
| H A D | ARMInstrInfo.cpp | 162 unsigned Idx = MF.getConstantPool()->getConstantPoolIndex(CPV, Align); in runOnMachineFunction()
|
| H A D | Thumb1RegisterInfo.cpp | 75 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
| H A D | ARMBaseRegisterInfo.cpp | 412 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
| H A D | ARMISelLowering.cpp | 1700 MachinePointerInfo::getConstantPool(), in LowerCall() 1715 MachinePointerInfo::getConstantPool(), in LowerCall() 1772 MachinePointerInfo::getConstantPool(), in LowerCall() 2417 MachinePointerInfo::getConstantPool(), in LowerBlockAddress() 2441 MachinePointerInfo::getConstantPool(), in LowerToTLSGeneralDynamicModel() 2493 MachinePointerInfo::getConstantPool(), in LowerToTLSExecModels() 2501 MachinePointerInfo::getConstantPool(), in LowerToTLSExecModels() 2511 MachinePointerInfo::getConstantPool(), in LowerToTLSExecModels() 2554 MachinePointerInfo::getConstantPool(), in LowerGlobalAddressELF() 2578 MachinePointerInfo::getConstantPool(), in LowerGlobalAddressELF() [all …]
|
| H A D | ARMAsmPrinter.cpp | 101 MCP = MF.getConstantPool(); in runOnMachineFunction() 1193 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
| H A D | ConstantPools.h | 89 ConstantPool *getConstantPool(const MCSection *Section);
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValue.h | 76 static const PseudoSourceValue *getConstantPool();
|
| H A D | MachineMemOperand.h | 64 static MachinePointerInfo getConstantPool();
|
| H A D | MachineFunction.h | 206 MachineConstantPool *getConstantPool() { return ConstantPool; } 207 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
| H A D | SelectionDAG.h | 475 SDValue getConstantPool(const Constant *C, EVT VT, 481 return getConstantPool(C, VT, Align, Offset, true, TargetFlags); 483 SDValue getConstantPool(MachineConstantPoolValue *C, EVT VT, 489 return getConstantPool(C, VT, Align, Offset, true, TargetFlags);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreISelDAGToDAG.cpp | 157 MachinePointerInfo::getConstantPool(), MachineMemOperand::MOLoad, 4, 4); in Select()
|
| H A D | XCoreInstrInfo.cpp | 457 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 559 MF->getConstantPool()->getConstants()[CPID]; in GetCPISymbol()
|
| H A D | X86MCInstLower.cpp | 921 MI.getParent()->getParent()->getConstantPool()->getConstants(); in getConstantFromPool()
|
| H A D | X86ISelLowering.cpp | 6243 SDValue CP = DAG.getConstantPool(C, TLI.getPointerTy()); in LowerVectorBroadcast() 6246 MachinePointerInfo::getConstantPool(), in LowerVectorBroadcast() 13832 SDValue CPIdx0 = DAG.getConstantPool(C0, getPointerTy(), 16); in LowerUINT_TO_FP_i64() 13842 SDValue CPIdx1 = DAG.getConstantPool(C1, getPointerTy(), 16); in LowerUINT_TO_FP_i64() 13848 MachinePointerInfo::getConstantPool(), in LowerUINT_TO_FP_i64() 13855 MachinePointerInfo::getConstantPool(), in LowerUINT_TO_FP_i64() 14123 SDValue FudgePtr = DAG.getConstantPool( in LowerUINT_TO_FP() 14137 FudgePtr, MachinePointerInfo::getConstantPool(), in LowerUINT_TO_FP() 14299 SDValue CP = DAG.getConstantPool(C, TLI.getPointerTy()); in LowerZERO_EXTEND_AVX512() 14302 MachinePointerInfo::getConstantPool(), in LowerZERO_EXTEND_AVX512() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 272 SDValue CPIdx = DAG.getConstantPool(LLVMC, TLI.getPointerTy()); in ExpandConstantFP() 278 CPIdx, MachinePointerInfo::getConstantPool(), in ExpandConstantFP() 284 MachinePointerInfo::getConstantPool(), false, false, false, in ExpandConstantFP() 1983 SDValue CPIdx = DAG.getConstantPool(CP, TLI.getPointerTy()); in ExpandBUILD_VECTOR() 1986 MachinePointerInfo::getConstantPool(), in ExpandBUILD_VECTOR() 2568 SDValue CPIdx = DAG.getConstantPool(FudgeFactor, TLI.getPointerTy()); in ExpandLegalINT_TO_FP() 2575 MachinePointerInfo::getConstantPool(), in ExpandLegalINT_TO_FP() 2580 MachinePointerInfo::getConstantPool(), in ExpandLegalINT_TO_FP()
|
| H A D | InstrEmitter.cpp | 417 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 79 MCP = MF.getConstantPool(); in runOnMachineFunction()
|
| H A D | MipsConstantIslandPass.cpp | 450 MCP = mf.getConstantPool(); in runOnMachineFunction()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 638 if (PSV && PSV == PseudoSourceValue::getConstantPool()) { in isCPLoad()
|