Searched refs:getConstPool (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.cpp | 273 auto Pool = Ctx->getConstPool(); in dump() 733 for (auto *C : getConstPool()->WhichPool.getConstantPool()) { \ in dumpConstantLookupCounts() 774 return getConstPool()->Integers1.getOrAdd(this, ConstantInt1); in getConstantInt1Internal() 778 return getConstPool()->Integers8.getOrAdd(this, ConstantInt8); in getConstantInt8Internal() 782 return getConstPool()->Integers16.getOrAdd(this, ConstantInt16); in getConstantInt16Internal() 786 return getConstPool()->Integers32.getOrAdd(this, ConstantInt32); in getConstantInt32Internal() 790 return getConstPool()->Integers64.getOrAdd(this, ConstantInt64); in getConstantInt64Internal() 794 return getConstPool()->Floats.getOrAdd(this, ConstantFloat); in getConstantFloat() 798 return getConstPool()->Doubles.getOrAdd(this, ConstantDouble); in getConstantDouble() 804 return getConstPool()->Relocatables.getOrAdd( in getConstantSymWithEmitString() [all …]
|
D | IceGlobalContext.h | 534 LockedPtr<ConstantPool> getConstPool() { in getConstPool() function
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineRelocation.h | 159 static MachineRelocation getConstPool(uintptr_t offset,unsigned RelocationType,
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 217 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 167 return MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in GetRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 318 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 493 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress()
|