Home
last modified time | relevance | path

Searched refs:shouldScheduleAdjacent (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNVOPDUtils.cpp223 MacroFusionPredTy shouldScheduleAdjacent; // NOLINT: function pointer member
226 MacroFusionPredTy shouldScheduleAdjacent) // NOLINT: function pointer in VOPDPairingMutation()
227 : shouldScheduleAdjacent(shouldScheduleAdjacent) {} in VOPDPairingMutation()
240 if (!shouldScheduleAdjacent(TII, ST, nullptr, *IMI)) in apply()
250 !shouldScheduleAdjacent(TII, ST, IMI, *JMI)) in apply()
H A DAMDGPUMacroFusion.cpp26 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII_, in shouldScheduleAdjacent() function
63 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createAMDGPUMacroFusionDAGMutation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp163 bool shouldScheduleAdjacent(const TargetInstrInfo &TII,
171 bool MacroFusion::shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function in MacroFusion
200 if (!shouldScheduleAdjacent(TII, ST, nullptr, AnchorMI)) in scheduleAdjacentImpl()
216 !shouldScheduleAdjacent(TII, ST, DepMI, AnchorMI)) in scheduleAdjacentImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMacroFusion.cpp51 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function
66 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createARMMacroFusionDAGMutation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMacroFusion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MacroFusion.cpp35 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function
71 return createMacroFusionDAGMutation(shouldScheduleAdjacent, in createX86MacroFusionDAGMutation()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp234 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function
290 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createPowerPCMacroFusionDAGMutation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MacroFusion.cpp443 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function
481 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createAArch64MacroFusionDAGMutation()