Home
last modified time | relevance | path

Searched refs:getFunctionFeatureMap (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp581 S.Context.getFunctionFeatureMap(CallerFeatureMapWithoutSVE, FD); in checkArmStreamingBuiltin()
589 S.Context.getFunctionFeatureMap(CallerFeatureMapWithoutSME, FD); in checkArmStreamingBuiltin()
H A DSemaStmtAsm.cpp263 Context.getFunctionFeatureMap(FeatureMap, FD); in ActOnGCCAsmStmt()
H A DSema.cpp2099 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport()
2106 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport()
H A DSemaDecl.cpp8778 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 DSemaChecking.cpp3242 Context.getFunctionFeatureMap(CallerFeatureMap, CallerFD); in checkCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2699 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 DCodeGenModule.cpp2637 getContext().getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3246 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
3248 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1502 Ctx.getFunctionFeatureMap(CallerMap, Caller); in initFeatureMaps()
1503 Ctx.getFunctionFeatureMap(CalleeMap, Callee); in initFeatureMaps()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2758 ASTCtx.getFunctionFeatureMap(FeatureMap, CurrentFunctionDecl);
H A DASTContext.cpp14063 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