Home
last modified time | relevance | path

Searched refs:isLastUse (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.cpp130 bool Inst::isLastUse(const Operand *TestSrc) const { in isLastUse() function in Ice::Inst
667 if (isLastUse(Var)) { in dumpExtras()
DIceCfgNode.cpp1015 bool ShouldReport = Instr->isLastUse(Var); in emitLiveRangesEnded()
1111 if (I.isLastUse(I.getSrc(0))) in emit()
DIceTargetLoweringX8664.cpp227 if (Instr.isLastUse(Var)) { in init()
716 if (LoadDest && Next && Next->isLastUse(LoadDest)) { in doLoadOpt()
1675 if (!Instr->isLastUse(Src0) && Instr->isLastUse(Src1)) { in lowerArithmetic()
3912 NextBr->isLastUse(NextCmp->getDest())) { in tryOptimizedCmpxchgCmpBr()
6106 if (!RMW->isLastUse(RMW->getBeacon())) in lowerRMW()
DIceInst.h120 bool isLastUse(const Operand *Src) const;
DIceTargetLoweringX8632.cpp218 if (Instr.isLastUse(Var)) { in init()
706 if (LoadDest && Next && Next->isLastUse(LoadDest)) { in doLoadOpt()
1752 if (!Instr->isLastUse(Src0) && Instr->isLastUse(Src1)) { in lowerArithmetic()
4396 NextBr->isLastUse(NextCmp->getDest())) { in tryOptimizedCmpxchgCmpBr()
6765 if (!RMW->isLastUse(RMW->getBeacon())) in lowerRMW()
DIceTargetLoweringARM32.cpp6763 if (Instr.isLastUse(Var)) { in recordProducers()
DIceTargetLoweringMIPS32.cpp5990 if (Instr.isLastUse(Var)) { in recordProducers()