Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h120 ERet, enumerator
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,
1896 def ERet : PseudoSE<(outs), (ins), [(MipsERet)]>;
H A DMipsISelLowering.cpp190 case MipsISD::ERet: return "MipsISD::ERet"; in getTargetNodeName()
3830 return DAG.getNode(MipsISD::ERet, DL, MVT::Other, RetOps); in LowerInterruptReturn()