Lines Matching refs:SetCC0
46729 SDValue SetCC0, SetCC1; in checkBoolTestAndOrSetCCCombine() local
46738 SetCC0 = Cond->getOperand(0); in checkBoolTestAndOrSetCCCombine()
46744 if (SetCC0.getOpcode() != X86ISD::SETCC || in checkBoolTestAndOrSetCCCombine()
46746 SetCC0->getOperand(1) != SetCC1->getOperand(1)) in checkBoolTestAndOrSetCCCombine()
46749 CC0 = (X86::CondCode)SetCC0->getConstantOperandVal(0); in checkBoolTestAndOrSetCCCombine()
46751 Flags = SetCC0->getOperand(1); in checkBoolTestAndOrSetCCCombine()
49787 SDValue SetCC0 = N->getOperand(0); in combineAndOrForCcmpCtest() local
49789 if (SetCC0.getOpcode() != X86ISD::SETCC || in combineAndOrForCcmpCtest()
49808 std::swap(SetCC0, SetCC1); in combineAndOrForCcmpCtest()
49814 static_cast<X86::CondCode>(SetCC0.getConstantOperandVal(0)); in combineAndOrForCcmpCtest()
49826 SDLoc(SetCC0.getOperand(0)), MVT::i8) in combineAndOrForCcmpCtest()
49827 : SetCC0.getOperand(0); in combineAndOrForCcmpCtest()
49843 CFlags, SrcCC, SetCC0.getOperand(1)}) in combineAndOrForCcmpCtest()
49846 CFlags, SrcCC, SetCC0.getOperand(1)}); in combineAndOrForCcmpCtest()