Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp359 MPM.add(createInstructionCombiningPass()); // Combine silly seq's in addPGOInstrPasses()
415 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses()
454 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses()
494 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses()
518 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses()
553 PM.add(createInstructionCombiningPass()); in addVectorPasses()
564 PM.add(createInstructionCombiningPass()); in addVectorPasses()
568 PM.add(createInstructionCombiningPass()); in addVectorPasses()
593 PM.add(createInstructionCombiningPass()); // Clean up again in addVectorPasses()
609 PM.add(createInstructionCombiningPass()); in addVectorPasses()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h66 FunctionPass *createInstructionCombiningPass();
67 FunctionPass *createInstructionCombiningPass(unsigned MaxIterations);
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h115 FPM->add(createInstructionCombiningPass()); in optimizeModule()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h141 FPM->add(createInstructionCombiningPass()); in optimizeModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/
H A DLinkAllPasses.h121 (void) llvm::createInstructionCombiningPass(); in ForcePassLinking()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h232 FPM->add(createInstructionCombiningPass()); in optimizeModule()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.mli59 (** See the [llvm::createInstructionCombiningPass] function. *)
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp565 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp839 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp1137 OurFPM.add(createInstructionCombiningPass()); in main()
H A Dtoy.cpp829 FPM->add(createInstructionCombiningPass()); in compileModule()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp1175 OurFPM.add(createInstructionCombiningPass()); in main()
H A Dtoy.cpp926 FPM->add(createInstructionCombiningPass()); in compileModule()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp958 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT2.rst108 FPM->add(createInstructionCombiningPass());
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1129 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp799 FPM->add(createInstructionCombiningPass()); in getPointerToFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4128 FunctionPass *llvm::createInstructionCombiningPass() { in createInstructionCombiningPass() function in llvm
4132 FunctionPass *llvm::createInstructionCombiningPass(unsigned MaxIterations) { in createInstructionCombiningPass() function in llvm
4137 unwrap(PM)->add(createInstructionCombiningPass()); in LLVMAddInstructionCombiningPass()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1937 fpm.add(llvm::createInstructionCombiningPass()); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp969 FPM->add(createInstructionCombiningPass()); in compileModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp342 PM.add(createInstructionCombiningPass()); in addGeneralOptsForMemorySanitizer()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst148 TheFPM->add(createInstructionCombiningPass());
H A DLangImpl07.rst444 TheFPM->add(createInstructionCombiningPass());