Searched refs:setFunctionAttributes (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | CommandFlags.h | 167 void setFunctionAttributes(StringRef CPU, StringRef Features, Function &F); 171 void setFunctionAttributes(StringRef CPU, StringRef Features, Module &M);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 609 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 687 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 690 setFunctionAttributes(CPU, Features, F); in setFunctionAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/ |
| H A D | llvm-opt-fuzzer.cpp | 133 codegen::setFunctionAttributes(TM->getTargetCPU(), in LLVMFuzzerTestOneInput()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/ |
| H A D | handle_llvm.cpp | 120 codegen::setFunctionAttributes(codegen::getCPUStr(), in OptLLVM()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/ |
| H A D | llc.cpp | 437 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule() 607 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/ |
| H A D | opt.cpp | 745 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
|