Home
last modified time | relevance | path

Searched refs:CallerFeatureMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2473 llvm::StringMap<bool> CallerFeatureMap; in checkTargetFeatures() local
2474 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()
2483 TargetFeatures TF(CallerFeatureMap); in checkTargetFeatures()
2510 if (!CallerFeatureMap.lookup(Feature)) { in checkTargetFeatures()
H A DCodeGenFunction.h4767 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) {}