Searched refs:FakeUse (Results 1 – 4 of 4) sorted by relevance
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/ |
H A D | IceInst.cpp | 107 X(FakeUse, "fakeuse"); in getInstName() 569 : InstHighLevel(Func, Inst::FakeUse, Weight, nullptr) { in InstFakeUse()
|
H A D | IceInst.h | 70 FakeUse, // not part of LLVM/PNaCl bitcode enumerator 942 static bool classof(const Inst *Instr) { return Instr->getKind() == FakeUse; } in classof()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/docs/ |
H A D | DESIGN.rst | 306 - FakeDef, FakeUse, FakeKill. These are tools used to preserve consistency in 356 - The FakeUse instruction registers a use of a variable, typically to prevent an 360 FakeUse of ``x`` between the two instructions, the liveness analysis pass may
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/ |
H A D | DESIGN.rst | 306 - FakeDef, FakeUse, FakeKill. These are tools used to preserve consistency in 356 - The FakeUse instruction registers a use of a variable, typically to prevent an 360 FakeUse of ``x`` between the two instructions, the liveness analysis pass may
|