HomeSort by: relevance | last modified time | path
    Searched refs:shouldBeEmitted (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.h 218 bool ShouldBeEmitted;
311 /// shouldBeEmitted - Returns the shouldBeEmitted field. Although filter()
320 bool shouldBeEmitted() const {
321 return ShouldBeEmitted;
X86RecognizableInstr.cpp 72 ShouldBeEmitted = false;
124 ShouldBeEmitted = false;
130 ShouldBeEmitted = false;
134 ShouldBeEmitted = true;
147 if (recogInstr.shouldBeEmitted()) {

Completed in 18 milliseconds