Home
last modified time | relevance | path

Searched refs:AMDGPUInsertDelayAluPass (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.h269 struct AMDGPUInsertDelayAluPass struct
270 : public PassInfoMixin<AMDGPUInsertDelayAluPass> {
H A DAMDGPUPassRegistry.def107 MACHINE_FUNCTION_PASS("amdgpu-insert-delay-alu", AMDGPUInsertDelayAluPass())
H A DAMDGPUInsertDelayAlu.cpp511 AMDGPUInsertDelayAluPass::run(MachineFunction &MF, in run()
H A DAMDGPUTargetMachine.cpp2321 addPass(AMDGPUInsertDelayAluPass()); in addPreEmitPass()