Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineLICM.cpp1272 !MI.isDereferenceableInvariantLoad(AA)) { in IsProfitableToHoist()
1291 if (!MI->isDereferenceableInvariantLoad(AA)) in ExtractHoistableLoad()
DScheduleDAGInstrs.cpp507 (MI->hasOrderedMemoryRef() && !MI->isDereferenceableInvariantLoad(AA)); in isGlobalMemoryObject()
867 !(MI.mayLoad() && !MI.isDereferenceableInvariantLoad(AA))) in buildSchedGraph()
DMachineCSE.cpp372 if (!MI->isDereferenceableInvariantLoad(AA)) in isCSECandidate()
DMachineInstr.cpp1005 if (mayLoad() && !isDereferenceableInvariantLoad(AA)) in isSafeToMove()
1124 bool MachineInstr::isDereferenceableInvariantLoad(AliasAnalysis *AA) const { in isDereferenceableInvariantLoad() function in MachineInstr
DTargetInstrInfo.cpp921 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad(AA)) in isReallyTriviallyReMaterializableGeneric()
DMachinePipeliner.cpp1042 (!MI.mayLoad() || !MI.isDereferenceableInvariantLoad(AA))); in isDependenceBarrier()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1234 bool isDereferenceableInvariantLoad(AliasAnalysis *AA) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp169 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad(&AA)) in Query()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp543 MI.isDereferenceableInvariantLoad(AA)) { in isReallyTriviallyReMaterializable()