Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1700 SDValue SetCC1, SetCC2; in LegalizeSetCCCondCode() local
1704 SetCC1 = DAG.getSetCC(dl, VT, LHS, RHS, CC1); in LegalizeSetCCCondCode()
1708 SetCC1 = DAG.getSetCC(dl, VT, LHS, LHS, CC1); in LegalizeSetCCCondCode()
1711 LHS = DAG.getNode(Opc, dl, VT, SetCC1, SetCC2); in LegalizeSetCCCondCode()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34700 SDValue SetCC0, SetCC1; in checkBoolTestAndOrSetCCCombine() local
34710 SetCC1 = Cond->getOperand(1); in checkBoolTestAndOrSetCCCombine()
34716 SetCC1.getOpcode() != X86ISD::SETCC || in checkBoolTestAndOrSetCCCombine()
34717 SetCC0->getOperand(1) != SetCC1->getOperand(1)) in checkBoolTestAndOrSetCCCombine()
34721 CC1 = (X86::CondCode)SetCC1->getConstantOperandVal(0); in checkBoolTestAndOrSetCCCombine()