Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp1367 !MI.isDereferenceableInvariantLoad()) { in IsProfitableToHoist()
1387 if (!MI->isDereferenceableInvariantLoad()) in ExtractHoistableLoad()
1514 if (MI->mayLoad() && !MI->isDereferenceableInvariantLoad()) in EliminateCSE()
1570 if (MI->mayLoad() && !MI->isDereferenceableInvariantLoad()) in MayCSE()
H A DScheduleDAGInstrs.cpp554 (MI->hasOrderedMemoryRef() && !MI->isDereferenceableInvariantLoad()); in isGlobalMemoryObject()
939 !(MI.mayLoad() && !MI.isDereferenceableInvariantLoad())) in buildSchedGraph()
H A DMachineCSE.cpp425 if (!MI->isDereferenceableInvariantLoad()) in isCSECandidate()
H A DEarlyIfConversion.cpp585 if (TDef->mayLoadOrStore() && !TDef->isDereferenceableInvariantLoad()) in hasSameValue()
H A DMachineInstr.cpp1318 if (mayLoad() && !isDereferenceableInvariantLoad()) in isSafeToMove()
1480 bool MachineInstr::isDereferenceableInvariantLoad() const { in isDereferenceableInvariantLoad() function in MachineInstr
H A DTargetInstrInfo.cpp1309 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in isReallyTriviallyReMaterializable()
H A DMachinePipeliner.cpp812 (!MI.mayLoad() || !MI.isDereferenceableInvariantLoad())); in isDependenceBarrier()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp174 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in query()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1753 bool isDereferenceableInvariantLoad() const;
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2818 if (I1->mayLoadOrStore() && !I1->isDereferenceableInvariantLoad()) in matchEqualDefs()
2829 if (!I2->isDereferenceableInvariantLoad() || in matchEqualDefs()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp933 MI.isDereferenceableInvariantLoad()) { in isReallyTriviallyReMaterializable()