Searched refs:IsArmStreamingFunction (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | RISCV.cpp | 370 ArmStreamingKind IsArmStreamingFunction, in getVScaleRange() argument
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | AArch64.cpp | 1224 IsArmStreamingFunction(Caller, /*IncludeLocallyStreaming=*/true); in GetArmSMEInlinability() 1226 IsArmStreamingFunction(Callee, /*IncludeLocallyStreaming=*/true); in GetArmSMEInlinability()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaARM.cpp | 1442 if (IsArmStreamingFunction(FD, /*IncludeLocallyStreaming=*/true)) in areCompatibleSveTypes() 1486 if (IsArmStreamingFunction(FD, /*IncludeLocallyStreaming=*/true)) in areLaxCompatibleSveTypes()
|
| H A D | Sema.cpp | 2258 else if (!IsArmStreamingFunction(FD, in checkTypeSupport() 2271 if (IsArmStreamingFunction(FD, /*IncludeLocallyStreaming=*/true)) { in checkTypeSupport()
|
| H A D | SemaStmt.cpp | 4604 if (IsArmStreamingFunction(FD, /*IncludeLocallyStreaming=*/true)) in isOpenMPCapturedRegionInArmSMEFunction()
|
| H A D | SemaDecl.cpp | 8999 } else if (!IsArmStreamingFunction(FD, in CheckVariableDeclarationType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 1120 if (IsArmStreamingFunction(FD, true)) in StartFunction()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 5297 bool IsArmStreamingFunction(const FunctionDecl *FD,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 5982 bool clang::IsArmStreamingFunction(const FunctionDecl *FD, in IsArmStreamingFunction() function in clang
|