Home
last modified time | relevance | path

Searched refs:createInstructionCombiningPass (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DCodegenCleanup.cpp67 FPM->add(createInstructionCombiningPass(true)); in doInitialization()
75 FPM->add(createInstructionCombiningPass(true)); in doInitialization()
85 FPM->add(createInstructionCombiningPass(true)); in doInitialization()
96 FPM->add(createInstructionCombiningPass(true)); in doInitialization()
103 FPM->add(createInstructionCombiningPass(true)); in doInitialization()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp341 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses()
386 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses()
426 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses()
454 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses()
485 PM.add(createInstructionCombiningPass()); in addVectorPasses()
496 PM.add(createInstructionCombiningPass()); in addVectorPasses()
502 PM.add(createInstructionCombiningPass()); in addVectorPasses()
524 PM.add(createInstructionCombiningPass()); // Clean up again in addVectorPasses()
540 PM.add(createInstructionCombiningPass()); in addVectorPasses()
555 PM.add(createInstructionCombiningPass()); in addVectorPasses()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h69 FunctionPass *createInstructionCombiningPass();
70 FunctionPass *createInstructionCombiningPass(unsigned MaxIterations);
/llvm-project-15.0.7/polly/lib/Transform/
H A DCanonicalization.cpp46 PM.add(llvm::createInstructionCombiningPass()); in registerCanonicalicationPasses()
56 PM.add(llvm::createInstructionCombiningPass()); in registerCanonicalicationPasses()
59 PM.add(llvm::createInstructionCombiningPass()); in registerCanonicalicationPasses()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h112 FPM->add(createInstructionCombiningPass()); in optimizeModule()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h138 FPM->add(createInstructionCombiningPass()); in optimizeModule()
/llvm-project-15.0.7/llvm/include/llvm/
H A DLinkAllPasses.h114 (void) llvm::createInstructionCombiningPass(); in ForcePassLinking()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h229 FPM->add(createInstructionCombiningPass()); in optimizeModule()
/llvm-project-15.0.7/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.mli59 (** See the [llvm::createInstructionCombiningPass] function. *)
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp565 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp839 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp1175 OurFPM.add(createInstructionCombiningPass()); in main()
H A Dtoy.cpp926 FPM->add(createInstructionCombiningPass()); in compileModule()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp958 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp1137 OurFPM.add(createInstructionCombiningPass()); in main()
H A Dtoy.cpp829 FPM->add(createInstructionCombiningPass()); in compileModule()
/llvm-project-15.0.7/llvm/docs/tutorial/
H A DBuildingAJIT2.rst108 FPM->add(createInstructionCombiningPass());
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1129 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp799 FPM->add(createInstructionCombiningPass()); in getPointerToFunction()
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1937 fpm.add(llvm::createInstructionCombiningPass()); in main()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp969 FPM->add(createInstructionCombiningPass()); in compileModule()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4694 FunctionPass *llvm::createInstructionCombiningPass() { in createInstructionCombiningPass() function in llvm
4698 FunctionPass *llvm::createInstructionCombiningPass(unsigned MaxIterations) { in createInstructionCombiningPass() function in llvm
4703 unwrap(PM)->add(createInstructionCombiningPass()); in LLVMAddInstructionCombiningPass()
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst148 TheFPM->add(createInstructionCombiningPass());
H A DLangImpl07.rst444 TheFPM->add(createInstructionCombiningPass());