Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DImplicitNullChecks.cpp765 if (auto *DepMI = NC.getOnlyDependency()) { in rewriteNullChecks() local
766 DepMI->removeFromParent(); in rewriteNullChecks()
767 NC.getCheckBlock()->insert(NC.getCheckBlock()->end(), DepMI); in rewriteNullChecks()
790 if (auto *DepMI = NC.getOnlyDependency()) { in rewriteNullChecks() local
791 for (auto &MO : DepMI->operands()) { in rewriteNullChecks()
DTargetSchedule.cpp275 const MachineInstr *DepMI) const { in computeOutputLatency()
290 if (!DepMI->readsRegister(Reg, TRI) && TII->isPredicated(*DepMI)) in computeOutputLatency()
DMacroFusion.cpp187 const MachineInstr *DepMI = DepSU.getInstr(); in scheduleAdjacentImpl() local
189 !shouldScheduleAdjacent(TII, ST, DepMI, AnchorMI)) in scheduleAdjacentImpl()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h71 MemIntrinsic *DepMI, const DataLayout &DL);
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetSchedule.h198 const MachineInstr *DepMI) const;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1479 } else if (auto *DepMI = dyn_cast<MemIntrinsic>(DepInst)) { in performSymbolicLoadCoercion() local
1480 int Offset = analyzeLoadFromClobberingMemInst(LoadType, LoadPtr, DepMI, DL); in performSymbolicLoadCoercion()
1483 getConstantMemInstValueForLoad(DepMI, Offset, LoadType, DL)) { in performSymbolicLoadCoercion()
1484 LLVM_DEBUG(dbgs() << "Coercing load from meminst " << *DepMI in performSymbolicLoadCoercion()
DGVN.cpp1190 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInst)) { in AnalyzeLoadAvailability() local
1193 DepMI, DL); in AnalyzeLoadAvailability()
1195 return AvailableValue::getMI(DepMI, Offset); in AnalyzeLoadAvailability()