Searched refs:FakeUse (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 105 X(FakeUse, "fakeuse"); in getInstName() 560 : InstHighLevel(Func, Inst::FakeUse, Weight, nullptr) { in InstFakeUse()
|
D | IceInst.h | 68 FakeUse, // not part of LLVM/PNaCl bitcode enumerator 893 static bool classof(const Inst *Instr) { return Instr->getKind() == FakeUse; } in classof()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 301 - FakeDef, FakeUse, FakeKill. These are tools used to preserve consistency in 351 - The FakeUse instruction registers a use of a variable, typically to prevent an 355 FakeUse of ``x`` between the two instructions, the liveness analysis pass may
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 301 - FakeDef, FakeUse, FakeKill. These are tools used to preserve consistency in 351 - The FakeUse instruction registers a use of a variable, typically to prevent an 355 FakeUse of ``x`` between the two instructions, the liveness analysis pass may
|