Searched refs:getFunctionFeatureMap (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 581 S.Context.getFunctionFeatureMap(CallerFeatureMapWithoutSVE, FD); in checkArmStreamingBuiltin() 589 S.Context.getFunctionFeatureMap(CallerFeatureMapWithoutSME, FD); in checkArmStreamingBuiltin()
|
H A D | SemaStmtAsm.cpp | 263 Context.getFunctionFeatureMap(FeatureMap, FD); in ActOnGCCAsmStmt()
|
H A D | Sema.cpp | 2099 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport() 2106 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport()
|
H A D | SemaDecl.cpp | 8778 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in CheckVariableDeclarationType() 8799 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in CheckVariableDeclarationType() 12190 Context.getFunctionFeatureMap(FeatureMap, NewFD); in CheckFunctionDeclaration() 12202 Context.getFunctionFeatureMap(FeatureMap, NewFD); in CheckFunctionDeclaration()
|
H A D | SemaChecking.cpp | 3242 Context.getFunctionFeatureMap(CallerFeatureMap, CallerFD); in checkCall()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 2699 CGM.getContext().getFunctionFeatureMap(TargetFetureMap, FD); in checkTargetFeatures() 2730 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures() 2754 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures() 2777 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
|
H A D | CodeGenModule.cpp | 2637 getContext().getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 3246 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, 3248 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 1502 Ctx.getFunctionFeatureMap(CallerMap, Caller); in initFeatureMaps() 1503 Ctx.getFunctionFeatureMap(CalleeMap, Callee); in initFeatureMaps()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 2758 ASTCtx.getFunctionFeatureMap(FeatureMap, CurrentFunctionDecl);
|
H A D | ASTContext.cpp | 14063 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext 14066 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap() 14075 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext
|