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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 92 bool ShouldBeEmitted;
185 /// shouldBeEmitted - Returns the shouldBeEmitted field. Although filter()
194 bool shouldBeEmitted() const {
195 return ShouldBeEmitted;
X86RecognizableInstr.cpp 201 ShouldBeEmitted = false;
251 ShouldBeEmitted = false;
257 ShouldBeEmitted = false;
261 ShouldBeEmitted = true;
274 if (recogInstr.shouldBeEmitted()) {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.h 86 bool ShouldBeEmitted;
206 /// shouldBeEmitted - Returns the shouldBeEmitted field. Although filter()
215 bool shouldBeEmitted() const {
216 return ShouldBeEmitted;
X86RecognizableInstr.cpp 206 ShouldBeEmitted = false;
265 ShouldBeEmitted = true;
280 if (recogInstr.shouldBeEmitted())
549 ShouldBeEmitted = false;
595 ShouldBeEmitted = false;
597 if (!ShouldBeEmitted)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
X86RecognizableInstr.h 212 bool ShouldBeEmitted;
305 /// shouldBeEmitted - Returns the shouldBeEmitted field. Although filter()
314 bool shouldBeEmitted() const {
315 return ShouldBeEmitted;
X86RecognizableInstr.cpp 73 ShouldBeEmitted = false;
124 ShouldBeEmitted = false;
130 ShouldBeEmitted = false;
134 ShouldBeEmitted = true;
147 if (recogInstr.shouldBeEmitted()) {
    [all...]

Completed in 608 milliseconds