OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldBeEmitted
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
X86RecognizableInstr.h
98
bool
ShouldBeEmitted
;
217
///
shouldBeEmitted
- Returns the
shouldBeEmitted
field. Although filter()
226
bool
shouldBeEmitted
() const {
227
return
ShouldBeEmitted
;
X86RecognizableInstr.cpp
221
ShouldBeEmitted
= false;
283
ShouldBeEmitted
= true;
298
if (recogInstr.
shouldBeEmitted
())
614
if (!
ShouldBeEmitted
)
622
ShouldBeEmitted
= false;
[
all
...]
Completed in 27 milliseconds