Home
last modified time | relevance | path

Searched refs:PreEmitNoops (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDScheduleHazardRecognizer.h82 virtual unsigned PreEmitNoops(SUnit *) { in PreEmitNoops() function
88 virtual unsigned PreEmitNoops(MachineInstr *) { in PreEmitNoops() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNHazardRecognizer.h108 unsigned PreEmitNoops(SUnit *SU) override;
109 unsigned PreEmitNoops(MachineInstr *) override;
HDGCNHazardRecognizer.cpp231 unsigned GCNHazardRecognizer::PreEmitNoops(SUnit *SU) { in PreEmitNoops() function in GCNHazardRecognizer
236 unsigned GCNHazardRecognizer::PreEmitNoops(MachineInstr *MI) { in PreEmitNoops() function in GCNHazardRecognizer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDPostRAHazardRecognizer.cpp84 unsigned NumPreNoops = HazardRec->PreEmitNoops(&MI); in runOnMachineFunction()
HDPostRASchedulerList.cpp623 unsigned NumPreNoops = HazardRec->PreEmitNoops(FoundSUnit); in ListScheduleTopDown()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCHazardRecognizers.h41 unsigned PreEmitNoops(SUnit *SU) override;
HDPPCHazardRecognizers.cpp155 unsigned PPCDispatchGroupSBHazardRecognizer::PreEmitNoops(SUnit *SU) { in PreEmitNoops() function in PPCDispatchGroupSBHazardRecognizer
171 return ScoreboardHazardRecognizer::PreEmitNoops(SU); in PreEmitNoops()