Searched defs:JR (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp615 JITResolver *JR = StubToResolverMap->getResolverFromStub(Stub); local
616 assert(JR && "Unable to find the corresponding JITResolver to the call site");
625 MutexGuard locked(JR->TheJIT->lock);
630 JR->state.LookupFunctionFromCallSite(Stub);
636 void *Result = JR->TheJIT->getPointerToGlobalIfAvailable(F);
642 if (!JR->TheJIT->isCompilingLazily()) {
653 Result = JR->TheJIT->getPointerToFunction(F);
657 MutexGuard locked(JR->TheJIT->lock);
672 if(JR->revGOTMap.find(Stub) != JR
[all...]
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_common.c143 #define JR (HI(0) | LO(8)) macro
666 FAIL_IF(push_inst(compiler, JR | SA(RETURN_ADDR_REG), UNMOVABLE_INS));
1582 FAIL_IF(push_inst(compiler, JR | SA(RETURN_ADDR_REG), UNMOVABLE_INS));
1714 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS));
1861 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS));
1943 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS));
2009 FAIL_IF(push_inst(compiler, JR | S(src_r), UNMOVABLE_INS));
H A DsljitNativeTILEGX_64.c393 #define JR(reg) \ macro
1333 return JR(RA);
1633 return JR(RA);

Completed in 165 milliseconds