HomeSort by relevance Sort by last modified time
    Searched refs:getConstPool (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.cpp 273 auto Pool = Ctx->getConstPool();
733 for (auto *C : getConstPool()->WhichPool.getConstantPool()) { \
774 return getConstPool()->Integers1.getOrAdd(this, ConstantInt1);
778 return getConstPool()->Integers8.getOrAdd(this, ConstantInt8);
782 return getConstPool()->Integers16.getOrAdd(this, ConstantInt16);
786 return getConstPool()->Integers32.getOrAdd(this, ConstantInt32);
790 return getConstPool()->Integers64.getOrAdd(this, ConstantInt64);
794 return getConstPool()->Floats.getOrAdd(this, ConstantFloat);
798 return getConstPool()->Doubles.getOrAdd(this, ConstantDouble);
804 return getConstPool()->Relocatables.getOrAdd
    [all...]
IceGlobalContext.h 455 // Managed by getConstPool()
534 LockedPtr<ConstantPool> getConstPool() {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRelocation.h 156 /// MachineRelocation::getConstPool - Return a relocation entry for a constant
159 static MachineRelocation getConstPool(uintptr_t offset,unsigned RelocationType,
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsCodeEmitter.cpp 217 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCCodeEmitter.cpp 167 return MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 318 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 493 MCE.addRelocation(MachineRelocation::getConstPool(MCE.getCurrentPCOffset(),
    [all...]

Completed in 865 milliseconds