Home
last modified time | relevance | path

Searched defs:CallerMap (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1494 initFeatureMaps(const ASTContext & Ctx,llvm::StringMap<bool> & CallerMap,const FunctionDecl * Caller,llvm::StringMap<bool> & CalleeMap,const FunctionDecl * Callee) initFeatureMaps() argument
1509 checkAVXParamFeature(DiagnosticsEngine & Diag,SourceLocation CallLoc,const llvm::StringMap<bool> & CallerMap,const llvm::StringMap<bool> & CalleeMap,QualType Ty,StringRef Feature,bool IsArgument) checkAVXParamFeature() argument
1531 checkAVX512ParamFeature(DiagnosticsEngine & Diag,SourceLocation CallLoc,const llvm::StringMap<bool> & CallerMap,const llvm::StringMap<bool> & CalleeMap,QualType Ty,bool IsArgument) checkAVX512ParamFeature() argument
1549 checkAVXParam(DiagnosticsEngine & Diag,ASTContext & Ctx,SourceLocation CallLoc,const llvm::StringMap<bool> & CallerMap,const llvm::StringMap<bool> & CalleeMap,QualType Ty,bool IsArgument) checkAVXParam() argument
1573 llvm::StringMap<bool> CallerMap; checkFunctionCallABI() local
[all...]