Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2631 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 DCodeGenModule.cpp2603 getContext().getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp263 Context.getFunctionFeatureMap(FeatureMap, FD); in ActOnGCCAsmStmt()
H A DSema.cpp2085 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport()
H A DSemaDecl.cpp8930 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in CheckVariableDeclarationType()
12271 Context.getFunctionFeatureMap(FeatureMap, NewFD); in CheckFunctionDeclaration()
12283 Context.getFunctionFeatureMap(FeatureMap, NewFD); in CheckFunctionDeclaration()
H A DSemaChecking.cpp3182 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 DASTContext.h3156 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 DX86.cpp1493 Ctx.getFunctionFeatureMap(CallerMap, Caller); in initFeatureMaps()
1494 Ctx.getFunctionFeatureMap(CalleeMap, Callee); in initFeatureMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2756 ASTCtx.getFunctionFeatureMap(FeatureMap, CurrentFunctionDecl);
H A DASTContext.cpp13488 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