Searched refs:CallerFeatureMap (Results 1 – 3 of 3) sorted by relevance
2361 llvm::StringMap<bool> CallerFeatureMap; in checkTargetFeatures() local2362 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()2371 TargetFeatures TF(CallerFeatureMap); in checkTargetFeatures()2398 if (!CallerFeatureMap.lookup(Feature)) { in checkTargetFeatures()
4735 const llvm::StringMap<bool> &CallerFeatureMap;4761 : CallerFeatureMap.lookup(F);4774 CallerFeatureMap.lookup(FeatureList.substr(SubexpressionStart));4786 TargetFeatures(const llvm::StringMap<bool> &CallerFeatureMap)4787 : CallerFeatureMap(CallerFeatureMap) {}
1934 llvm::StringMap<bool> CallerFeatureMap; in hasRequiredFeatures() local1935 CGM.getFunctionFeatureMap(CallerFeatureMap, FD); in hasRequiredFeatures()1945 if (!CallerFeatureMap.lookup(Feature)) { in hasRequiredFeatures()