Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp5507 static bool isX86CCSigned(unsigned X86CC) { in isX86CCSigned() argument
5508 switch (X86CC) { in isX86CCSigned()
5626 static bool hasFPCMov(unsigned X86CC) { in hasFPCMov() argument
5627 switch (X86CC) { in hasFPCMov()
23911 SelectionDAG &DAG, X86::CondCode &X86CC) { in LowerVectorAllZero() argument
23920 X86CC = (CC == ISD::SETEQ ? X86::COND_E : X86::COND_NE); in LowerVectorAllZero()
23977 SelectionDAG &DAG, SDValue &X86CC) { in MatchVectorAllZeroTest() argument
24027 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 …]
DX86ISelLowering.h1785 SDValue &X86CC) const;