Searched refs:getFunctionFeatureMap (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2631 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures() 2655 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures() 2678 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
|
| H A D | CodeGenModule.cpp | 2603 getContext().getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 263 Context.getFunctionFeatureMap(FeatureMap, FD); in ActOnGCCAsmStmt()
|
| H A D | Sema.cpp | 2085 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport()
|
| H A D | SemaDecl.cpp | 8930 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in CheckVariableDeclarationType() 12271 Context.getFunctionFeatureMap(FeatureMap, NewFD); in CheckFunctionDeclaration() 12283 Context.getFunctionFeatureMap(FeatureMap, NewFD); in CheckFunctionDeclaration()
|
| H A D | SemaChecking.cpp | 3182 S.Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkArmStreamingBuiltin() 7540 Context.getFunctionFeatureMap(CallerFeatureMap, CallerFD); in checkCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 3156 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, 3158 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | X86.cpp | 1493 Ctx.getFunctionFeatureMap(CallerMap, Caller); in initFeatureMaps() 1494 Ctx.getFunctionFeatureMap(CalleeMap, Callee); in initFeatureMaps()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2756 ASTCtx.getFunctionFeatureMap(FeatureMap, CurrentFunctionDecl);
|
| H A D | ASTContext.cpp | 13488 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext 13491 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap() 13500 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext
|