Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMachineLICM.cpp1327 !MI.isDereferenceableInvariantLoad(AA)) { in IsProfitableToHoist()
1346 if (!MI->isDereferenceableInvariantLoad(AA)) in ExtractHoistableLoad()
DScheduleDAGInstrs.cpp545 (MI->hasOrderedMemoryRef() && !MI->isDereferenceableInvariantLoad(AA)); in isGlobalMemoryObject()
929 !(MI.mayLoad() && !MI.isDereferenceableInvariantLoad(AA))) in buildSchedGraph()
DMachineCSE.cpp414 if (!MI->isDereferenceableInvariantLoad(AA)) in isCSECandidate()
DMachineInstr.cpp1248 if (mayLoad() && !isDereferenceableInvariantLoad(AA)) in isSafeToMove()
1398 bool MachineInstr::isDereferenceableInvariantLoad(AAResults *AA) const { in isDereferenceableInvariantLoad() function in MachineInstr
DTargetInstrInfo.cpp958 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad(AA)) in isReallyTriviallyReMaterializableGeneric()
DMachinePipeliner.cpp712 (!MI.mayLoad() || !MI.isDereferenceableInvariantLoad(AA))); in isDependenceBarrier()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLICM.cpp1308 !MI.isDereferenceableInvariantLoad(AA)) { in IsProfitableToHoist()
1327 if (!MI->isDereferenceableInvariantLoad(AA)) in ExtractHoistableLoad()
DScheduleDAGInstrs.cpp541 (MI->hasOrderedMemoryRef() && !MI->isDereferenceableInvariantLoad(AA)); in isGlobalMemoryObject()
925 !(MI.mayLoad() && !MI.isDereferenceableInvariantLoad(AA))) in buildSchedGraph()
DMachineCSE.cpp414 if (!MI->isDereferenceableInvariantLoad(AA)) in isCSECandidate()
DMachineInstr.cpp1183 if (mayLoad() && !isDereferenceableInvariantLoad(AA)) in isSafeToMove()
1309 bool MachineInstr::isDereferenceableInvariantLoad(AAResults *AA) const { in isDereferenceableInvariantLoad() function in MachineInstr
DTargetInstrInfo.cpp920 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad(AA)) in isReallyTriviallyReMaterializableGeneric()
DMachinePipeliner.cpp632 (!MI.mayLoad() || !MI.isDereferenceableInvariantLoad(AA))); in isDependenceBarrier()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp178 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad(&AA)) in query()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp180 if (MI.mayLoad() && !MI.isDereferenceableInvariantLoad(&AA)) in query()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1467 bool isDereferenceableInvariantLoad(AAResults *AA) const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h1579 bool isDereferenceableInvariantLoad(AAResults *AA) const;
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp2492 if (I1->mayLoadOrStore() && !I1->isDereferenceableInvariantLoad(nullptr)) in matchEqualDefs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp604 MI.isDereferenceableInvariantLoad(AA)) { in isReallyTriviallyReMaterializable()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.cpp1088 MI.isDereferenceableInvariantLoad(AA)) { in isReallyTriviallyReMaterializable()