Lines Matching refs:CCode
23571 X86::CondCode CCode; in MatchVectorAllZeroTest() local
23573 DAG, CCode)) { in MatchVectorAllZeroTest()
23574 X86CC = DAG.getTargetConstant(CCode, DL, MVT::i8); in MatchVectorAllZeroTest()
23583 X86::CondCode CCode; in MatchVectorAllZeroTest() local
23585 LowerVectorAllZero(DL, Match, CC, Mask, Subtarget, DAG, CCode)) { in MatchVectorAllZeroTest()
23586 X86CC = DAG.getTargetConstant(CCode, DL, MVT::i8); in MatchVectorAllZeroTest()
24799 X86::CondCode CCode = (X86::CondCode)Op0.getConstantOperandVal(0); in emitFlagsForSetcc() local
24800 CCode = X86::GetOppositeBranchCondition(CCode); in emitFlagsForSetcc()
24801 X86CC = DAG.getTargetConstant(CCode, dl, MVT::i8); in emitFlagsForSetcc()
24818 X86::CondCode CCode = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in emitFlagsForSetcc() local
24819 X86CC = DAG.getTargetConstant(CCode, dl, MVT::i8); in emitFlagsForSetcc()