Home
last modified time | relevance | path

Searched refs:CompOpc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16485 PPC::Predicate CompOpc; in PerformDAGCombine() local
16491 CompOpc = CC == ISD::SETEQ ? PPC::PRED_NE : PPC::PRED_EQ; in PerformDAGCombine()
16493 CompOpc = CC == ISD::SETEQ ? PPC::PRED_EQ : PPC::PRED_NE; in PerformDAGCombine()
16517 DAG.getConstant(CompOpc, dl, MVT::i32), in PerformDAGCombine()
16540 PPC::Predicate CompOpc; in PerformDAGCombine() local
16544 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_EQ : PPC::PRED_NE; in PerformDAGCombine()
16547 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_NE : PPC::PRED_EQ; in PerformDAGCombine()
16550 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_LT : PPC::PRED_GE; in PerformDAGCombine()
16553 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_GE : PPC::PRED_LT; in PerformDAGCombine()
16558 DAG.getConstant(CompOpc, dl, MVT::i32), in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8485 unsigned CompOpc = IsMax ? ISD::FMAXNUM : ISD::FMINNUM; in expandFMINIMUM_FMAXIMUM() local
8494 } else if (isOperationLegalOrCustom(CompOpc, VT)) { in expandFMINIMUM_FMAXIMUM()
8495 MinMax = DAG.getNode(CompOpc, DL, VT, LHS, RHS, Flags); in expandFMINIMUM_FMAXIMUM()