Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMacroFusion.cpp141 ShouldSchedulePredTy shouldScheduleAdjacent; member in __anonc7975db10111::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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMacroFusion.cpp141 ShouldSchedulePredTy shouldScheduleAdjacent; member in __anon323bb4a50111::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()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMacroFusion.h39 createMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent);
45 createBranchMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMacroFusion.h39 createMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent);
45 createBranchMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent);
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMacroFusion.cpp28 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII_, in shouldScheduleAdjacent() function
65 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createAMDGPUMacroFusionDAGMutation()
/external/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()
/external/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()
/external/llvm-project/llvm/lib/Target/ARM/
DARMMacroFusion.cpp51 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function
66 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createARMMacroFusionDAGMutation()
/external/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()
/external/llvm-project/llvm/lib/Target/X86/
DX86MacroFusion.cpp34 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function
71 return createBranchMacroFusionDAGMutation(shouldScheduleAdjacent); in createX86MacroFusionDAGMutation()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCMacroFusion.cpp144 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function
200 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createPowerPCMacroFusionDAGMutation()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MacroFusion.cpp375 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function
409 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createAArch64MacroFusionDAGMutation()
/external/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()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h111 bool shouldScheduleAdjacent(MachineInstr &First,
DAArch64InstrInfo.cpp1798 bool AArch64InstrInfo::shouldScheduleAdjacent(MachineInstr &First, in shouldScheduleAdjacent() function in AArch64InstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h421 bool shouldScheduleAdjacent(MachineInstr &First,
DX86InstrInfo.cpp6763 bool X86InstrInfo::shouldScheduleAdjacent(MachineInstr &First, in shouldScheduleAdjacent() function in X86InstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1053 virtual bool shouldScheduleAdjacent(MachineInstr &First, in shouldScheduleAdjacent() function
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1533 if (!TII.shouldScheduleAdjacent(*Pred, *Branch)) in apply()