Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h70 CALL_PRED, // Function call that's predicable. enumerator
H A DARMInstrInfo.td148 def ARMcall_pred : SDNode<"ARMISD::CALL_PRED", SDT_ARMcall,
H A DARMISelLowering.cpp1708 MAKE_CASE(ARMISD::CALL_PRED) in getTargetNodeName()
2827 CallOpc = isLocalARMFunc ? ARMISD::CALL_PRED : ARMISD::CALL; in LowerCall()