HomeSort by relevance Sort by last modified time
    Searched refs:ShouldBeEmitted (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 90 bool ShouldBeEmitted;
207 /// shouldBeEmitted - Returns the shouldBeEmitted field. Although filter()
216 bool shouldBeEmitted() const {
217 return ShouldBeEmitted;
X86RecognizableInstr.cpp 218 ShouldBeEmitted = false;
276 ShouldBeEmitted = true;
291 if (recogInstr.shouldBeEmitted())
519 if (!ShouldBeEmitted)
527 ShouldBeEmitted = false;
    [all...]

Completed in 39 milliseconds