Searched refs:CallerFeatureMap (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | BuiltinTargetFeatures.h | 38 const llvm::StringMap<bool> &CallerFeatureMap; variable 64 : CallerFeatureMap.lookup(F); in getAndFeatures() 77 CallerFeatureMap.lookup(FeatureList.substr(SubexpressionStart)); in getAndFeatures() 89 TargetFeatures(const llvm::StringMap<bool> &CallerFeatureMap) in TargetFeatures() argument 90 : CallerFeatureMap(CallerFeatureMap) {} in TargetFeatures()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2630 llvm::StringMap<bool> CallerFeatureMap; in checkTargetFeatures() local 2631 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures() 2640 FeatureList, CallerFeatureMap) && !IsHipStdPar) { in checkTargetFeatures() 2668 if (!CallerFeatureMap.lookup(Feature)) { in checkTargetFeatures() 2681 if (F.getValue() && (!CallerFeatureMap.lookup(F.getKey()) || in checkTargetFeatures() 2682 !CallerFeatureMap.find(F.getKey())->getValue()) && in checkTargetFeatures()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 2084 llvm::StringMap<bool> CallerFeatureMap; in checkTypeSupport() local 2085 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport() 2086 if (!Builtin::evaluateRequiredTargetFeatures("sve", CallerFeatureMap) && in checkTypeSupport() 2087 !Builtin::evaluateRequiredTargetFeatures("sme", CallerFeatureMap)) in checkTypeSupport()
|
| H A D | SemaChecking.cpp | 3181 llvm::StringMap<bool> CallerFeatureMap; in checkArmStreamingBuiltin() local 3182 S.Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkArmStreamingBuiltin() 3183 if (Builtin::evaluateRequiredTargetFeatures("sve2p1", CallerFeatureMap)) in checkArmStreamingBuiltin() 7539 llvm::StringMap<bool> CallerFeatureMap; in checkCall() local 7540 Context.getFunctionFeatureMap(CallerFeatureMap, CallerFD); in checkCall() 7541 if (!CallerFeatureMap.contains("sme")) in checkCall()
|
| H A D | SemaDecl.cpp | 8929 llvm::StringMap<bool> CallerFeatureMap; in CheckVariableDeclarationType() local 8930 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in CheckVariableDeclarationType() 8932 "sve", CallerFeatureMap)) { in CheckVariableDeclarationType()
|