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/ |
D | MemoryDependenceAnalysis.h | 72 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/ |
D | DbgEntityHistoryCalculator.h | 55 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/ |
D | MemDepPrinter.cpp | 27 Clobber = 0, enumerator 64 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
|
D | MemorySSA.cpp | 610 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/ |
D | SIFixSGPRCopies.cpp | 468 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/ |
D | RELEASE_NOTES | 46 Clobber events are not generated due to low-level architectural
|
/third_party/ffmpeg/tests/checkasm/x86/ |
D | checkasm.asm | 68 ; 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/ |
D | DbgEntityHistoryCalculator.cpp | 80 Entries.emplace_back(&MI, Entry::Clobber); in startClobber()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 1496 for (auto Clobber : Clobbers) { in UpdatePredRedefs() local 1499 unsigned Reg = Clobber.first; in UpdatePredRedefs() 1500 MachineOperand &Op = const_cast<MachineOperand&>(*Clobber.second); in UpdatePredRedefs()
|