HomeSort by relevance Sort by last modified time
    Searched refs:shouldScheduleAdjacent (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MacroFusion.h 38 /// shouldScheduleAdjacent predicate function.
40 createMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent);
44 /// to the target-specific shouldScheduleAdjacent predicate function.
46 createBranchMacroFusionDAGMutation(ShouldSchedulePredTy shouldScheduleAdjacent);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUMacroFusion.cpp 29 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII_,
62 return createMacroFusionDAGMutation(shouldScheduleAdjacent);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MacroFusion.cpp 119 ShouldSchedulePredTy shouldScheduleAdjacent;
124 MacroFusion(ShouldSchedulePredTy shouldScheduleAdjacent, bool FuseBlock)
125 : shouldScheduleAdjacent(shouldScheduleAdjacent), FuseBlock(FuseBlock) {}
154 if (!shouldScheduleAdjacent(TII, ST, nullptr, AnchorMI))
168 if (!shouldScheduleAdjacent(TII, ST, DepMI, AnchorMI))
180 ShouldSchedulePredTy shouldScheduleAdjacent) {
182 return llvm::make_unique<MacroFusion>(shouldScheduleAdjacent, true);
188 ShouldSchedulePredTy shouldScheduleAdjacent) {
190 return llvm::make_unique<MacroFusion>(shouldScheduleAdjacent, false)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMMacroFusion.cpp 66 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII,
81 return createMacroFusionDAGMutation(shouldScheduleAdjacent);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86MacroFusion.cpp 25 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII,
196 return createBranchMacroFusionDAGMutation(shouldScheduleAdjacent);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64MacroFusion.cpp 261 static bool shouldScheduleAdjacent(const TargetInstrInfo &TII,
289 return createMacroFusionDAGMutation(shouldScheduleAdjacent);
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 111 bool shouldScheduleAdjacent(MachineInstr &First,
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 421 bool shouldScheduleAdjacent(MachineInstr &First,
X86InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 548 milliseconds