Home
last modified time | relevance | path

Searched refs:isDereferenceableInvariantLoad (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineLICM.cpp1230 !MI.isDereferenceableInvariantLoad()) { in IsProfitableToHoist()
1249 if (!MI->isDereferenceableInvariantLoad()) in ExtractHoistableLoad()
H A DScheduleDAGInstrs.cpp535 (MI->hasOrderedMemoryRef() && !MI->isDereferenceableInvariantLoad()); in isGlobalMemoryObject()
920 !(MI.mayLoad() && !MI.isDereferenceableInvariantLoad())) in buildSchedGraph()
H A DMachineCSE.cpp418 if (!MI->isDereferenceableInvariantLoad()) in isCSECandidate()
H A DMachineInstr.cpp1206 if (mayLoad() && !isDereferenceableInvariantLoad()) in isSafeToMove()
1351 bool MachineInstr::isDereferenceableInvariantLoad() const { in isDereferenceableInvariantLoad() function in MachineInstr
H A DEarlyIfConversion.cpp579 if (TDef->mayLoadOrStore() && !TDef->isDereferenceableInvariantLoad()) in hasSameValue()
H A DTargetInstrInfo.cpp955 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in isReallyTriviallyReMaterializableGeneric()
H A DMachinePipeliner.cpp713 (!MI.mayLoad() || !MI.isDereferenceableInvariantLoad())); in isDependenceBarrier()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp174 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in query()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1620 bool isDereferenceableInvariantLoad() const;
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2389 if (I1->mayLoadOrStore() && !I1->isDereferenceableInvariantLoad()) in matchEqualDefs()
2400 if (!I2->isDereferenceableInvariantLoad() || in matchEqualDefs()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp872 MI.isDereferenceableInvariantLoad()) { in isReallyTriviallyReMaterializable()