Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLICM.cpp1228 !MI.isDereferenceableInvariantLoad()) { in IsProfitableToHoist()
1247 if (!MI->isDereferenceableInvariantLoad()) in ExtractHoistableLoad()
H A DScheduleDAGInstrs.cpp541 (MI->hasOrderedMemoryRef() && !MI->isDereferenceableInvariantLoad()); in isGlobalMemoryObject()
926 !(MI.mayLoad() && !MI.isDereferenceableInvariantLoad())) in buildSchedGraph()
H A DMachineCSE.cpp426 if (!MI->isDereferenceableInvariantLoad()) in isCSECandidate()
H A DMachineInstr.cpp1261 if (mayLoad() && !isDereferenceableInvariantLoad()) in isSafeToMove()
1406 bool MachineInstr::isDereferenceableInvariantLoad() const { in isDereferenceableInvariantLoad() function in MachineInstr
H A DEarlyIfConversion.cpp585 if (TDef->mayLoadOrStore() && !TDef->isDereferenceableInvariantLoad()) in hasSameValue()
H A DTargetInstrInfo.cpp1089 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in isReallyTriviallyReMaterializableGeneric()
H A DMachinePipeliner.cpp733 (!MI.mayLoad() || !MI.isDereferenceableInvariantLoad())); in isDependenceBarrier()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp174 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad()) in query()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1675 bool isDereferenceableInvariantLoad() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2473 if (I1->mayLoadOrStore() && !I1->isDereferenceableInvariantLoad()) in matchEqualDefs()
2484 if (!I2->isDereferenceableInvariantLoad() || in matchEqualDefs()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp872 MI.isDereferenceableInvariantLoad()) { in isReallyTriviallyReMaterializable()