Searched refs:setFunctionAttributes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 602 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 680 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 683 setFunctionAttributes(CPU, Features, F); in setFunctionAttributes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 438 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule() 608 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/opt/ |
| H A D | opt.cpp | 745 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
|