Searched refs:setFunctionAttributes (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | CommandFlags.h | 173 void setFunctionAttributes(StringRef CPU, StringRef Features, Function &F); 177 void setFunctionAttributes(StringRef CPU, StringRef Features, Module &M);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 635 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 712 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 715 setFunctionAttributes(CPU, Features, F); in setFunctionAttributes()
|
| /llvm-project-15.0.7/llvm/tools/llvm-opt-fuzzer/ |
| H A D | llvm-opt-fuzzer.cpp | 133 codegen::setFunctionAttributes(TM->getTargetCPU(), in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-llvm/ |
| H A D | handle_llvm.cpp | 120 codegen::setFunctionAttributes(codegen::getCPUStr(), in OptLLVM()
|
| /llvm-project-15.0.7/llvm/tools/llc/ |
| H A D | llc.cpp | 466 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule() 653 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
| /llvm-project-15.0.7/llvm/tools/opt/ |
| H A D | opt.cpp | 695 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
|