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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.cpp 200 intptr_t ResultPtr = (intptr_t) MR->getResultPointer();
215 if ((((intptr_t) (MR->getResultPointer()) & 0xffff) >> 15) == 1) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp 242 return (intptr_t)(MR->getResultPointer());
245 return (intptr_t)(MR->getResultPointer()) - MR->getConstantVal();
257 intptr_t Addr = (intptr_t)(MR->getResultPointer());
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRelocation.h 312 /// getResultPointer - Once this has been resolved to point to an actual
314 void *getResultPointer() const {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.cpp 414 intptr_t ResultPtr = (intptr_t)MR->getResultPointer();
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp 531 intptr_t ResultPtr = (intptr_t)MR->getResultPointer();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 812 int64_t SymOffset = (int64_t)MR.getResultPointer();
    [all...]

Completed in 5092 milliseconds