Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.h50 LAST_VALID_COND = COND_S, enumerator
DX86FastISel.cpp1490 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectCmp()
1616 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectBranch()
1977 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86FastEmitCMoveSelect()
2183 if (CC > X86::LAST_VALID_COND) in X86FastEmitPseudoSelect()
DX86InstrInfo.cpp3874 assert(CC <= LAST_VALID_COND && "Can only handle standard cond codes"); in getSETFromCond()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h58 LAST_VALID_COND = COND_S, enumerator
DX86FlagsCopyLowering.cpp83 using CondRegArray = std::array<unsigned, X86::LAST_VALID_COND + 1>;
DX86FastISel.cpp1516 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectCmp()
1698 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectBranch()
2071 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86FastEmitCMoveSelect()
2320 if (CC > X86::LAST_VALID_COND) in X86FastEmitPseudoSelect()
DX86InstrInfo.cpp2347 assert(CC <= LAST_VALID_COND && "Can only handle standard cond codes"); in getSETFromCond()
2494 if (BranchCond[0].getImm() > X86::LAST_VALID_COND) { in canMakeTailCallConditional()