Home
last modified time | relevance | path

Searched refs:t2CALL_BTI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h73 t2CALL_BTI, // Thumb function call followed by BTI instruction. enumerator
H A DARMExpandPseudoInsts.cpp3206 case ARM::t2CALL_BTI: { in ExpandMI()
H A DARMInstrThumb2.td5849 def ARMt2CallBTI : SDNode<"ARMISD::t2CALL_BTI", SDT_ARMcall,
5852 def t2CALL_BTI : PseudoInst<(outs), (ins pred:$p, thumb_bl_target:$func),
H A DARMISelLowering.cpp1711 MAKE_CASE(ARMISD::t2CALL_BTI) in getTargetNodeName()
2811 CallOpc = ARMISD::t2CALL_BTI; in LowerCall()