Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp1391 !MI.isDereferenceableInvariantLoad()) { in IsProfitableToHoist()
1411 if (!MI->isDereferenceableInvariantLoad()) in ExtractHoistableLoad()
1537 if (MI->mayLoad() && !MI->isDereferenceableInvariantLoad()) in EliminateCSE()
1593 if (MI->mayLoad() && !MI->isDereferenceableInvariantLoad()) in MayCSE()
H A DMachineCSE.cpp419 if (!MI->isDereferenceableInvariantLoad()) in isCSECandidate()
H A DTargetInstrInfo.cpp1620 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in isReallyTriviallyReMaterializable()
2231 (MI->hasOrderedMemoryRef() && !MI->isDereferenceableInvariantLoad()); in isGlobalMemoryObject()
H A DEarlyIfConversion.cpp592 if (TDef->mayLoadOrStore() && !TDef->isDereferenceableInvariantLoad()) in hasSameValue()
H A DMachineInstr.cpp1362 if (mayLoad() && !isDereferenceableInvariantLoad()) in isSafeToMove()
1593 bool MachineInstr::isDereferenceableInvariantLoad() const { in isDereferenceableInvariantLoad() function in MachineInstr
H A DScheduleDAGInstrs.cpp957 !(MI.mayLoad() && !MI.isDereferenceableInvariantLoad())) in buildSchedGraph()
H A DMachinePipeliner.cpp1094 (MI->mayLoad() && !MI->isDereferenceableInvariantLoad())) in getInstrTag()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp177 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in query()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1782 LLVM_ABI bool isDereferenceableInvariantLoad() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2843 if (I1->mayLoadOrStore() && !I1->isDereferenceableInvariantLoad()) in matchEqualDefs()
2854 if (!I2->isDereferenceableInvariantLoad() || in matchEqualDefs()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp918 MI.isDereferenceableInvariantLoad()) { in isReallyTriviallyReMaterializable()