Searched refs:X86CC (Results 1 – 2 of 2) sorted by relevance
5507 static bool isX86CCSigned(unsigned X86CC) { in isX86CCSigned() argument5508 switch (X86CC) { in isX86CCSigned()5626 static bool hasFPCMov(unsigned X86CC) { in hasFPCMov() argument5627 switch (X86CC) { in hasFPCMov()23911 SelectionDAG &DAG, X86::CondCode &X86CC) { in LowerVectorAllZero() argument23920 X86CC = (CC == ISD::SETEQ ? X86::COND_E : X86::COND_NE); in LowerVectorAllZero()23977 SelectionDAG &DAG, SDValue &X86CC) { in MatchVectorAllZeroTest() argument24027 X86CC = DAG.getTargetConstant(CCode, DL, MVT::i8); in MatchVectorAllZeroTest()24039 X86CC = DAG.getTargetConstant(CCode, DL, MVT::i8); in MatchVectorAllZeroTest()24082 static SDValue EmitTest(SDValue Op, unsigned X86CC, const SDLoc &dl, in EmitTest() argument[all …]
1785 SDValue &X86CC) const;