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 92 bool ShouldBeEmitted;
212 /// shouldBeEmitted - Returns the shouldBeEmitted field. Although filter()
221 bool shouldBeEmitted() const {
222 return ShouldBeEmitted;
X86RecognizableInstr.cpp 218 ShouldBeEmitted = false;
276 ShouldBeEmitted = true;
291 if (recogInstr.shouldBeEmitted())
556 ShouldBeEmitted = false;
602 ShouldBeEmitted = false;
604 if (!ShouldBeEmitted)
    [all...]

Completed in 30 milliseconds