/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/Transforms/ |
D | Scalar.h | 35 void LLVMAddAggressiveDCEPass(LLVMPassManagerRef PM); 38 void LLVMAddDCEPass(LLVMPassManagerRef PM); 41 void LLVMAddBitTrackingDCEPass(LLVMPassManagerRef PM); 44 void LLVMAddAlignmentFromAssumptionsPass(LLVMPassManagerRef PM); 47 void LLVMAddCFGSimplificationPass(LLVMPassManagerRef PM); 50 void LLVMAddDeadStoreEliminationPass(LLVMPassManagerRef PM); 53 void LLVMAddScalarizerPass(LLVMPassManagerRef PM); 56 void LLVMAddMergedLoadStoreMotionPass(LLVMPassManagerRef PM); 59 void LLVMAddGVNPass(LLVMPassManagerRef PM); 62 void LLVMAddNewGVNPass(LLVMPassManagerRef PM); [all …]
|
D | IPO.h | 31 void LLVMAddArgumentPromotionPass(LLVMPassManagerRef PM); 34 void LLVMAddConstantMergePass(LLVMPassManagerRef PM); 37 void LLVMAddMergeFunctionsPass(LLVMPassManagerRef PM); 40 void LLVMAddCalledValuePropagationPass(LLVMPassManagerRef PM); 43 void LLVMAddDeadArgEliminationPass(LLVMPassManagerRef PM); 46 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM); 49 void LLVMAddFunctionInliningPass(LLVMPassManagerRef PM); 52 void LLVMAddAlwaysInlinerPass(LLVMPassManagerRef PM); 55 void LLVMAddGlobalDCEPass(LLVMPassManagerRef PM); 58 void LLVMAddGlobalOptimizerPass(LLVMPassManagerRef PM); [all …]
|
D | Coroutines.h | 35 void LLVMAddCoroEarlyPass(LLVMPassManagerRef PM); 38 void LLVMAddCoroSplitPass(LLVMPassManagerRef PM); 41 void LLVMAddCoroElidePass(LLVMPassManagerRef PM); 44 void LLVMAddCoroCleanupPass(LLVMPassManagerRef PM);
|
D | Utils.h | 35 void LLVMAddLowerSwitchPass(LLVMPassManagerRef PM); 38 void LLVMAddPromoteMemoryToRegisterPass(LLVMPassManagerRef PM); 41 void LLVMAddAddDiscriminatorsPass(LLVMPassManagerRef PM);
|
D | PassManagerBuilder.h | 68 LLVMPassManagerRef PM); 73 LLVMPassManagerRef PM); 77 LLVMPassManagerRef PM,
|
D | Vectorize.h | 36 void LLVMAddLoopVectorizePass(LLVMPassManagerRef PM); 39 void LLVMAddSLPVectorizePass(LLVMPassManagerRef PM);
|
D | AggressiveInstCombine.h | 31 void LLVMAddAggressiveInstCombinerPass(LLVMPassManagerRef PM);
|
D | InstCombine.h | 31 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Scalar.cpp | 117 void LLVMAddLoopSimplifyCFGPass(LLVMPassManagerRef PM) { in LLVMAddLoopSimplifyCFGPass() 125 void LLVMAddAggressiveDCEPass(LLVMPassManagerRef PM) { in LLVMAddAggressiveDCEPass() 129 void LLVMAddDCEPass(LLVMPassManagerRef PM) { in LLVMAddDCEPass() 133 void LLVMAddBitTrackingDCEPass(LLVMPassManagerRef PM) { in LLVMAddBitTrackingDCEPass() 137 void LLVMAddAlignmentFromAssumptionsPass(LLVMPassManagerRef PM) { in LLVMAddAlignmentFromAssumptionsPass() 141 void LLVMAddCFGSimplificationPass(LLVMPassManagerRef PM) { in LLVMAddCFGSimplificationPass() 145 void LLVMAddDeadStoreEliminationPass(LLVMPassManagerRef PM) { in LLVMAddDeadStoreEliminationPass() 149 void LLVMAddScalarizerPass(LLVMPassManagerRef PM) { in LLVMAddScalarizerPass() 153 void LLVMAddGVNPass(LLVMPassManagerRef PM) { in LLVMAddGVNPass() 157 void LLVMAddNewGVNPass(LLVMPassManagerRef PM) { in LLVMAddNewGVNPass() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | IPO.cpp | 69 void LLVMAddArgumentPromotionPass(LLVMPassManagerRef PM) { in LLVMAddArgumentPromotionPass() 73 void LLVMAddCalledValuePropagationPass(LLVMPassManagerRef PM) { in LLVMAddCalledValuePropagationPass() 77 void LLVMAddConstantMergePass(LLVMPassManagerRef PM) { in LLVMAddConstantMergePass() 81 void LLVMAddDeadArgEliminationPass(LLVMPassManagerRef PM) { in LLVMAddDeadArgEliminationPass() 85 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM) { in LLVMAddFunctionAttrsPass() 89 void LLVMAddFunctionInliningPass(LLVMPassManagerRef PM) { in LLVMAddFunctionInliningPass() 93 void LLVMAddAlwaysInlinerPass(LLVMPassManagerRef PM) { in LLVMAddAlwaysInlinerPass() 97 void LLVMAddGlobalDCEPass(LLVMPassManagerRef PM) { in LLVMAddGlobalDCEPass() 101 void LLVMAddGlobalOptimizerPass(LLVMPassManagerRef PM) { in LLVMAddGlobalOptimizerPass() 105 void LLVMAddIPConstantPropagationPass(LLVMPassManagerRef PM) { in LLVMAddIPConstantPropagationPass() [all …]
|
D | PassManagerBuilder.cpp | 1160 LLVMPassManagerRef PM) { in LLVMPassManagerBuilderPopulateFunctionPassManager() 1168 LLVMPassManagerRef PM) { in LLVMPassManagerBuilderPopulateModulePassManager() 1175 LLVMPassManagerRef PM, in LLVMPassManagerBuilderPopulateLTOPassManager()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Utils.cpp | 50 void LLVMAddLowerSwitchPass(LLVMPassManagerRef PM) { in LLVMAddLowerSwitchPass() 54 void LLVMAddPromoteMemoryToRegisterPass(LLVMPassManagerRef PM) { in LLVMAddPromoteMemoryToRegisterPass() 58 void LLVMAddAddDiscriminatorsPass(LLVMPassManagerRef PM) { in LLVMAddAddDiscriminatorsPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | Vectorize.cpp | 36 void LLVMAddLoopVectorizePass(LLVMPassManagerRef PM) { in LLVMAddLoopVectorizePass() 40 void LLVMAddSLPVectorizePass(LLVMPassManagerRef PM) { in LLVMAddSLPVectorizePass()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.h | 49 LLVMPassManagerRef passmgr; 50 LLVMPassManagerRef cgpassmgr;
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_util.h | 80 LLVMPassManagerRef passmgr; 136 void ac_llvm_add_barrier_noop_pass(LLVMPassManagerRef passmgr);
|
D | ac_llvm_util.c | 208 static LLVMPassManagerRef ac_create_passmgr(LLVMTargetLibraryInfoRef target_library_info, in ac_create_passmgr() 211 LLVMPassManagerRef passmgr = LLVMCreatePassManager(); in ac_create_passmgr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm-c/ |
D | Types.h | 100 typedef struct LLVMOpaquePassManager *LLVMPassManagerRef; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Types.h | 127 typedef struct LLVMOpaquePassManager *LLVMPassManagerRef; typedef
|
D | TargetMachine.h | 157 void LLVMAddAnalysisPasses(LLVMTargetMachineRef T, LLVMPassManagerRef PM);
|
D | Target.h | 207 LLVMPassManagerRef PM);
|
D | Core.h | 4017 LLVMPassManagerRef LLVMCreatePassManager(void); 4023 LLVMPassManagerRef LLVMCreateFunctionPassManagerForModule(LLVMModuleRef M); 4026 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP); 4032 LLVMBool LLVMRunPassManager(LLVMPassManagerRef PM, LLVMModuleRef M); 4037 LLVMBool LLVMInitializeFunctionPassManager(LLVMPassManagerRef FPM); 4043 LLVMBool LLVMRunFunctionPassManager(LLVMPassManagerRef FPM, LLVMValueRef F); 4048 LLVMBool LLVMFinalizeFunctionPassManager(LLVMPassManagerRef FPM); 4053 void LLVMDisposePassManager(LLVMPassManagerRef PM);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LegacyPassManager.h | 98 DEFINE_STDCXX_CONVERSION_FUNCTIONS(legacy::PassManagerBase, LLVMPassManagerRef)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | Coroutines.cpp | 637 void LLVMAddCoroEarlyPass(LLVMPassManagerRef PM) { in LLVMAddCoroEarlyPass() 641 void LLVMAddCoroSplitPass(LLVMPassManagerRef PM) { in LLVMAddCoroSplitPass() 645 void LLVMAddCoroElidePass(LLVMPassManagerRef PM) { in LLVMAddCoroElidePass() 649 void LLVMAddCoroCleanupPass(LLVMPassManagerRef PM) { in LLVMAddCoroCleanupPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | Target.cpp | 64 LLVMPassManagerRef PM) { in LLVMAddTargetLibraryInfo()
|
D | TargetMachineC.cpp | 268 void LLVMAddAnalysisPasses(LLVMTargetMachineRef T, LLVMPassManagerRef PM) { in LLVMAddAnalysisPasses()
|