HomeSort by: relevance | last modified time | path
    Searched refs:MO_GOT_CALL (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 40 /// MO_GOT_CALL - Represents the offset into the global offset table at
44 MO_GOT_CALL,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 291 if (Flags != MipsII::MO_GOT_CALL && Flags != MipsII::MO_CALL_LO16)
MipsMCInstLower.cpp 51 case MipsII::MO_GOT_CALL:
MipsInstructionSelector.cpp 677 // MO_GOT_CALL flag when Callee doesn't have local linkage.
678 if (I.getOperand(1).getTargetFlags() == MipsII::MO_GOT_CALL)
679 LWGOT->getOperand(2).setTargetFlags(MipsII::MO_GOT_CALL);
MipsAsmPrinter.cpp 671 case MipsII::MO_GOT_CALL: O << "%call16("; break;
MipsCallLowering.cpp 542 CalleeGlobalValue->getOperand(1).setTargetFlags(MipsII::MO_GOT_CALL);
MipsInstrInfo.cpp 819 {MO_GOT_CALL, "mips-got-call"},
MipsISelLowering.cpp 3414 Callee = getAddrGlobal(G, DL, Ty, DAG, MipsII::MO_GOT_CALL, Chain,
3436 Callee = getAddrGlobal(S, DL, Ty, DAG, MipsII::MO_GOT_CALL, Chain,

Completed in 89 milliseconds