Searched refs:shouldScheduleAdjacent (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MacroFusion.cpp | 141 ShouldSchedulePredTy shouldScheduleAdjacent; member in __anon3a1e84d10111::MacroFusion 146 MacroFusion(ShouldSchedulePredTy shouldScheduleAdjacent, bool FuseBlock) in MacroFusion() argument 147 : shouldScheduleAdjacent(shouldScheduleAdjacent), FuseBlock(FuseBlock) {} in MacroFusion() 174 if (!shouldScheduleAdjacent(TII, ST, nullptr, AnchorMI)) in scheduleAdjacentImpl() 190 !shouldScheduleAdjacent(TII, ST, DepMI, AnchorMI)) in scheduleAdjacentImpl() 202 ShouldSchedulePredTy shouldScheduleAdjacent) { in createMacroFusionDAGMutation() argument 204 return std::make_unique<MacroFusion>(shouldScheduleAdjacent, true); in createMacroFusionDAGMutation() 210 ShouldSchedulePredTy shouldScheduleAdjacent) { in createBranchMacroFusionDAGMutation() argument 212 return std::make_unique<MacroFusion>(shouldScheduleAdjacent, false); in createBranchMacroFusionDAGMutation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MacroFusion.h | 39 createMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent); 45 createBranchMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMacroFusion.cpp | 28 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII_, in shouldScheduleAdjacent() function 64 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createAMDGPUMacroFusionDAGMutation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMMacroFusion.cpp | 51 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function 66 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createARMMacroFusionDAGMutation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86MacroFusion.cpp | 34 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function 71 return createBranchMacroFusionDAGMutation(shouldScheduleAdjacent); in createX86MacroFusionDAGMutation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64MacroFusion.cpp | 375 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function 409 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createAArch64MacroFusionDAGMutation()
|