Searched refs:CallerFeatureMap (Results 1 – 2 of 2) sorted by relevance
38 const llvm::StringMap<bool> &CallerFeatureMap; variable64 : CallerFeatureMap.lookup(F); in getAndFeatures()77 CallerFeatureMap.lookup(FeatureList.substr(SubexpressionStart)); in getAndFeatures()89 TargetFeatures(const llvm::StringMap<bool> &CallerFeatureMap) in TargetFeatures() argument90 : CallerFeatureMap(CallerFeatureMap) {} in TargetFeatures()
2544 llvm::StringMap<bool> CallerFeatureMap; in checkTargetFeatures() local2545 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()2549 FeatureList, CallerFeatureMap)) { in checkTargetFeatures()2577 if (!CallerFeatureMap.lookup(Feature)) { in checkTargetFeatures()