Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp2361 llvm::StringMap<bool> CallerFeatureMap; in checkTargetFeatures() local
2362 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()
2371 TargetFeatures TF(CallerFeatureMap); in checkTargetFeatures()
2398 if (!CallerFeatureMap.lookup(Feature)) { in checkTargetFeatures()
DCodeGenFunction.h4735 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) {}
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1934 llvm::StringMap<bool> CallerFeatureMap; in hasRequiredFeatures() local
1935 CGM.getFunctionFeatureMap(CallerFeatureMap, FD); in hasRequiredFeatures()
1945 if (!CallerFeatureMap.lookup(Feature)) { in hasRequiredFeatures()