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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 93 bool ShouldBeEmitted;
183 /// shouldBeEmitted - Returns the shouldBeEmitted field. Although filter()
192 bool shouldBeEmitted() const {
193 return ShouldBeEmitted;
X86RecognizableInstr.cpp 184 ShouldBeEmitted = false;
234 ShouldBeEmitted = false;
240 ShouldBeEmitted = false;
244 ShouldBeEmitted = true;
257 if (recogInstr.shouldBeEmitted()) {
    [all...]

Completed in 383 milliseconds