Searched refs:FakeUse (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 115 X(FakeUse, "fakeuse"); in getInstName() 577 : InstHighLevel(Func, Inst::FakeUse, Weight, nullptr) { in InstFakeUse()
|
D | IceInst.h | 70 FakeUse, // not part of LLVM/PNaCl bitcode enumerator 939 static bool classof(const Inst *Instr) { return Instr->getKind() == FakeUse; } in classof()
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | nacl-atomic-intrinsics.ll | 475 ; Same test as above, but with a global address to test FakeUse issues. 822 ; Same test as above, but with a global address to test FakeUse issues. 907 ; Same test as above, but with a global address to test FakeUse issues. 975 ; Same test as above, but with a global address to test FakeUse issues.
|
/external/swiftshader/third_party/subzero/docs/ |
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
|
/external/swiftshader/third_party/subzero/ |
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
|