Searched refs:ERet (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 120 ERet, enumerator
|
H A D | MipsSEInstrInfo.cpp | 384 case Mips::ERet: in expandPostRAPseudo()
|
H A D | MipsScheduleP5600.td | 75 DERET, ERET, ERet, ERETNC, J, JR, JR_HB,
|
H A D | MipsScheduleGeneric.td | 288 ERet, ERETNC, DERET, NAL)>;
|
H A D | MipsInstrInfo.td | 86 def MipsERet : SDNode<"MipsISD::ERet", SDTNone, 1896 def ERet : PseudoSE<(outs), (ins), [(MipsERet)]>;
|
H A D | MipsISelLowering.cpp | 190 case MipsISD::ERet: return "MipsISD::ERet"; in getTargetNodeName() 3830 return DAG.getNode(MipsISD::ERet, DL, MVT::Other, RetOps); in LowerInterruptReturn()
|