Home
last modified time | relevance | path

Searched refs:LAST_VALID_COND (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h92 LAST_VALID_COND = COND_G, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp76 using CondRegArray = std::array<unsigned, X86::LAST_VALID_COND + 1>;
DX86FastISel.cpp1505 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectCmp()
1686 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectBranch()
2056 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86FastEmitCMoveSelect()
2307 if (CC > X86::LAST_VALID_COND) in X86FastEmitPseudoSelect()
DX86InstructionSelector.cpp1060 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in selectFCmp()
DX86InstrInfo.cpp2423 if (BranchCond[0].getImm() > X86::LAST_VALID_COND) { in canMakeTailCallConditional()
2840 if ((X86::CondCode)Cond[0].getImm() > X86::LAST_VALID_COND) in canInsertSelect()