Searched refs:insertPass (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetMachine.cpp | 853 insertPass(&PHIEliminationID, &SILowerControlFlowID, false); in addFastRegAlloc() 857 insertPass(&SILowerControlFlowID, &SIFixWWMLivenessID, false); in addFastRegAlloc() 863 insertPass(&MachineSchedulerID, &SIOptimizeExecMaskingPreRAID); in addOptimizedRegAlloc() 865 insertPass(&SIOptimizeExecMaskingPreRAID, &SIFormMemoryClausesID); in addOptimizedRegAlloc() 870 insertPass(&PHIEliminationID, &SILowerControlFlowID, false); in addOptimizedRegAlloc() 874 insertPass(&SILowerControlFlowID, &SIFixWWMLivenessID, false); in addOptimizedRegAlloc()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetMachine.cpp | 525 insertPass(&MachineSchedulerID, &SIFixControlFlowLiveIntervalsID); in addPreRegAlloc() 536 insertPass(&MachineSchedulerID, &SILoadStoreOptimizerID); in addPreRegAlloc() 537 insertPass(&MachineSchedulerID, &RegisterCoalescerID); in addPreRegAlloc()
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetPassConfig.h | 166 void insertPass(AnalysisID TargetPassID, IdentifyingPassPtr InsertedPassID,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetPassConfig.h | 185 void insertPass(AnalysisID TargetPassID, IdentifyingPassPtr InsertedPassID,
|
/external/llvm/lib/CodeGen/ |
D | TargetPassConfig.cpp | 283 void TargetPassConfig::insertPass(AnalysisID TargetPassID, in insertPass() function in TargetPassConfig 572 insertPass(TID, IID); in addMachinePasses()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.cpp | 272 insertPass(&RegisterCoalescerID, IdentifyingPassPtr(Exp)); in addPreRegAlloc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetPassConfig.cpp | 394 void TargetPassConfig::insertPass(AnalysisID TargetPassID, in insertPass() function in TargetPassConfig 815 insertPass(TID, IID); in addMachinePasses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 421 insertPass(VSXFMAMutateEarly ? &RegisterCoalescerID : &MachineSchedulerID, in addPreRegAlloc()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 402 insertPass(VSXFMAMutateEarly ? &RegisterCoalescerID : &MachineSchedulerID, in addPreRegAlloc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.cpp | 369 insertPass(&RegisterCoalescerID, &HexagonExpandCondsetsID); in addPreRegAlloc()
|