Home
last modified time | relevance | path

Searched refs:insertPass (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1535 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 DHexagonTargetMachine.cpp410 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 DTargetPassConfig.h214 void insertPass(AnalysisID TargetPassID, IdentifyingPassPtr InsertedPassID);
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp564 insertPass(VSXFMAMutateEarly ? &TwoAddressInstructionPassID in addPreRegAlloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h578 void insertPass(InsertedPassT &&Pass) const { in insertPass() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp617 void TargetPassConfig::insertPass(AnalysisID TargetPassID, in insertPass() function in TargetPassConfig