Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h77 INTRET_FLAG, // Interrupt return with an LR-offset and a flag operand. enumerator
H A DARMISelLowering.cpp1631 MAKE_CASE(ARMISD::INTRET_FLAG) in getTargetNodeName()
2947 return DAG.getNode(ARMISD::INTRET_FLAG, DL, MVT::Other, RetOps); in LowerInterruptReturn()
3190 UI->getOpcode() != ARMISD::INTRET_FLAG) in isUsedByReturnOnly()
H A DARMInstrInfo.td159 def ARMintretflag : SDNode<"ARMISD::INTRET_FLAG", SDT_ARMcall,