Searched refs:setFunctionAttributes (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 167 void setFunctionAttributes(StringRef CPU, StringRef Features, Function &F); 171 void setFunctionAttributes(StringRef CPU, StringRef Features, Module &M);
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CommandFlags.cpp | 633 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 711 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 714 setFunctionAttributes(CPU, Features, F); in setFunctionAttributes()
|
/external/llvm-project/clang/tools/clang-fuzzer/handle-llvm/ |
D | handle_llvm.cpp | 120 codegen::setFunctionAttributes(codegen::getCPUStr(), in OptLLVM()
|
/external/llvm-project/llvm/tools/llvm-opt-fuzzer/ |
D | llvm-opt-fuzzer.cpp | 130 codegen::setFunctionAttributes(TM->getTargetCPU(), in LLVMFuzzerTestOneInput()
|
/external/llvm-project/llvm/tools/llc/ |
D | llc.cpp | 411 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule() 574 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 383 setFunctionAttributes(StringRef CPU, StringRef Features, Function &F) { 425 setFunctionAttributes(StringRef CPU, StringRef Features, Module &M) { 427 setFunctionAttributes(CPU, Features, F);
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 352 static inline void setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function
|
/external/llvm/tools/llc/ |
D | llc.cpp | 379 setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
/external/llvm/tools/opt/ |
D | opt.cpp | 446 setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
|
/external/llvm-project/llvm/tools/opt/ |
D | opt.cpp | 700 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
|