Home
last modified time | relevance | path

Searched refs:getConstPool (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp273 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 …]
DIceGlobalContext.h534 LockedPtr<ConstantPool> getConstPool() { in getConstPool() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h159 static MachineRelocation getConstPool(uintptr_t offset,unsigned RelocationType,
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp217 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCCodeEmitter.cpp167 return MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in GetRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp318 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp493 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(), in emitConstPoolAddress()