Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCommandFlags.h174 void setFunctionAttributes(StringRef CPU, StringRef Features, Function &F);
178 void setFunctionAttributes(StringRef CPU, StringRef Features, Module &M);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp637 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen
714 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen
717 setFunctionAttributes(CPU, Features, F); in setFunctionAttributes()
/openbsd-src/gnu/llvm/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp133 codegen::setFunctionAttributes(TM->getTargetCPU(), in LLVMFuzzerTestOneInput()
/openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp141 codegen::setFunctionAttributes(codegen::getCPUStr(), in OptLLVM()
/openbsd-src/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp468 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule()
652 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
/openbsd-src/gnu/llvm/llvm/tools/opt/
H A Dopt.cpp641 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()