/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | Scalar.cpp | 114 void LLVMAddLoopSimplifyCFGPass(LLVMPassManagerRef PM) { in LLVMAddLoopSimplifyCFGPass() 122 void LLVMAddAggressiveDCEPass(LLVMPassManagerRef PM) { in LLVMAddAggressiveDCEPass() 126 void LLVMAddDCEPass(LLVMPassManagerRef PM) { in LLVMAddDCEPass() 130 void LLVMAddBitTrackingDCEPass(LLVMPassManagerRef PM) { in LLVMAddBitTrackingDCEPass() 134 void LLVMAddAlignmentFromAssumptionsPass(LLVMPassManagerRef PM) { in LLVMAddAlignmentFromAssumptionsPass() 138 void LLVMAddCFGSimplificationPass(LLVMPassManagerRef PM) { in LLVMAddCFGSimplificationPass() 142 void LLVMAddDeadStoreEliminationPass(LLVMPassManagerRef PM) { in LLVMAddDeadStoreEliminationPass() 146 void LLVMAddScalarizerPass(LLVMPassManagerRef PM) { in LLVMAddScalarizerPass() 150 void LLVMAddGVNPass(LLVMPassManagerRef PM) { in LLVMAddGVNPass() 154 void LLVMAddNewGVNPass(LLVMPassManagerRef PM) { in LLVMAddNewGVNPass() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A 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 …]
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | Scalar.cpp | 98 void LLVMAddAggressiveDCEPass(LLVMPassManagerRef PM) { in LLVMAddAggressiveDCEPass() 102 void LLVMAddBitTrackingDCEPass(LLVMPassManagerRef PM) { in LLVMAddBitTrackingDCEPass() 106 void LLVMAddAlignmentFromAssumptionsPass(LLVMPassManagerRef PM) { in LLVMAddAlignmentFromAssumptionsPass() 110 void LLVMAddCFGSimplificationPass(LLVMPassManagerRef PM) { in LLVMAddCFGSimplificationPass() 114 void LLVMAddDeadStoreEliminationPass(LLVMPassManagerRef PM) { in LLVMAddDeadStoreEliminationPass() 118 void LLVMAddScalarizerPass(LLVMPassManagerRef PM) { in LLVMAddScalarizerPass() 122 void LLVMAddGVNPass(LLVMPassManagerRef PM) { in LLVMAddGVNPass() 126 void LLVMAddMergedLoadStoreMotionPass(LLVMPassManagerRef PM) { in LLVMAddMergedLoadStoreMotionPass() 130 void LLVMAddIndVarSimplifyPass(LLVMPassManagerRef PM) { in LLVMAddIndVarSimplifyPass() 134 void LLVMAddInstructionCombiningPass(LLVMPassManagerRef PM) { in LLVMAddInstructionCombiningPass() [all …]
|
/aosp_15_r20/external/llvm/bindings/ocaml/transforms/scalar_opts/ |
H A D | scalar_opts_ocaml.c | 23 CAMLprim value llvm_add_aggressive_dce(LLVMPassManagerRef PM) { in llvm_add_aggressive_dce() 29 CAMLprim value llvm_add_alignment_from_assumptions(LLVMPassManagerRef PM) { in llvm_add_alignment_from_assumptions() 35 CAMLprim value llvm_add_cfg_simplification(LLVMPassManagerRef PM) { in llvm_add_cfg_simplification() 41 CAMLprim value llvm_add_dead_store_elimination(LLVMPassManagerRef PM) { in llvm_add_dead_store_elimination() 47 CAMLprim value llvm_add_scalarizer(LLVMPassManagerRef PM) { in llvm_add_scalarizer() 53 CAMLprim value llvm_add_merged_load_store_motion(LLVMPassManagerRef PM) { in llvm_add_merged_load_store_motion() 59 CAMLprim value llvm_add_gvn(LLVMPassManagerRef PM) { in llvm_add_gvn() 65 CAMLprim value llvm_add_ind_var_simplify(LLVMPassManagerRef PM) { in llvm_add_ind_var_simplify() 71 CAMLprim value llvm_add_instruction_combining(LLVMPassManagerRef PM) { in llvm_add_instruction_combining() 77 CAMLprim value llvm_add_jump_threading(LLVMPassManagerRef PM) { in llvm_add_jump_threading() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A 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 …]
|
H A D | PassManagerBuilder.cpp | 839 void PassManagerBuilder::addLTOOptimizationPasses(legacy::PassManagerBase &PM) { in addLTOOptimizationPasses() 1010 legacy::PassManagerBase &PM) { in addLateLTOOptimizationPasses() 1032 legacy::PassManagerBase &PM) { in populateThinLTOPassManager() 1064 void PassManagerBuilder::populateLTOPassManager(legacy::PassManagerBase &PM) { in populateLTOPassManager() 1160 LLVMPassManagerRef PM) { in LLVMPassManagerBuilderPopulateFunctionPassManager() 1168 LLVMPassManagerRef PM) { in LLVMPassManagerBuilderPopulateModulePassManager() 1175 LLVMPassManagerRef PM, in LLVMPassManagerBuilderPopulateLTOPassManager()
|
/aosp_15_r20/external/llvm/bindings/ocaml/transforms/ipo/ |
H A D | ipo_ocaml.c | 23 CAMLprim value llvm_add_argument_promotion(LLVMPassManagerRef PM) { in llvm_add_argument_promotion() 29 CAMLprim value llvm_add_constant_merge(LLVMPassManagerRef PM) { in llvm_add_constant_merge() 35 CAMLprim value llvm_add_dead_arg_elimination(LLVMPassManagerRef PM) { in llvm_add_dead_arg_elimination() 41 CAMLprim value llvm_add_function_attrs(LLVMPassManagerRef PM) { in llvm_add_function_attrs() 47 CAMLprim value llvm_add_function_inlining(LLVMPassManagerRef PM) { in llvm_add_function_inlining() 53 CAMLprim value llvm_add_always_inliner(LLVMPassManagerRef PM) { in llvm_add_always_inliner() 59 CAMLprim value llvm_add_global_dce(LLVMPassManagerRef PM) { in llvm_add_global_dce() 65 CAMLprim value llvm_add_global_optimizer(LLVMPassManagerRef PM) { in llvm_add_global_optimizer() 71 CAMLprim value llvm_add_ip_constant_propagation(LLVMPassManagerRef PM) { in llvm_add_ip_constant_propagation() 77 CAMLprim value llvm_add_prune_eh(LLVMPassManagerRef PM) { in llvm_add_prune_eh() [all …]
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | IPO.cpp | 64 void LLVMAddArgumentPromotionPass(LLVMPassManagerRef PM) { in LLVMAddArgumentPromotionPass() 68 void LLVMAddConstantMergePass(LLVMPassManagerRef PM) { in LLVMAddConstantMergePass() 72 void LLVMAddDeadArgEliminationPass(LLVMPassManagerRef PM) { in LLVMAddDeadArgEliminationPass() 76 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM) { in LLVMAddFunctionAttrsPass() 80 void LLVMAddFunctionInliningPass(LLVMPassManagerRef PM) { in LLVMAddFunctionInliningPass() 84 void LLVMAddAlwaysInlinerPass(LLVMPassManagerRef PM) { in LLVMAddAlwaysInlinerPass() 88 void LLVMAddGlobalDCEPass(LLVMPassManagerRef PM) { in LLVMAddGlobalDCEPass() 92 void LLVMAddGlobalOptimizerPass(LLVMPassManagerRef PM) { in LLVMAddGlobalOptimizerPass() 96 void LLVMAddIPConstantPropagationPass(LLVMPassManagerRef PM) { in LLVMAddIPConstantPropagationPass() 100 void LLVMAddPruneEHPass(LLVMPassManagerRef PM) { in LLVMAddPruneEHPass() [all …]
|
H A D | PassManagerBuilder.cpp | 586 void PassManagerBuilder::addLTOOptimizationPasses(legacy::PassManagerBase &PM) { in addLTOOptimizationPasses() 728 legacy::PassManagerBase &PM) { in addLateLTOOptimizationPasses() 745 legacy::PassManagerBase &PM) { in populateThinLTOPassManager() 761 void PassManagerBuilder::populateLTOPassManager(legacy::PassManagerBase &PM) { in populateLTOPassManager() 848 LLVMPassManagerRef PM) { in LLVMPassManagerBuilderPopulateFunctionPassManager() 856 LLVMPassManagerRef PM) { in LLVMPassManagerBuilderPopulateModulePassManager() 863 LLVMPassManagerRef PM, in LLVMPassManagerBuilderPopulateLTOPassManager()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | IPO.cpp | 64 void LLVMAddCalledValuePropagationPass(LLVMPassManagerRef PM) { in LLVMAddCalledValuePropagationPass() 68 void LLVMAddConstantMergePass(LLVMPassManagerRef PM) { in LLVMAddConstantMergePass() 72 void LLVMAddDeadArgEliminationPass(LLVMPassManagerRef PM) { in LLVMAddDeadArgEliminationPass() 76 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM) { in LLVMAddFunctionAttrsPass() 80 void LLVMAddFunctionInliningPass(LLVMPassManagerRef PM) { in LLVMAddFunctionInliningPass() 84 void LLVMAddAlwaysInlinerPass(LLVMPassManagerRef PM) { in LLVMAddAlwaysInlinerPass() 88 void LLVMAddGlobalDCEPass(LLVMPassManagerRef PM) { in LLVMAddGlobalDCEPass() 92 void LLVMAddGlobalOptimizerPass(LLVMPassManagerRef PM) { in LLVMAddGlobalOptimizerPass() 96 void LLVMAddIPSCCPPass(LLVMPassManagerRef PM) { in LLVMAddIPSCCPPass() 100 void LLVMAddMergeFunctionsPass(LLVMPassManagerRef PM) { in LLVMAddMergeFunctionsPass() [all …]
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 161 static void addObjCARCAPElimPass(const PassManagerBuilder &Builder, PassManagerBase &PM) { in addObjCARCAPElimPass() 166 static void addObjCARCExpandPass(const PassManagerBuilder &Builder, PassManagerBase &PM) { in addObjCARCExpandPass() 171 static void addObjCARCOptPass(const PassManagerBuilder &Builder, PassManagerBase &PM) { in addObjCARCOptPass() 177 legacy::PassManagerBase &PM) { in addAddDiscriminatorsPass() 182 const PassManagerBuilder &Builder, legacy::PassManagerBase &PM) { in addCleanupPassesForSampleProfiler() 193 legacy::PassManagerBase &PM) { in addBoundsCheckingPass() 198 legacy::PassManagerBase &PM) { in addSanitizerCoveragePass() 214 legacy::PassManagerBase &PM) { in addAddressSanitizerPasses() 226 legacy::PassManagerBase &PM) { in addKernelAddressSanitizerPasses() 235 legacy::PassManagerBase &PM) { in addMemorySanitizerPass() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 53 legacy::PassManagerBase &PM) { in addCoroutineOpt0Passes() 62 legacy::PassManagerBase &PM) { in addCoroutineEarlyPasses() 67 legacy::PassManagerBase &PM) { in addCoroutineScalarOptimizerPasses() 72 legacy::PassManagerBase &PM) { in addCoroutineSCCPasses() 77 legacy::PassManagerBase &PM) { in addCoroutineOptimizerLastPasses() 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()
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | InstrumentationBindings.cpp | 22 void LLVMAddAddressSanitizerFunctionPass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerFunctionPass() 26 void LLVMAddAddressSanitizerModulePass(LLVMPassManagerRef PM) { in LLVMAddAddressSanitizerModulePass() 30 void LLVMAddThreadSanitizerPass(LLVMPassManagerRef PM) { in LLVMAddThreadSanitizerPass() 34 void LLVMAddMemorySanitizerPass(LLVMPassManagerRef PM) { in LLVMAddMemorySanitizerPass() 38 void LLVMAddDataFlowSanitizerPass(LLVMPassManagerRef PM, in LLVMAddDataFlowSanitizerPass()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/ |
H A D | DirectXTargetMachine.cpp | 69 DirectXPassConfig(DirectXTargetMachine &TM, PassManagerBase &PM) in DirectXPassConfig() 105 ArrayRef<PassBuilder::PipelineElement>) { in registerPassBuilderCallbacks() 124 PassManagerBase &PM, raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, in addPassesToEmitFile() 158 bool DirectXTargetMachine::addPassesToEmitMC(PassManagerBase &PM, in addPassesToEmitMC() 165 TargetPassConfig *DirectXTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 411 legacy::PassManagerBase &PM) { in adjustPassManager() 431 legacy::PassManagerBase &PM) { in adjustPassManager() 444 [](const PassManagerBuilder &, legacy::PassManagerBase &PM) { in adjustPassManager() 545 AMDGPUPassConfig(LLVMTargetMachine &TM, PassManagerBase &PM) in AMDGPUPassConfig() 582 R600PassConfig(LLVMTargetMachine &TM, PassManagerBase &PM) in R600PassConfig() 599 GCNPassConfig(LLVMTargetMachine &TM, PassManagerBase &PM) in GCNPassConfig() 808 TargetPassConfig *R600TargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig() 1000 TargetPassConfig *GCNTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 588 ArrayRef<PassBuilder::PipelineElement>) { in registerPassBuilderCallbacks() 621 ArrayRef<PassBuilder::PipelineElement>) { in registerPassBuilderCallbacks() 666 [this](ModulePassManager &PM, OptimizationLevel Level) { in registerPassBuilderCallbacks() 676 [this](ModulePassManager &PM, OptimizationLevel Level) { in registerPassBuilderCallbacks() 695 [this](CGSCCPassManager &PM, OptimizationLevel Level) { in registerPassBuilderCallbacks() 854 GCNPassConfig(LLVMTargetMachine &TM, PassManagerBase &PM) in GCNPassConfig() 916 AMDGPUPassConfig::AMDGPUPassConfig(LLVMTargetMachine &TM, PassManagerBase &PM) in AMDGPUPassConfig() 1410 TargetPassConfig *GCNTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 262 AMDGPUPassConfig(TargetMachine *TM, PassManagerBase &PM) in AMDGPUPassConfig() 286 R600PassConfig(TargetMachine *TM, PassManagerBase &PM) in R600PassConfig() 302 GCNPassConfig(TargetMachine *TM, PassManagerBase &PM) in GCNPassConfig() 457 TargetPassConfig *R600TargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig() 572 TargetPassConfig *GCNTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LLVMTargetMachine.cpp | 98 addPassesToGenerateCode(LLVMTargetMachine &TM, PassManagerBase &PM, in addPassesToGenerateCode() 116 bool LLVMTargetMachine::addAsmPrinter(PassManagerBase &PM, in addAsmPrinter() 191 PassManagerBase &PM, raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, in addPassesToEmitFile() 226 bool LLVMTargetMachine::addPassesToEmitMC(PassManagerBase &PM, MCContext *&Ctx, in addPassesToEmitMC()
|
/aosp_15_r20/external/llvm/bindings/ocaml/transforms/vectorize/ |
H A D | vectorize_ocaml.c | 23 CAMLprim value llvm_add_bb_vectorize(LLVMPassManagerRef PM) { in llvm_add_bb_vectorize() 29 CAMLprim value llvm_add_loop_vectorize(LLVMPassManagerRef PM) { in llvm_add_loop_vectorize() 35 CAMLprim value llvm_add_slp_vectorize(LLVMPassManagerRef PM) { in llvm_add_slp_vectorize()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetMachine.cpp | 255 [&](const PassManagerBuilder &, legacy::PassManagerBase &PM) { in adjustPassManager() 260 [&](const PassManagerBuilder &, legacy::PassManagerBase &PM) { in adjustPassManager() 277 HexagonPassConfig(HexagonTargetMachine &TM, PassManagerBase &PM) in HexagonPassConfig() 298 TargetPassConfig *HexagonTargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | LLVMTargetMachine.cpp | 107 addPassesToGenerateCode(LLVMTargetMachine &TM, PassManagerBase &PM, in addPassesToGenerateCode() 125 bool LLVMTargetMachine::addAsmPrinter(PassManagerBase &PM, in addAsmPrinter() 225 PassManagerBase &PM, raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, in addPassesToEmitFile() 254 bool LLVMTargetMachine::addPassesToEmitMC(PassManagerBase &PM, MCContext *&Ctx, in addPassesToEmitMC()
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | LLVMTargetMachine.cpp | 114 void LLVMTargetMachine::addMachineFunctionAnalysis(PassManagerBase &PM, in addMachineFunctionAnalysis() 121 addPassesToGenerateCode(LLVMTargetMachine *TM, PassManagerBase &PM, in addPassesToGenerateCode() 186 PassManagerBase &PM, raw_pwrite_stream &Out, CodeGenFileType FileType, in addPassesToEmitFile() 273 bool LLVMTargetMachine::addPassesToEmitMC(PassManagerBase &PM, MCContext *&Ctx, in addPassesToEmitMC()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Utils.cpp | 50 void LLVMAddLowerSwitchPass(LLVMPassManagerRef PM) { in LLVMAddLowerSwitchPass() 54 void LLVMAddPromoteMemoryToRegisterPass(LLVMPassManagerRef PM) { in LLVMAddPromoteMemoryToRegisterPass() 58 void LLVMAddAddDiscriminatorsPass(LLVMPassManagerRef PM) { in LLVMAddAddDiscriminatorsPass()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | Utils.cpp | 55 void LLVMAddLowerSwitchPass(LLVMPassManagerRef PM) { in LLVMAddLowerSwitchPass() 59 void LLVMAddPromoteMemoryToRegisterPass(LLVMPassManagerRef PM) { in LLVMAddPromoteMemoryToRegisterPass() 63 void LLVMAddAddDiscriminatorsPass(LLVMPassManagerRef PM) { in LLVMAddAddDiscriminatorsPass()
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | Vectorize.cpp | 39 void LLVMAddBBVectorizePass(LLVMPassManagerRef PM) { in LLVMAddBBVectorizePass() 43 void LLVMAddLoopVectorizePass(LLVMPassManagerRef PM) { in LLVMAddLoopVectorizePass() 47 void LLVMAddSLPVectorizePass(LLVMPassManagerRef PM) { in LLVMAddSLPVectorizePass()
|