Searched refs:FakeDef (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | multidef_kill.ll | 3 ; instruction whose dest contains the low portion, and a FakeDef of the high 5 ; is followed by a truncation), the FakeDef may be eliminated, and the register
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 114 X(FakeDef, "fakedef"); in getInstName() 570 : InstHighLevel(Func, Inst::FakeDef, Src ? 1 : 0, Dest) { in InstFakeDef()
|
D | IceInst.h | 69 FakeDef, // not part of LLVM/PNaCl bitcode enumerator 913 static bool classof(const Inst *Instr) { return Instr->getKind() == FakeDef; } in classof()
|
D | IceTargetLoweringARM32.cpp | 928 auto *FakeDef = llvm::dyn_cast<InstFakeDef>(&Inst); in materializeGotAddr() local 929 if (FakeDef != nullptr && FakeDef->getDest() == GotPtr) { in materializeGotAddr() 930 DefGotPtr = FakeDef; in materializeGotAddr()
|
/external/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 306 - FakeDef, FakeUse, FakeKill. These are tools used to preserve consistency in 349 - The FakeDef instruction gives a fake definition of some variable. For 354 trick to set ``%eax`` to 0 requires an initial FakeDef of ``%eax``.
|
/external/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 306 - FakeDef, FakeUse, FakeKill. These are tools used to preserve consistency in 349 - The FakeDef instruction gives a fake definition of some variable. For 354 trick to set ``%eax`` to 0 requires an initial FakeDef of ``%eax``.
|