Searched refs:insertPass (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 1326 insertPass(&PHIEliminationID, &SILowerControlFlowID); in addFastRegAlloc() 1328 insertPass(&TwoAddressInstructionPassID, &SIWholeQuadModeID); in addFastRegAlloc() 1336 insertPass(&MachineSchedulerID, &SIWholeQuadModeID); in addOptimizedRegAlloc() 1339 insertPass(&MachineSchedulerID, &SIOptimizeExecMaskingPreRAID); in addOptimizedRegAlloc() 1342 insertPass(&RenameIndependentSubregsID, &GCNRewritePartialRegUsesID); in addOptimizedRegAlloc() 1345 insertPass(&RenameIndependentSubregsID, &GCNPreRAOptimizationsID); in addOptimizedRegAlloc() 1350 insertPass(&MachineSchedulerID, &SIFormMemoryClausesID); in addOptimizedRegAlloc() 1357 insertPass(&LiveVariablesID, &SIOptimizeVGPRLiveRangeID); in addOptimizedRegAlloc() 1361 insertPass(&PHIEliminationID, &SILowerControlFlowID); in addOptimizedRegAlloc() 1364 insertPass(&DetectDeadLanesID, &DeadMachineInstructionElimID); in addOptimizedRegAlloc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetMachine.cpp | 449 insertPass(&RegisterCoalescerID, &HexagonExpandCondsetsID); in addPreRegAlloc() 451 insertPass(&RegisterCoalescerID, &HexagonCopyHoistingID); in addPreRegAlloc() 453 insertPass(&VirtRegRewriterID, &HexagonTfrCleanupID); in addPreRegAlloc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.cpp | 561 insertPass(&PHIEliminationID, &RISCVInsertVSETVLIID); in addPreRegAlloc() 563 insertPass(&RegisterCoalescerID, &RISCVInsertVSETVLIID); in addPreRegAlloc()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetPassConfig.h | 212 void insertPass(AnalysisID TargetPassID, IdentifyingPassPtr InsertedPassID);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.cpp | 558 insertPass(VSXFMAMutateEarly ? &RegisterCoalescerID : &MachineSchedulerID, in addPreRegAlloc()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | CodeGenPassBuilder.h | 482 void insertPass(InsertedPassT &&Pass) { in insertPass() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 608 void TargetPassConfig::insertPass(AnalysisID TargetPassID, in insertPass() function in TargetPassConfig
|