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.cpp1280 !MI.isDereferenceableInvariantLoad()) { in IsProfitableToHoist()
1300 if (!MI->isDereferenceableInvariantLoad()) in ExtractHoistableLoad()
1427 if (MI->mayLoad() && !MI->isDereferenceableInvariantLoad()) in EliminateCSE()
1483 if (MI->mayLoad() && !MI->isDereferenceableInvariantLoad()) in MayCSE()
H A DScheduleDAGInstrs.cpp552 (MI->hasOrderedMemoryRef() && !MI->isDereferenceableInvariantLoad()); in isGlobalMemoryObject()
937 !(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.cpp1277 if (mayLoad() && !isDereferenceableInvariantLoad()) in isSafeToMove()
1422 bool MachineInstr::isDereferenceableInvariantLoad() const { in isDereferenceableInvariantLoad() function in MachineInstr
H A DTargetInstrInfo.cpp1249 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in isReallyTriviallyReMaterializable()
H A DMachinePipeliner.cpp752 (!MI.mayLoad() || !MI.isDereferenceableInvariantLoad())); in isDependenceBarrier()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp173 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in query()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1722 bool isDereferenceableInvariantLoad() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2690 if (I1->mayLoadOrStore() && !I1->isDereferenceableInvariantLoad()) in matchEqualDefs()
2701 if (!I2->isDereferenceableInvariantLoad() || in matchEqualDefs()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp910 MI.isDereferenceableInvariantLoad()) { in isReallyTriviallyReMaterializable()