Searched refs:setFunctionAttributes (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | CommandFlags.h | 189 LLVM_ABI void setFunctionAttributes(StringRef CPU, StringRef Features, 194 LLVM_ABI void setFunctionAttributes(StringRef CPU, StringRef Features,
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/ |
| H A D | MissingFeatures.h | 85 static bool setFunctionAttributes() { return false; } in setFunctionAttributes() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 672 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 751 void codegen::setFunctionAttributes(StringRef CPU, StringRef Features, in setFunctionAttributes() function in codegen 754 setFunctionAttributes(CPU, Features, F); in setFunctionAttributes()
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 452 codegen::setFunctionAttributes(CPUStr, FeaturesStr, F); in compileModule() 645 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in compileModule()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.h | 276 void setFunctionAttributes(GlobalDecl gd, cir::FuncOp f,
|
| H A D | CIRGenModule.cpp | 1646 void CIRGenModule::setFunctionAttributes(GlobalDecl globalDecl, in setFunctionAttributes() function in CIRGenModule 1654 assert(!cir::MissingFeatures::setFunctionAttributes()); in setFunctionAttributes() 1733 setFunctionAttributes(gd, funcOp, /*isIncompleteFunction=*/false, isThunk); in getOrCreateCIRFunction()
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | optdriver.cpp | 653 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in optMain()
|