Home
last modified time | relevance | path

Searched refs:DepMI (Results 1 – 12 of 12) 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-7.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp670 if (auto *DepMI = NC.getOnlyDependency()) { in rewriteNullChecks() local
671 DepMI->removeFromParent(); in rewriteNullChecks()
672 NC.getCheckBlock()->insert(NC.getCheckBlock()->end(), DepMI); in rewriteNullChecks()
695 if (auto *DepMI = NC.getOnlyDependency()) { in rewriteNullChecks() local
696 for (auto &MO : DepMI->operands()) { in rewriteNullChecks()
DTargetSchedule.cpp292 const MachineInstr *DepMI) const { in computeOutputLatency()
307 if (!DepMI->readsRegister(Reg, TRI) && TII->isPredicated(*DepMI)) in computeOutputLatency()
DMacroFusion.cpp167 const MachineInstr *DepMI = DepSU.getInstr(); in scheduleAdjacentImpl() local
168 if (!shouldScheduleAdjacent(TII, ST, DepMI, AnchorMI)) in scheduleAdjacentImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DVNCoercion.h72 MemIntrinsic *DepMI, const DataLayout &DL);
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h185 const MachineInstr *DepMI) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetSchedule.h196 const MachineInstr *DepMI) const;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp1353 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) { in processNonLocalLoad() local
1356 DepMI, *TD); in processNonLocalLoad()
1358 ValuesPerBlock.push_back(AvailableValueInBlock::getMI(DepBB, DepMI, in processNonLocalLoad()
1732 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) { in processLoad() local
1735 DepMI, *TD); in processLoad()
1737 AvailVal = GetMemInstValueForLoad(DepMI, Offset, L->getType(), L, *TD); in processLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp918 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) { in AnalyzeLoadAvailability() local
921 DepMI, DL); in AnalyzeLoadAvailability()
923 Res = AvailableValue::getMI(DepMI, Offset); in AnalyzeLoadAvailability()
DNewGVN.cpp1447 } else if (auto *DepMI = dyn_cast<MemIntrinsic>(DepInst)) { in performSymbolicLoadCoercion() local
1448 int Offset = analyzeLoadFromClobberingMemInst(LoadType, LoadPtr, DepMI, DL); in performSymbolicLoadCoercion()
1451 getConstantMemInstValueForLoad(DepMI, Offset, LoadType, DL)) { in performSymbolicLoadCoercion()
1452 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()