Home
last modified time | relevance | path

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/
DMacroFusion.cpp141 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/
DMacroFusion.h39 createMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent);
45 createBranchMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMacroFusion.cpp28 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/
DARMMacroFusion.cpp51 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/
DX86MacroFusion.cpp34 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/
DAArch64MacroFusion.cpp375 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function
409 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createAArch64MacroFusionDAGMutation()