Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAMDGPU.cpp33 getASTContext().getFunctionFeatureMap(CallerFeatureMap, FD); in CheckAMDGCNBuiltinFunctionCall()
H A DSemaARM.cpp573 S.Context.getFunctionFeatureMap(CallerFeatures, FD); in checkArmStreamingBuiltin()
1397 Context.getFunctionFeatureMap(FeatureMap, FD); in CheckSMEFunctionDefAttributes()
1409 Context.getFunctionFeatureMap(FeatureMap, FD); in CheckSMEFunctionDefAttributes()
H A DSemaRISCV.cpp560 Context.getFunctionFeatureMap(FunctionFeatureMap, FD); in CheckBuiltinFunctionCall()
642 Context.getFunctionFeatureMap(FunctionFeatureMap, FD); in CheckBuiltinFunctionCall()
1581 getASTContext().getFunctionFeatureMap(FunctionFeatureMap, in handleInterruptAttr()
H A DSemaStmtAsm.cpp282 Context.getFunctionFeatureMap(FeatureMap, FD); in ActOnGCCAsmStmt()
H A DSema.cpp2247 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport()
2254 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport()
H A DSemaDecl.cpp8992 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in CheckVariableDeclarationType()
9013 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in CheckVariableDeclarationType()
H A DSemaChecking.cpp3622 Context.getFunctionFeatureMap(CallerFeatureMap, CallerFD); in checkCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1114 getContext().getFunctionFeatureMap(FeatureMap, FD); in StartFunction()
2807 CGM.getContext().getFunctionFeatureMap(TargetFetureMap, FD); in checkTargetFeatures()
2838 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()
2862 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
2885 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
H A DCodeGenModule.cpp2843 getContext().getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3469 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
3471 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1509 Ctx.getFunctionFeatureMap(CallerMap, Caller); in initFeatureMaps()
1510 Ctx.getFunctionFeatureMap(CalleeMap, Callee); in initFeatureMaps()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2956 ASTCtx.getFunctionFeatureMap(FeatureMap, CurrentFunctionDecl);
H A DASTContext.cpp14901 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext
14904 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap()
14913 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext