Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h182 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 DCommandFlags.cpp663 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 Dllc.cpp460 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 Dopt.cpp659 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()