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

/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DVNCoercion.h66 /// extracted from the memory intrinsic at DepMI.
68 /// On success, it returns the offset into DepMI that extraction would start.
71 MemIntrinsic *DepMI, const DataLayout &DL);
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h198 const MachineInstr *DepMI) const;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DTargetSchedule.cpp275 const MachineInstr *DepMI) const {
290 if (!DepMI->readsRegister(Reg, TRI) && TII->isPredicated(*DepMI))
H A DMacroFusion.cpp187 const MachineInstr *DepMI = DepSU.getInstr(); local
189 !shouldScheduleAdjacent(TII, ST, DepMI, AnchorMI))
H A DImplicitNullChecks.cpp765 if (auto *DepMI = NC.getOnlyDependency()) {
766 DepMI->removeFromParent();
767 NC.getCheckBlock()->insert(NC.getCheckBlock()->end(), DepMI);
790 if (auto *DepMI = NC.getOnlyDependency()) {
791 for (auto &MO : DepMI->operands()) {
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1479 } else if (auto *DepMI = dyn_cast<MemIntrinsic>(DepInst)) {
1480 int Offset = analyzeLoadFromClobberingMemInst(LoadType, LoadPtr, DepMI, DL);
1483 getConstantMemInstValueForLoad(DepMI, Offset, LoadType, DL)) {
1484 LLVM_DEBUG(dbgs() << "Coercing load from meminst " << *DepMI
H A DGVN.cpp1190 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInst)) {
1193 DepMI, DL);
1195 return AvailableValue::getMI(DepMI, Offset);

Completed in 262 milliseconds