Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DCommandFlags.h173 void setFunctionAttributes(StringRef CPU, StringRef Features, Function &F);
177 void setFunctionAttributes(StringRef CPU, StringRef Features, Module &M);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp635 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen
712 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen
715 setFunctionAttributes(CPU, Features, F); in setFunctionAttributes()
/llvm-project-15.0.7/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp133 codegen::setFunctionAttributes(TM->getTargetCPU(), in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp120 codegen::setFunctionAttributes(codegen::getCPUStr(), in OptLLVM()
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp466 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule()
653 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp695 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()