HomeSort by relevance Sort by last modified time
    Searched defs:JR (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 371 unsigned JR = STI.isABI_N64() ? Mips::JR64 : Mips::JR;
380 // jr $ra
385 BuildMI(MBB, I, I->getDebugLoc(), TM.getInstrInfo()->get(JR)).addReg(RA);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 631 JITResolver *JR = StubToResolverMap->getResolverFromStub(Stub);
632 assert(JR && "Unable to find the corresponding JITResolver to the call site");
641 MutexGuard locked(JR->TheJIT->lock);
646 JR->state.LookupFunctionFromCallSite(locked, Stub);
652 void *Result = JR->TheJIT->getPointerToGlobalIfAvailable(F);
658 if (!JR->TheJIT->isCompilingLazily()) {
669 Result = JR->TheJIT->getPointerToFunction(F);
673 MutexGuard locked(JR->TheJIT->lock);
688 if(JR->revGOTMap.find(Stub) != JR->revGOTMap.end()
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 185 mMips->JR(R_ra);
    [all...]

Completed in 109 milliseconds