Searched refs:CallerFeatureMap (Results 1 – 2 of 2) sorted by relevance
2473 llvm::StringMap<bool> CallerFeatureMap; in checkTargetFeatures() local2474 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()2483 TargetFeatures TF(CallerFeatureMap); in checkTargetFeatures()2510 if (!CallerFeatureMap.lookup(Feature)) { in checkTargetFeatures()
4767 const llvm::StringMap<bool> &CallerFeatureMap;4793 : CallerFeatureMap.lookup(F);4806 CallerFeatureMap.lookup(FeatureList.substr(SubexpressionStart));4818 TargetFeatures(const llvm::StringMap<bool> &CallerFeatureMap)4819 : CallerFeatureMap(CallerFeatureMap) {}