Home
last modified time | relevance | path

Searched refs:INTRET_FLAG (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h77 INTRET_FLAG, // Interrupt return with an LR-offset and a flag operand. enumerator
H A DARMISelLowering.cpp1638 MAKE_CASE(ARMISD::INTRET_FLAG) in getTargetNodeName()
3064 return DAG.getNode(ARMISD::INTRET_FLAG, DL, MVT::Other, RetOps); in LowerInterruptReturn()
3307 UI->getOpcode() != ARMISD::INTRET_FLAG) in isUsedByReturnOnly()
H A DARMInstrInfo.td159 def ARMintretflag : SDNode<"ARMISD::INTRET_FLAG", SDT_ARMcall,