Home
last modified time | relevance | path

Searched refs:FakeUse (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInst.cpp115 X(FakeUse, "fakeuse"); in getInstName()
577 : InstHighLevel(Func, Inst::FakeUse, Weight, nullptr) { in InstFakeUse()
DIceInst.h70 FakeUse, // not part of LLVM/PNaCl bitcode enumerator
932 static bool classof(const Inst *Instr) { return Instr->getKind() == FakeUse; } in classof()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dnacl-atomic-intrinsics.ll475 ; 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/
DDESIGN.rst306 - 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/docs/
DDESIGN.rst306 - 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