Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp12230 SDValue SetCC1, SetCC2; in LegalizeSetCCCondCode() local
12235 SetCC1 = DAG.getSetCC(dl, VT, LHS, RHS, CC1, Chain, IsSignaling); in LegalizeSetCCCondCode()
12238 SetCC1 = DAG.getSetCCVP(dl, VT, LHS, RHS, CC1, Mask, EVL); in LegalizeSetCCCondCode()
12244 SetCC1 = DAG.getSetCC(dl, VT, LHS, LHS, CC1, Chain, IsSignaling); in LegalizeSetCCCondCode()
12247 SetCC1 = DAG.getSetCCVP(dl, VT, LHS, LHS, CC1, Mask, EVL); in LegalizeSetCCCondCode()
12252 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, SetCC1.getValue(1), in LegalizeSetCCCondCode()
12255 LHS = DAG.getNode(Opc, dl, VT, SetCC1, SetCC2); in LegalizeSetCCCondCode()
12260 LHS = DAG.getNode(Opc, dl, VT, SetCC1, SetCC2, Mask, EVL); in LegalizeSetCCCondCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48481 SDValue SetCC0, SetCC1; in checkBoolTestAndOrSetCCCombine() local
48491 SetCC1 = Cond->getOperand(1); in checkBoolTestAndOrSetCCCombine()
48497 SetCC1.getOpcode() != X86ISD::SETCC || in checkBoolTestAndOrSetCCCombine()
48498 SetCC0->getOperand(1) != SetCC1->getOperand(1)) in checkBoolTestAndOrSetCCCombine()
48502 CC1 = (X86::CondCode)SetCC1->getConstantOperandVal(0); in checkBoolTestAndOrSetCCCombine()
51569 SDValue SetCC1 = N->getOperand(1); in combineAndOrForCcmpCtest() local
51571 SetCC1.getOpcode() != X86ISD::SETCC) in combineAndOrForCcmpCtest()
51588 if (!(NewOpc = GetCombineToOpc(SetCC1))) { in combineAndOrForCcmpCtest()
51589 std::swap(SetCC0, SetCC1); in combineAndOrForCcmpCtest()
51590 if (!(NewOpc = GetCombineToOpc(SetCC1))) in combineAndOrForCcmpCtest()
[all …]