Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp609 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen
687 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen
690 setFunctionAttributes(CPU, Features, F); in setFunctionAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp133 codegen::setFunctionAttributes(TM->getTargetCPU(), in LLVMFuzzerTestOneInput()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp120 codegen::setFunctionAttributes(codegen::getCPUStr(), in OptLLVM()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp437 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule()
607 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp745 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()