Home
last modified time | relevance | path

Searched refs:Clobber (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h72 Clobber, enumerator
119 PointerSumTypeMember<Clobber, Instruction *>,
137 return MemDepResult(ValueTy::create<Clobber>(Inst)); in getClobber()
151 bool isClobber() const { return Value.is<Clobber>(); } in isClobber()
181 case Clobber: in getInst()
182 return Value.cast<Clobber>(); in getInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDbgEntityHistoryCalculator.h55 enum EntryKind { DbgValue, Clobber }; enumerator
64 bool isClobber() const { return getEntryKind() == Clobber; } in isClobber()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemDepPrinter.cpp27 Clobber = 0, enumerator
64 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
DMemorySSA.cpp610 MemoryAccess *Clobber; member
787 if (!MSSA.dominates(I->Clobber, Dom->Clobber)) in tryOptimizePhi()
803 return MSSA.dominates(P.Clobber, Target); in tryOptimizePhi()
885 if (DT.dominates(ChainBB, TP.Clobber->getBlock())) in tryOptimizePhi()
916 return MSSA.dominates(P.Clobber, R.PrimaryClobber.Clobber); in verifyOptResult()
959 Result = OptRes.PrimaryClobber.Clobber; in findClobber()
2348 MemoryAccess *Clobber = in getClobberingMemoryAccessBase() local
2353 LLVM_DEBUG(dbgs() << *Clobber << "\n"); in getClobberingMemoryAccessBase()
2354 return Clobber; in getClobberingMemoryAccessBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFixSGPRCopies.cpp468 auto interferes = [&MDT, From, To](MachineInstr* &Clobber) -> bool { in hoistAndMergeSGPRInits() argument
471 bool MayClobberFrom = isReachable(Clobber, &*From, MBBTo, MDT); in hoistAndMergeSGPRInits()
472 bool MayClobberTo = isReachable(Clobber, &*To, MBBTo, MDT); in hoistAndMergeSGPRInits()
483 MDT.dominates(Clobber, &*From) && in hoistAndMergeSGPRInits()
484 MDT.dominates(Clobber, &*To)) || in hoistAndMergeSGPRInits()
485 MDT.properlyDominates(Clobber->getParent(), MBBTo)); in hoistAndMergeSGPRInits()
/third_party/mesa3d/src/glx/apple/
DRELEASE_NOTES46 Clobber events are not generated due to low-level architectural
/third_party/ffmpeg/tests/checkasm/x86/
Dcheckasm.asm68 ; Clobber the stack with junk below the stack pointer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDbgEntityHistoryCalculator.cpp80 Entries.emplace_back(&MI, Entry::Clobber); in startClobber()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp1496 for (auto Clobber : Clobbers) { in UpdatePredRedefs() local
1499 unsigned Reg = Clobber.first; in UpdatePredRedefs()
1500 MachineOperand &Op = const_cast<MachineOperand&>(*Clobber.second); in UpdatePredRedefs()