Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4836 SDValue &ARMcc, SelectionDAG &DAG, in getARMCmp() argument
4934 ARMcc = DAG.getConstant(ARMCC::HI, dl, MVT::i32); in getARMCmp()
4966 ARMcc = DAG.getConstant(CondCode, dl, MVT::i32); in getARMCmp()
4991 SDValue &ARMcc) const { in getARMXALUOOp()
5008 ARMcc = DAG.getConstant(ARMCC::VC, dl, MVT::i32); in getARMXALUOOp()
5013 ARMcc = DAG.getConstant(ARMCC::HS, dl, MVT::i32); in getARMXALUOOp()
5022 ARMcc = DAG.getConstant(ARMCC::VC, dl, MVT::i32); in getARMXALUOOp()
5027 ARMcc = DAG.getConstant(ARMCC::HS, dl, MVT::i32); in getARMXALUOOp()
5033 ARMcc = DAG.getConstant(ARMCC::EQ, dl, MVT::i32); in getARMXALUOOp()
5044 ARMcc = DAG.getConstant(ARMCC::EQ, dl, MVT::i32); in getARMXALUOOp()
[all …]
H A DARMISelLowering.h818 std::pair<SDValue, SDValue> getARMXALUOOp(SDValue Op, SelectionDAG &DAG, SDValue &ARMcc) const;
993 SDValue ARMcc, SDValue Flags, SelectionDAG &DAG) const;
995 SDValue &ARMcc, SelectionDAG &DAG, const SDLoc &dl) const;
H A DARMISelDAGToDAG.cpp4230 SDValue ARMcc = N->getOperand(2); in Select() local
4231 ARMCC::CondCodes CC = (ARMCC::CondCodes)ARMcc->getAsZExtVal(); in Select()