Searched refs:setFunctionAttributes (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | CommandFlags.h | 184 void setFunctionAttributes(StringRef CPU, StringRef Features, Function &F); 188 void setFunctionAttributes(StringRef CPU, StringRef Features, Module &M);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CommandFlags.cpp | 666 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 745 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 748 setFunctionAttributes(CPU, Features, F); in setFunctionAttributes()
|
/freebsd/contrib/llvm-project/llvm/tools/llc/ |
H A D | llc.cpp | 457 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule() 643 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | optdriver.cpp | 659 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in optMain()
|