Searched refs:setFunctionAttributes (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | CommandFlags.h | 174 void setFunctionAttributes(StringRef CPU, StringRef Features, Function &F); 178 void setFunctionAttributes(StringRef CPU, StringRef Features, Module &M);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 637 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 714 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 717 setFunctionAttributes(CPU, Features, F); in setFunctionAttributes()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/ |
| H A D | llvm-opt-fuzzer.cpp | 133 codegen::setFunctionAttributes(TM->getTargetCPU(), in LLVMFuzzerTestOneInput()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/ |
| H A D | handle_llvm.cpp | 141 codegen::setFunctionAttributes(codegen::getCPUStr(), in OptLLVM()
|
| /openbsd-src/gnu/llvm/llvm/tools/llc/ |
| H A D | llc.cpp | 468 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule() 652 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
| /openbsd-src/gnu/llvm/llvm/tools/opt/ |
| H A D | opt.cpp | 641 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
|