Lines Matching refs:insertPass
1535 insertPass(&PHIEliminationID, &SILowerControlFlowLegacyID); in addFastRegAlloc()
1537 insertPass(&TwoAddressInstructionPassID, &SIWholeQuadModeID); in addFastRegAlloc()
1544 insertPass(&DetectDeadLanesID, &DeadMachineInstructionElimID); in addOptimizedRegAlloc()
1551 insertPass(&LiveVariablesID, &SIOptimizeVGPRLiveRangeLegacyID); in addOptimizedRegAlloc()
1556 insertPass(&PHIEliminationID, &SILowerControlFlowLegacyID); in addOptimizedRegAlloc()
1559 insertPass(&RenameIndependentSubregsID, &GCNRewritePartialRegUsesID); in addOptimizedRegAlloc()
1562 insertPass(&MachineSchedulerID, &GCNPreRAOptimizationsID); in addOptimizedRegAlloc()
1566 insertPass(&MachineSchedulerID, &SIWholeQuadModeID); in addOptimizedRegAlloc()
1569 insertPass(&MachineSchedulerID, &SIOptimizeExecMaskingPreRAID); in addOptimizedRegAlloc()
1574 insertPass(&MachineSchedulerID, &SIFormMemoryClausesID); in addOptimizedRegAlloc()
2202 insertPass<DetectDeadLanesPass>(DeadMachineInstructionElimPass()); in addOptimizedRegAlloc()
2209 insertPass<RequireAnalysisPass<LiveVariablesAnalysis, MachineFunction>>( in addOptimizedRegAlloc()
2215 insertPass<PHIEliminationPass>(SILowerControlFlowPass()); in addOptimizedRegAlloc()
2218 insertPass<RenameIndependentSubregsPass>(GCNRewritePartialRegUsesPass()); in addOptimizedRegAlloc()
2221 insertPass<MachineSchedulerPass>(GCNPreRAOptimizationsPass()); in addOptimizedRegAlloc()
2225 insertPass<MachineSchedulerPass>(SIWholeQuadModePass()); in addOptimizedRegAlloc()
2228 insertPass<MachineSchedulerPass>(SIOptimizeExecMaskingPreRAPass()); in addOptimizedRegAlloc()
2233 insertPass<MachineSchedulerPass>(SIFormMemoryClausesPass()); in addOptimizedRegAlloc()