Searched refs:DepMI (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | ImplicitNullChecks.cpp | 765 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()
|
| D | TargetSchedule.cpp | 275 const MachineInstr *DepMI) const { in computeOutputLatency() 290 if (!DepMI->readsRegister(Reg, TRI) && TII->isPredicated(*DepMI)) in computeOutputLatency()
|
| D | MacroFusion.cpp | 187 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/ |
| D | VNCoercion.h | 71 MemIntrinsic *DepMI, const DataLayout &DL);
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | TargetSchedule.h | 198 const MachineInstr *DepMI) const;
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | NewGVN.cpp | 1479 } 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()
|
| D | GVN.cpp | 1190 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInst)) { in AnalyzeLoadAvailability() local 1193 DepMI, DL); in AnalyzeLoadAvailability() 1195 return AvailableValue::getMI(DepMI, Offset); in AnalyzeLoadAvailability()
|