Searched refs:insertPass (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 1314 insertPass(&PHIEliminationID, &SILowerControlFlowID, false); in addFastRegAlloc() 1316 insertPass(&TwoAddressInstructionPassID, &SIWholeQuadModeID); in addFastRegAlloc() 1317 insertPass(&TwoAddressInstructionPassID, &SIPreAllocateWWMRegsID); in addFastRegAlloc() 1325 insertPass(&MachineSchedulerID, &SIWholeQuadModeID); in addOptimizedRegAlloc() 1326 insertPass(&MachineSchedulerID, &SIPreAllocateWWMRegsID); in addOptimizedRegAlloc() 1329 insertPass(&MachineSchedulerID, &SIOptimizeExecMaskingPreRAID); in addOptimizedRegAlloc() 1332 insertPass(&RenameIndependentSubregsID, &GCNPreRAOptimizationsID); in addOptimizedRegAlloc() 1337 insertPass(&MachineSchedulerID, &SIFormMemoryClausesID); in addOptimizedRegAlloc() 1344 insertPass(&LiveVariablesID, &SIOptimizeVGPRLiveRangeID, false); in addOptimizedRegAlloc() 1348 insertPass(&PHIEliminationID, &SILowerControlFlowID, false); in addOptimizedRegAlloc() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetPassConfig.h | 190 void insertPass(AnalysisID TargetPassID, IdentifyingPassPtr InsertedPassID,
|
| H A D | CodeGenPassBuilder.h | 219 template <typename PassT> void insertPass(AnalysisKey *ID, PassT Pass) { in insertPass() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 509 insertPass(VSXFMAMutateEarly ? &RegisterCoalescerID : &MachineSchedulerID, in addPreRegAlloc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetMachine.cpp | 405 insertPass(&RegisterCoalescerID, &HexagonExpandCondsetsID); in addPreRegAlloc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 603 void TargetPassConfig::insertPass(AnalysisID TargetPassID, in insertPass() function in TargetPassConfig
|