Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46729 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()
[all …]