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

  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 102 Function &F_ = *CI->getCalledFunction();
103 if (needsFPFromSig(F_))
Mips16HardFloat.cpp 428 Function *F_ = CI->getCalledFunction();
430 !(F_ && isIntrinsicInline(F_))) {
434 if (F_ && !isIntrinsicInline(F_)) {
437 if (needsFPReturnHelper(*F_)) {
442 if (needsFPHelperFromSig(*F_)) {
443 assureFPCallStub(*F_, M, TM);

Completed in 58 milliseconds