Home
last modified time | relevance | path

Searched refs:shouldBreakDependence (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBreakFalseDeps.cpp87 bool shouldBreakDependence(MachineInstr *, unsigned OpIdx, unsigned Pref);
164 bool BreakFalseDeps::shouldBreakDependence(MachineInstr *MI, unsigned OpIdx, in shouldBreakDependence() function in BreakFalseDeps
189 if (!HadTrueDependency && shouldBreakDependence(MI, OpNum, Pref)) in processDefs()
204 if (Pref && shouldBreakDependence(MI, i, Pref)) in processDefs()
/external/llvm/lib/CodeGen/
DExecutionDepsFix.cpp206 bool shouldBreakDependence(MachineInstr*, unsigned OpIdx, unsigned Pref);
478 bool ExeDepsFix::shouldBreakDependence(MachineInstr *MI, unsigned OpIdx, in shouldBreakDependence() function in ExeDepsFix
513 if (shouldBreakDependence(MI, OpNum, Pref)) in processDefs()
535 if (Pref && shouldBreakDependence(MI, i, Pref)) in processDefs()