Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h189 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 DMissingFeatures.h85 static bool setFunctionAttributes() { return false; } in setFunctionAttributes() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp672 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 Dllc.cpp452 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 DCIRGenModule.h276 void setFunctionAttributes(GlobalDecl gd, cir::FuncOp f,
H A DCIRGenModule.cpp1646 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 Doptdriver.cpp653 codegen::setFunctionAttributes(CPUStr, FeaturesStr, *M); in optMain()