Searched refs:setFunctionAttributes (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/ |
D | llvm-opt-fuzzer.cpp | 127 setFunctionAttributes(TM->getTargetCPU(), TM->getTargetFeatureString(), *M); in LLVMFuzzerTestOneInput()
|
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llc/ |
D | llc.cpp | 515 setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
/external/llvm/tools/opt/ |
D | opt.cpp | 446 setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | opt.cpp | 589 setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 360 setFunctionAttributes(StringRef CPU, StringRef Features, Module &M) {
|