Searched refs:SetCC1 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1643 SDValue SetCC1, SetCC2; in LegalizeSetCCCondCode() local 1647 SetCC1 = DAG.getSetCC(dl, VT, LHS, RHS, CC1); in LegalizeSetCCCondCode() 1651 SetCC1 = DAG.getSetCC(dl, VT, LHS, LHS, CC1); in LegalizeSetCCCondCode() 1654 LHS = DAG.getNode(Opc, dl, VT, SetCC1, SetCC2); in LegalizeSetCCCondCode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1669 SDValue SetCC1, SetCC2; in LegalizeSetCCCondCode() local 1673 SetCC1 = DAG.getSetCC(dl, VT, LHS, RHS, CC1); in LegalizeSetCCCondCode() 1677 SetCC1 = DAG.getSetCC(dl, VT, LHS, LHS, CC1); in LegalizeSetCCCondCode() 1680 LHS = DAG.getNode(Opc, dl, VT, SetCC1, SetCC2); in LegalizeSetCCCondCode()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2011 SDValue SetCC1 = DAG.getSetCC(dl, VT, LHS, RHS, CC1); in LegalizeSetCCCondCode() local 2013 LHS = DAG.getNode(Opc, dl, VT, SetCC1, SetCC2); in LegalizeSetCCCondCode()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 27147 SDValue SetCC0, SetCC1; in checkBoolTestAndOrSetCCCombine() local 27157 SetCC1 = Cond->getOperand(1); in checkBoolTestAndOrSetCCCombine() 27163 SetCC1.getOpcode() != X86ISD::SETCC || in checkBoolTestAndOrSetCCCombine() 27164 SetCC0->getOperand(1) != SetCC1->getOperand(1)) in checkBoolTestAndOrSetCCCombine() 27168 CC1 = (X86::CondCode)SetCC1->getConstantOperandVal(0); in checkBoolTestAndOrSetCCCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 33201 SDValue SetCC0, SetCC1; in checkBoolTestAndOrSetCCCombine() local 33211 SetCC1 = Cond->getOperand(1); in checkBoolTestAndOrSetCCCombine() 33217 SetCC1.getOpcode() != X86ISD::SETCC || in checkBoolTestAndOrSetCCCombine() 33218 SetCC0->getOperand(1) != SetCC1->getOperand(1)) in checkBoolTestAndOrSetCCCombine() 33222 CC1 = (X86::CondCode)SetCC1->getConstantOperandVal(0); in checkBoolTestAndOrSetCCCombine()
|