Searched refs:setFunctionAttributes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | CommandFlags.h | 182 void setFunctionAttributes(StringRef CPU, StringRef Features, Function &F); 186 void setFunctionAttributes(StringRef CPU, StringRef Features, Module &M);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 663 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 740 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 743 setFunctionAttributes(CPU, Features, F); in setFunctionAttributes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 460 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule() 646 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/opt/ |
| H A D | opt.cpp | 659 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
|