Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/
Dllvm-opt-fuzzer.cpp127 setFunctionAttributes(TM->getTargetCPU(), TM->getTargetFeatureString(), *M); in LLVMFuzzerTestOneInput()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h352 static inline void setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function
/external/llvm/tools/llc/
Dllc.cpp379 setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp515 setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
/external/llvm/tools/opt/
Dopt.cpp446 setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
Dopt.cpp589 setFunctionAttributes(CPUStr, FeaturesStr, *M); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc360 setFunctionAttributes(StringRef CPU, StringRef Features, Module &M) {