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 95 bool ShouldBeEmitted;
188 /// shouldBeEmitted - Returns the shouldBeEmitted field. Although filter()
197 bool shouldBeEmitted() const {
198 return ShouldBeEmitted;
X86RecognizableInstr.cpp 201 ShouldBeEmitted = false;
252 ShouldBeEmitted = false;
258 ShouldBeEmitted = false;
262 ShouldBeEmitted = true;
275 if (recogInstr.shouldBeEmitted()) {
    [all...]

Completed in 50 milliseconds