Home
last modified time | relevance | path

Searched refs:MO_GOT_CALL (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h44 MO_GOT_CALL, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp291 if (Flags != MipsII::MO_GOT_CALL && Flags != MipsII::MO_CALL_LO16) in isCallViaRegister()
H A DMipsMCInstLower.cpp50 case MipsII::MO_GOT_CALL: in LowerSymbolOperand()
H A DMipsInstructionSelector.cpp673 if (I.getOperand(1).getTargetFlags() == MipsII::MO_GOT_CALL) in select()
674 LWGOT->getOperand(2).setTargetFlags(MipsII::MO_GOT_CALL); in select()
H A DMipsCallLowering.cpp486 CalleeGlobalValue->getOperand(1).setTargetFlags(MipsII::MO_GOT_CALL); in lowerCall()
H A DMipsInstrInfo.cpp909 {MO_GOT_CALL, "mips-got-call"}, in getSerializableDirectMachineOperandTargetFlags()
H A DMipsAsmPrinter.cpp632 case MipsII::MO_GOT_CALL: O << "%call16("; break; in printOperand()
H A DMipsISelLowering.cpp3456 Callee = getAddrGlobal(G, DL, Ty, DAG, MipsII::MO_GOT_CALL, Chain, in LowerCall()
3478 Callee = getAddrGlobal(S, DL, Ty, DAG, MipsII::MO_GOT_CALL, Chain, in LowerCall()