Searched refs:IsNegated (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRMCInstLower.cpp | 31 bool IsNegated = false; in lowerSymbolOperand() local 33 IsNegated = true; in lowerSymbolOperand() 47 Expr, IsNegated, Ctx); in lowerSymbolOperand() 49 Expr = AVRMCExpr::create(AVR::S_LO8, Expr, IsNegated, Ctx); in lowerSymbolOperand() 55 Expr, IsNegated, Ctx); in lowerSymbolOperand() 57 Expr = AVRMCExpr::create(AVR::S_HI8, Expr, IsNegated, Ctx); in lowerSymbolOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | AArch64TargetParser.cpp | 116 bool IsNegated = ArchExt.starts_with("no"); in getArchExtFeature() local 117 StringRef ArchExtBase = IsNegated ? ArchExt.drop_front(2) : ArchExt; in getArchExtFeature() 121 return IsNegated ? AE->NegTargetFeature : AE->PosTargetFeature; in getArchExtFeature() 363 bool IsNegated = NChars != 0; in parseModifier() local 369 if (IsNegated) in parseModifier() 383 bool IsNegated = F[0] == '-'; in reconstructFromParsedFeatures() local 386 if (IsNegated) in reconstructFromParsedFeatures()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 644 const bool IsNegated = Pat[0] == '!'; in isIgnored() local 646 if (IsNegated) in isIgnored() 663 if (clang::format::matchFilePath(Pattern, Pathname) == !IsNegated) in isIgnored()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 528 bool IsNegated; member 531 if (IsNegated == Other.IsNegated) in hasNegatedScaleOf() 547 << ", negated=" << IsNegated << ")"; in print() 1225 ScalableVar.IsNegated ? -ScalableVar.Scale : ScalableVar.Scale; in aliasGEP() 1301 if (Index.IsNegated) in aliasGEP() 1897 if (Dest.IsNegated) { in subtractDecomposedGEPs() 1899 Dest.IsNegated = false; in subtractDecomposedGEPs()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 1036 bool IsNegated = false; in extractAvailabilityExpr() local 1040 return ExtractedAvailabilityExpr{AE, IsNegated}; in extractAvailabilityExpr() 1048 IsNegated = !IsNegated; in extractAvailabilityExpr()
|
| H A D | SemaAttr.cpp | 972 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in getParentAttrMatcherRule() argument 985 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in isNegatedAttrMatcherSubRule() argument 987 return IsNegated; in isNegatedAttrMatcherSubRule()
|