/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 51 const PseudoSourceValue *PseudoSourceValue::getConstantPool() in getConstantPool() function in PseudoSourceValue 86 this == getConstantPool() || in isConstant() 96 this == getConstantPool() || in isAliased() 105 this == getConstantPool() || in mayAlias()
|
D | ELFCodeEmitter.cpp | 64 emitConstantPool(MF.getConstantPool()); in startFunction()
|
/external/llvm/lib/MC/ |
D | ConstantPools.cpp | 50 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() function in AssemblerConstantPools 83 if (ConstantPool *CP = getConstantPool(Section)) { in emitForCurrentSection()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.cpp | 151 ConstantList getConstantPool() const { in getConstantPool() function in Ice::__anon9ab01fc20111::TypePool 733 for (auto *C : getConstPool()->WhichPool.getConstantPool()) { \ in dumpConstantLookupCounts() 853 ConstantList GlobalContext::getConstantPool(Type Ty) { in getConstantPool() function in Ice::GlobalContext 857 return getConstPool()->Integers8.getConstantPool(); in getConstantPool() 859 return getConstPool()->Integers16.getConstantPool(); in getConstantPool() 861 return getConstPool()->Integers32.getConstantPool(); in getConstantPool() 863 return getConstPool()->Integers64.getConstantPool(); in getConstantPool() 865 return getConstPool()->Floats.getConstantPool(); in getConstantPool() 867 return getConstPool()->Doubles.getConstantPool(); in getConstantPool() 885 return getConstPool()->ExternRelocatables.getConstantPool(); in getConstantExternSyms()
|
D | IceGlobalContext.h | 259 ConstantList getConstantPool(Type Ty);
|
/external/annotation-tools/asmx/test/perf/org/objectweb/asm/ |
D | BCELPerfTest.java | 70 ConstantPoolGen cp = cg.getConstantPool(); in nullAdaptClass() 104 ConstantPoolGen cp = cg.getConstantPool(); in counterAdaptClass()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | Thumb2RegisterInfo.cpp | 43 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
/external/llvm/include/llvm/MC/ |
D | ConstantPools.h | 88 ConstantPool *getConstantPool(MCSection *Section);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 74 static const PseudoSourceValue *getConstantPool();
|
D | MachineFunction.h | 179 MachineConstantPool *getConstantPool() { return ConstantPool; } 180 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
D | MachineMemOperand.h | 54 static MachinePointerInfo getConstantPool();
|
D | SelectionDAG.h | 369 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/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 108 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() { in getConstantPool() function in PseudoSourceValueManager
|
/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 170 const PseudoSourceValue *getConstantPool();
|
D | MachineFunction.h | 302 MachineConstantPool *getConstantPool() { return ConstantPool; } 303 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
D | MachineMemOperand.h | 64 static MachinePointerInfo getConstantPool(MachineFunction &MF);
|
D | SelectionDAG.h | 541 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/oj-libjdwp/src/share/back/ |
D | ReferenceTypeImpl.c | 310 getConstantPool(PacketInputStream *in, PacketOutputStream *out) in getConstantPool() function 626 ,(void *)getConstantPool
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 121 MCPEs = &MF.getConstantPool()->getConstants(); in runOnMachineFunction()
|
/external/llvm/lib/Target/ARM/ |
D | ThumbRegisterInfo.cpp | 71 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() 90 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 172 assert(MF->getConstantPool()->getConstants().empty() && in EmitConstantPool()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 155 MF->getMachineMemOperand(MachinePointerInfo::getConstantPool(*MF), in Select()
|
D | XCoreInstrInfo.cpp | 442 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 177 MachinePointerInfo::getConstantPool(), MachineMemOperand::MOLoad, 4, 4); in Select()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 279 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()
|