OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAST_VALID_COND
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kInstrInfo.h
51
LAST_VALID_COND
= COND_LE,
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h
97
LAST_VALID_COND
= COND_G,
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FlagsCopyLowering.cpp
76
using CondRegArray = std::array<unsigned, X86::
LAST_VALID_COND
+ 1>;
X86FastISel.cpp
1527
assert(CC <= X86::
LAST_VALID_COND
&& "Unexpected condition code.");
1705
assert(CC <= X86::
LAST_VALID_COND
&& "Unexpected condition code.");
2074
assert(CC <= X86::
LAST_VALID_COND
&& "Unexpected condition code.");
2305
if (CC > X86::
LAST_VALID_COND
)
X86InstructionSelector.cpp
1015
assert(CC <= X86::
LAST_VALID_COND
&& "Unexpected condition code.");
X86InstrInfo.cpp
2900
if (BranchCond[0].getImm() > X86::
LAST_VALID_COND
) {
3317
if ((X86::CondCode)Cond[0].getImm() > X86::
LAST_VALID_COND
)
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
Target.cpp
922
1 + (int)X86::CondCode::
LAST_VALID_COND
);
Completed in 64 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026