Searched refs:getFunctionFeatureMap (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAMDGPU.cpp | 33 getASTContext().getFunctionFeatureMap(CallerFeatureMap, FD); in CheckAMDGCNBuiltinFunctionCall()
|
| H A D | SemaARM.cpp | 573 S.Context.getFunctionFeatureMap(CallerFeatures, FD); in checkArmStreamingBuiltin() 1397 Context.getFunctionFeatureMap(FeatureMap, FD); in CheckSMEFunctionDefAttributes() 1409 Context.getFunctionFeatureMap(FeatureMap, FD); in CheckSMEFunctionDefAttributes()
|
| H A D | SemaRISCV.cpp | 560 Context.getFunctionFeatureMap(FunctionFeatureMap, FD); in CheckBuiltinFunctionCall() 642 Context.getFunctionFeatureMap(FunctionFeatureMap, FD); in CheckBuiltinFunctionCall() 1581 getASTContext().getFunctionFeatureMap(FunctionFeatureMap, in handleInterruptAttr()
|
| H A D | SemaStmtAsm.cpp | 282 Context.getFunctionFeatureMap(FeatureMap, FD); in ActOnGCCAsmStmt()
|
| H A D | Sema.cpp | 2247 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport() 2254 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport()
|
| H A D | SemaDecl.cpp | 8992 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in CheckVariableDeclarationType() 9013 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in CheckVariableDeclarationType()
|
| H A D | SemaChecking.cpp | 3622 Context.getFunctionFeatureMap(CallerFeatureMap, CallerFD); in checkCall()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 1114 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 D | CodeGenModule.cpp | 2843 getContext().getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 3469 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, 3471 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | X86.cpp | 1509 Ctx.getFunctionFeatureMap(CallerMap, Caller); in initFeatureMaps() 1510 Ctx.getFunctionFeatureMap(CalleeMap, Callee); in initFeatureMaps()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2956 ASTCtx.getFunctionFeatureMap(FeatureMap, CurrentFunctionDecl);
|
| H A D | ASTContext.cpp | 14901 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
|