HomeSort by relevance Sort by last modified time
    Searched refs:InstFakeKill (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInst.h     [all...]
IceInst.cpp 583 InstFakeKill::InstFakeKill(Cfg *Func, const Inst *Linked)
1042 void InstFakeKill::emit(const Cfg *Func) const { (void)Func; }
1044 void InstFakeKill::dump(const Cfg *Func) const {
    [all...]
IceRegAlloc.cpp 149 if (auto *Kill = llvm::dyn_cast<InstFakeKill>(&I)) {
    [all...]
IceTargetLowering.cpp 381 llvm::isa<InstFakeKill>(I) || I->isRedundantAssign() ||
    [all...]
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringMIPS32.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 72 milliseconds