Searched refs:CalleeMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp2491 llvm::StringMap<bool> &CalleeMap,
2493 if (CalleeMap.empty() && CallerMap.empty()) {
2498 Ctx.getFunctionFeatureMap(CalleeMap, Callee);
2505 const llvm::StringMap<bool> &CalleeMap,
2509 bool CalleeHasFeat = CalleeMap.lookup(Feature);
2527 const llvm::StringMap<bool> &CalleeMap, QualType Ty,
2531 return checkAVXParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty,
2535 return checkAVXParamFeature(Diag, CallLoc, CallerMap, CalleeMap, Ty, "avx",
2545 llvm::StringMap<bool> CalleeMap; local
2560 initFeatureMaps(CGM.getContext(), CallerMap, Caller, CalleeMap, Calle
2488 initFeatureMaps(const ASTContext &Ctx, llvm::StringMap<bool> &CallerMap, const FunctionDecl *Caller, llvm::StringMap<bool> &CalleeMap, const FunctionDecl *Callee) argument
2502 checkAVXParamFeature(DiagnosticsEngine &Diag, SourceLocation CallLoc, const llvm::StringMap<bool> &CallerMap, const llvm::StringMap<bool> &CalleeMap, QualType Ty, StringRef Feature, bool IsArgument) argument
2524 checkAVXParam(DiagnosticsEngine &Diag, ASTContext &Ctx, SourceLocation CallLoc, const llvm::StringMap<bool> &CallerMap, const llvm::StringMap<bool> &CalleeMap, QualType Ty, bool IsArgument) argument
[all...]

Completed in 119 milliseconds