Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DImplicitNullChecks.cpp525 if (auto *DepMI = NC.getOnlyDependency()) { in rewriteNullChecks() local
526 DepMI->removeFromParent(); in rewriteNullChecks()
527 NC.getCheckBlock()->insert(NC.getCheckBlock()->end(), DepMI); in rewriteNullChecks()
550 if (auto *DepMI = NC.getOnlyDependency()) { in rewriteNullChecks() local
551 for (auto &MO : DepMI->operands()) { in rewriteNullChecks()
DTargetSchedule.cpp269 const MachineInstr *DepMI) const { in computeOutputLatency()
284 if (!DepMI->readsRegister(Reg, TRI) && TII->isPredicated(*DepMI)) in computeOutputLatency()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DImplicitNullChecks.cpp768 if (auto *DepMI = NC.getOnlyDependency()) { in rewriteNullChecks() local
769 DepMI->removeFromParent(); in rewriteNullChecks()
770 NC.getCheckBlock()->insert(NC.getCheckBlock()->end(), DepMI); in rewriteNullChecks()
793 if (auto *DepMI = NC.getOnlyDependency()) { in rewriteNullChecks() local
794 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h71 MemIntrinsic *DepMI, const DataLayout &DL);
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h71 MemIntrinsic *DepMI, const DataLayout &DL);
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h185 const MachineInstr *DepMI) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSchedule.h199 const MachineInstr *DepMI) const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetSchedule.h199 const MachineInstr *DepMI) const;
/external/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()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1267 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) { in AnalyzeLoadAvailability() local
1270 DepMI, DL); in AnalyzeLoadAvailability()
1272 Res = AvailableValue::getMI(DepMI, Offset); in AnalyzeLoadAvailability()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp1006 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInst)) { in AnalyzeLoadAvailability() local
1009 DepMI, DL); in AnalyzeLoadAvailability()
1011 Res = AvailableValue::getMI(DepMI, Offset); in AnalyzeLoadAvailability()
DNewGVN.cpp1453 } else if (auto *DepMI = dyn_cast<MemIntrinsic>(DepInst)) { in performSymbolicLoadCoercion() local
1454 int Offset = analyzeLoadFromClobberingMemInst(LoadType, LoadPtr, DepMI, DL); in performSymbolicLoadCoercion()
1457 getConstantMemInstValueForLoad(DepMI, Offset, LoadType, DL)) { in performSymbolicLoadCoercion()
1458 LLVM_DEBUG(dbgs() << "Coercing load from meminst " << *DepMI in performSymbolicLoadCoercion()