Searched refs:IsNegated (Results 1 – 5 of 5) 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() 48 Expr, IsNegated, Ctx); in lowerSymbolOperand() 50 Expr = AVRMCExpr::create(AVRMCExpr::VK_AVR_LO8, Expr, IsNegated, Ctx); in lowerSymbolOperand() 57 Expr, IsNegated, Ctx); in lowerSymbolOperand() 59 Expr = AVRMCExpr::create(AVRMCExpr::VK_AVR_HI8, Expr, IsNegated, Ctx); in lowerSymbolOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | AArch64TargetParser.cpp | 79 bool IsNegated = ArchExt.starts_with("no"); in getArchExtFeature() local 80 StringRef ArchExtBase = IsNegated ? ArchExt.drop_front(2) : ArchExt; in getArchExtFeature() 84 return IsNegated ? AE->NegTargetFeature : AE->PosTargetFeature; in getArchExtFeature() 299 bool IsNegated = NChars != 0; in parseModifier() local 305 if (IsNegated) in parseModifier() 319 bool IsNegated = F[0] == '-'; in reconstructFromParsedFeatures() local 322 if (IsNegated) in reconstructFromParsedFeatures()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 518 bool IsNegated; member 521 if (IsNegated == Other.IsNegated) in hasNegatedScaleOf() 537 << ", negated=" << IsNegated << ")"; in print() 1215 ScalableVar.IsNegated ? -ScalableVar.Scale : ScalableVar.Scale; in aliasGEP() 1275 if (Index.IsNegated) in aliasGEP() 1853 if (Dest.IsNegated) { in subtractDecomposedGEPs() 1855 Dest.IsNegated = false; in subtractDecomposedGEPs()
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 648 const bool IsNegated = Pat[0] == '!'; in isIgnored() local 650 if (IsNegated) in isIgnored() 667 if (clang::format::matchFilePath(Pattern, Pathname) == !IsNegated) in isIgnored()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 873 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in getParentAttrMatcherRule() argument 886 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in isNegatedAttrMatcherSubRule() argument 888 return IsNegated; in isNegatedAttrMatcherSubRule()
|