Home
last modified time | relevance | path

Searched refs:setFunctionAttributes (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h167 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 DCommandFlags.cpp602 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 Dllc.cpp438 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 Dopt.cpp745 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()