Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAsm.cpp261 Context.getFunctionFeatureMap(FeatureMap, FD); in ActOnGCCAsmStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h3107 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
3109 void getFunctionFeatureMap(llvm::StringMap<bool> &FeatureMap,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2545 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()
2564 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()
H A DTargetInfo.cpp2576 Ctx.getFunctionFeatureMap(CallerMap, Caller); in initFeatureMaps()
2577 Ctx.getFunctionFeatureMap(CalleeMap, Callee); in initFeatureMaps()
H A DCodeGenModule.cpp2139 getContext().getFunctionFeatureMap(FeatureMap, GD); in GetCPUAndFeaturesAttributes()
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp2590 ASTCtx.getFunctionFeatureMap(FeatureMap, CurrentFunctionDecl);
H A DASTContext.cpp12318 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