Searched refs:CallerFeatureMap (Results 1 – 4 of 4) 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()
2573 llvm::StringMap<bool> CallerFeatureMap; in checkTargetFeatures() local2574 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()2578 FeatureList, CallerFeatureMap)) { in checkTargetFeatures()2606 if (!CallerFeatureMap.lookup(Feature)) { in checkTargetFeatures()
2042 llvm::StringMap<bool> CallerFeatureMap; in checkTypeSupport() local2043 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport()2045 "sve", CallerFeatureMap)) in checkTypeSupport()
8698 llvm::StringMap<bool> CallerFeatureMap; in CheckVariableDeclarationType() local8699 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in CheckVariableDeclarationType()8701 "sve", CallerFeatureMap)) { in CheckVariableDeclarationType()