Searched refs:insertPass (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetMachine.cpp | 926 insertPass(&PHIEliminationID, &SILowerControlFlowID, false); in addFastRegAlloc() 929 insertPass(&RegisterCoalescerID, &SIPreAllocateWWMRegsID, false); in addFastRegAlloc() 936 insertPass(&MachineSchedulerID, &SIOptimizeExecMaskingPreRAID); in addOptimizedRegAlloc() 937 insertPass(&SIOptimizeExecMaskingPreRAID, &SIFormMemoryClausesID); in addOptimizedRegAlloc() 939 insertPass(&MachineSchedulerID, &SIFormMemoryClausesID); in addOptimizedRegAlloc() 945 insertPass(&PHIEliminationID, &SILowerControlFlowID, false); in addOptimizedRegAlloc() 948 insertPass(&RegisterCoalescerID, &SIPreAllocateWWMRegsID, false); in addOptimizedRegAlloc() 951 insertPass(&DetectDeadLanesID, &DeadMachineInstructionElimID); in addOptimizedRegAlloc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetPassConfig.h | 188 void insertPass(AnalysisID TargetPassID, IdentifyingPassPtr InsertedPassID,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetPassConfig.cpp | 432 void TargetPassConfig::insertPass(AnalysisID TargetPassID, in insertPass() function in TargetPassConfig 885 insertPass(TID, IID); in addMachinePasses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 488 insertPass(VSXFMAMutateEarly ? &RegisterCoalescerID : &MachineSchedulerID, in addPreRegAlloc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.cpp | 370 insertPass(&RegisterCoalescerID, &HexagonExpandCondsetsID); in addPreRegAlloc()
|