Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.h49 LAST_VALID_COND = COND_S, enumerator
DX86FastISel.cpp1263 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectCmp()
1390 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectBranch()
1775 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86FastEmitCMoveSelect()
1958 if (CC > X86::LAST_VALID_COND) in X86FastEmitPseudoSelect()
DX86InstrInfo.cpp2693 assert(CC <= LAST_VALID_COND && "Can only handle standard cond codes"); in getSETFromCond()