Searched refs:FakeKill (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 108 X(FakeKill, "fakekill"); in getInstName() 576 : InstHighLevel(Func, Inst::FakeKill, 0, nullptr), Linked(Linked) {} in InstFakeKill()
|
D | IceInst.h | 71 FakeKill, // not part of LLVM/PNaCl bitcode enumerator 974 return Instr->getKind() == FakeKill; in classof()
|
/external/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 306 - FakeDef, FakeUse, FakeKill. These are tools used to preserve consistency in 363 - The FakeKill instruction is added after a call instruction, and is a quick way
|
/external/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 306 - FakeDef, FakeUse, FakeKill. These are tools used to preserve consistency in 363 - The FakeKill instruction is added after a call instruction, and is a quick way
|