OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsCodeGenOnly
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
X86RecognizableInstr.h
79
/// The
isCodeGenOnly
filed from the record
80
bool
IsCodeGenOnly
;
X86RecognizableInstr.cpp
244
IsCodeGenOnly
= Rec->getValueAsBit("
isCodeGenOnly
");
489
(
IsCodeGenOnly
&& Name.find("_REV") == Name.npos))
[
all
...]
Completed in 36 milliseconds