Searched refs:insertPass (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 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() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetMachine.cpp | 410 insertPass(&RegisterCoalescerID, &HexagonExpandCondsetsID); in addPreRegAlloc() 412 insertPass(&RegisterCoalescerID, &HexagonCopyHoistingID); in addPreRegAlloc() 414 insertPass(&VirtRegRewriterID, &HexagonTfrCleanupID); in addPreRegAlloc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetPassConfig.h | 214 void insertPass(AnalysisID TargetPassID, IdentifyingPassPtr InsertedPassID);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 564 insertPass(VSXFMAMutateEarly ? &TwoAddressInstructionPassID in addPreRegAlloc()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | CodeGenPassBuilder.h | 578 void insertPass(InsertedPassT &&Pass) const { in insertPass() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 617 void TargetPassConfig::insertPass(AnalysisID TargetPassID, in insertPass() function in TargetPassConfig
|