Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp674 if (auto *DepMI = NC.getOnlyDependency()) { in rewriteNullChecks() local
675 DepMI->removeFromParent(); in rewriteNullChecks()
676 NC.getCheckBlock()->insert(NC.getCheckBlock()->end(), DepMI); in rewriteNullChecks()
699 if (auto *DepMI = NC.getOnlyDependency()) { in rewriteNullChecks() local
700 for (auto &MO : DepMI->operands()) { in rewriteNullChecks()
DTargetSchedule.cpp291 const MachineInstr *DepMI) const { in computeOutputLatency()
306 if (!DepMI->readsRegister(Reg, TRI) && TII->isPredicated(*DepMI)) in computeOutputLatency()
DMacroFusion.cpp188 const MachineInstr *DepMI = DepSU.getInstr(); in scheduleAdjacentImpl() local
190 !shouldScheduleAdjacent(TII, ST, DepMI, AnchorMI)) in scheduleAdjacentImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h71 MemIntrinsic *DepMI, const DataLayout &DL);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSchedule.h199 const MachineInstr *DepMI) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp906 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInst)) { in AnalyzeLoadAvailability() local
909 DepMI, DL); in AnalyzeLoadAvailability()
911 Res = AvailableValue::getMI(DepMI, Offset); in AnalyzeLoadAvailability()
DNewGVN.cpp1452 } else if (auto *DepMI = dyn_cast<MemIntrinsic>(DepInst)) { in performSymbolicLoadCoercion() local
1453 int Offset = analyzeLoadFromClobberingMemInst(LoadType, LoadPtr, DepMI, DL); in performSymbolicLoadCoercion()
1456 getConstantMemInstValueForLoad(DepMI, Offset, LoadType, DL)) { in performSymbolicLoadCoercion()
1457 LLVM_DEBUG(dbgs() << "Coercing load from meminst " << *DepMI in performSymbolicLoadCoercion()