/external/llvm-project/llvm/lib/CodeGen/ |
D | MacroFusion.cpp | 141 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/ |
D | MacroFusion.cpp | 141 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/ |
D | MacroFusion.h | 39 createMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent); 45 createBranchMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MacroFusion.h | 39 createMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent); 45 createBranchMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent);
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMacroFusion.cpp | 28 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/ |
D | AMDGPUMacroFusion.cpp | 28 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/ |
D | ARMMacroFusion.cpp | 51 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function 66 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createARMMacroFusionDAGMutation()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMMacroFusion.cpp | 51 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/ |
D | X86MacroFusion.cpp | 34 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function 71 return createBranchMacroFusionDAGMutation(shouldScheduleAdjacent); in createX86MacroFusionDAGMutation()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86MacroFusion.cpp | 34 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function 71 return createBranchMacroFusionDAGMutation(shouldScheduleAdjacent); in createX86MacroFusionDAGMutation()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCMacroFusion.cpp | 144 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function 200 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createPowerPCMacroFusionDAGMutation()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64MacroFusion.cpp | 375 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/ |
D | AArch64MacroFusion.cpp | 375 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII, in shouldScheduleAdjacent() function 409 return createMacroFusionDAGMutation(shouldScheduleAdjacent); in createAArch64MacroFusionDAGMutation()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 111 bool shouldScheduleAdjacent(MachineInstr &First,
|
D | AArch64InstrInfo.cpp | 1798 bool AArch64InstrInfo::shouldScheduleAdjacent(MachineInstr &First, in shouldScheduleAdjacent() function in AArch64InstrInfo
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 421 bool shouldScheduleAdjacent(MachineInstr &First,
|
D | X86InstrInfo.cpp | 6763 bool X86InstrInfo::shouldScheduleAdjacent(MachineInstr &First, in shouldScheduleAdjacent() function in X86InstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 1053 virtual bool shouldScheduleAdjacent(MachineInstr &First, in shouldScheduleAdjacent() function
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 1533 if (!TII.shouldScheduleAdjacent(*Pred, *Branch)) in apply()
|