Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h51 LAST_VALID_COND = COND_LE, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h97 LAST_VALID_COND = COND_G, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp76 using CondRegArray = std::array<unsigned, X86::LAST_VALID_COND + 1>;
H A DX86FastISel.cpp1527 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectCmp()
1705 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectBranch()
2074 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86FastEmitCMoveSelect()
2305 if (CC > X86::LAST_VALID_COND) in X86FastEmitPseudoSelect()
H A DX86InstructionSelector.cpp1015 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in selectFCmp()
H A DX86InstrInfo.cpp2952 if (BranchCond[0].getImm() > X86::LAST_VALID_COND) { in canMakeTailCallConditional()
3369 if ((X86::CondCode)Cond[0].getImm() > X86::LAST_VALID_COND) in canInsertSelect()