Searched refs:CallerFeatureMap (Results 1 – 2 of 2) sorted by relevance
2459 llvm::StringMap<bool> CallerFeatureMap; in checkTargetFeatures() local2460 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()2469 TargetFeatures TF(CallerFeatureMap); in checkTargetFeatures()2496 if (!CallerFeatureMap.lookup(Feature)) { in checkTargetFeatures()
4761 const llvm::StringMap<bool> &CallerFeatureMap;4787 : CallerFeatureMap.lookup(F);4800 CallerFeatureMap.lookup(FeatureList.substr(SubexpressionStart));4812 TargetFeatures(const llvm::StringMap<bool> &CallerFeatureMap)4813 : CallerFeatureMap(CallerFeatureMap) {}