Home
last modified time | relevance | path

Searched refs:ERet (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h120 ERet, enumerator
H A DMipsScheduleI6400.td99 TAILCALLHBR6REG, PseudoReturn, PseudoReturn64, ERet, RetRA,
H A DMipsSEInstrInfo.cpp384 case Mips::ERet: in expandPostRAPseudo()
H A DMipsScheduleP5600.td75 DERET, ERET, ERet, ERETNC, J, JR, JR_HB,
H A DMipsScheduleGeneric.td288 ERet, ERETNC, DERET, NAL)>;
H A DMipsInstrInfo.td86 def MipsERet : SDNode<"MipsISD::ERet", SDTNone,
1908 def ERet : PseudoSE<(outs), (ins), [(MipsERet)]>;
H A DMipsISelLowering.cpp188 case MipsISD::ERet: return "MipsISD::ERet"; in getTargetNodeName()
3988 return DAG.getNode(MipsISD::ERet, DL, MVT::Other, RetOps); in LowerInterruptReturn()