Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8893 SDValue SetCC1, SetCC2; in LegalizeSetCCCondCode() local
8897 SetCC1 = DAG.getSetCC(dl, VT, LHS, RHS, CC1, Chain, IsSignaling); in LegalizeSetCCCondCode()
8901 SetCC1 = DAG.getSetCC(dl, VT, LHS, LHS, CC1, Chain, IsSignaling); in LegalizeSetCCCondCode()
8905 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, SetCC1.getValue(1), in LegalizeSetCCCondCode()
8907 LHS = DAG.getNode(Opc, dl, VT, SetCC1, SetCC2); in LegalizeSetCCCondCode()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42188 SDValue SetCC0, SetCC1; in checkBoolTestAndOrSetCCCombine() local
42198 SetCC1 = Cond->getOperand(1); in checkBoolTestAndOrSetCCCombine()
42204 SetCC1.getOpcode() != X86ISD::SETCC || in checkBoolTestAndOrSetCCCombine()
42205 SetCC0->getOperand(1) != SetCC1->getOperand(1)) in checkBoolTestAndOrSetCCCombine()
42209 CC1 = (X86::CondCode)SetCC1->getConstantOperandVal(0); in checkBoolTestAndOrSetCCCombine()