Searched refs:CalleeFeatureMap (Results 1 – 2 of 2) sorted by relevance
2384 llvm::StringMap<bool> CalleeFeatureMap; in checkTargetFeatures() local2385 CGM.getContext().getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()2388 if (F[0] == '+' && CalleeFeatureMap.lookup(F.substr(1))) in checkTargetFeatures()2392 for (const auto &F : CalleeFeatureMap) { in checkTargetFeatures()
1989 llvm::StringMap<bool> CalleeFeatureMap; in checkTargetFeatures() local1990 CGM.getFunctionFeatureMap(CalleeFeatureMap, TargetDecl); in checkTargetFeatures()1991 for (const auto &F : CalleeFeatureMap) { in checkTargetFeatures()