Searched refs:getFunctionFeatureMap (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 261 Context.getFunctionFeatureMap(FeatureMap, FD); in ActOnGCCAsmStmt()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 3107 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, 3109 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2545 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures() 2564 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
|
| H A D | TargetInfo.cpp | 2576 Ctx.getFunctionFeatureMap(CallerMap, Caller); in initFeatureMaps() 2577 Ctx.getFunctionFeatureMap(CalleeMap, Callee); in initFeatureMaps()
|
| H A D | CodeGenModule.cpp | 2139 getContext().getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2590 ASTCtx.getFunctionFeatureMap(FeatureMap, CurrentFunctionDecl);
|
| H A D | ASTContext.cpp | 12318 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext 12321 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap() 12330 void ASTContext::getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap, in getFunctionFeatureMap() function in ASTContext
|