Home
last modified time | relevance | path

Searched refs:Negated (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.h55 bool isNegated() const { return Negated; } in isNegated()
56 void setNegated(bool negated = true) { Negated = negated; }
82 bool Negated; variable
85 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated) in AVRMCExpr() argument
86 : Kind(Kind), SubExpr(Expr), Negated(Negated) {} in AVRMCExpr()
H A DAVRMCExpr.cpp39 bool Negated, MCContext &Ctx) { in create() argument
40 return new (Ctx) AVRMCExpr(Kind, Expr, Negated); in create()
103 if (Negated) in evaluateAsInt64()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp214 bool Negated) const { in addImplication()
219 Negated ? InputState->get<NonNullImplicationMap>(Antecedent) in addImplication()
227 if ((Negated && InputState->isNonNull(AntecedentV).isConstrainedTrue()) in addImplication()
228 || (!Negated && InputState->isNull(AntecedentV).isConstrainedTrue())) { in addImplication()
230 State = InputState->assume(ConsequentS.castAs<DefinedSVal>(), Negated); in addImplication()
235 if (Negated) { in addImplication()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp85 bool Negated = false; in matchFilePath() local
87 Negated = true; in matchFilePath()
99 if (Negated ? Match : !Match) in matchFilePath()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParser.cpp357 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
360 return StringRef(Negated ? AE.NegFeature : AE.Feature); in getArchExtFeature()
426 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local
433 if (Negated) { in appendArchExtFeatures()
452 if (Negated) { in appendArchExtFeatures()
468 } else if (Negated) { in appendArchExtFeatures()
H A DCSKYTargetParser.cpp161 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
164 return StringRef(Negated ? AE.NegFeature : AE.Feature); in getArchExtFeature()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp518 Value *Negated = negate(Root, IsNSW, /*Depth=*/0); in run() local
519 if (!Negated) { in run()
526 return std::make_pair(ArrayRef<Instruction *>(NewInstructions), Negated); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp784 auto Negated = ConstraintSystem::negate(Coefficients); in isImpliedBy() local
785 bool IsNegatedImplied = !Negated.empty() && CS.isConditionImplied(Negated); in isImpliedBy()
804 auto Negated = ConstraintSystem::negate(Coefficients); in isImpliedBy() local
805 auto IsNegatedImplied = !Negated.empty() && CS.isConditionImplied(Negated); in isImpliedBy()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp993 bool Negated = false; in evaluate() local
999 Negated = true; in evaluate()
1032 if (!Test.is(!Negated)) { in evaluate()
H A DHexagonConstPropagation.cpp2265 bool Negated = false; in evaluate() local
2270 Negated = true; in evaluate()
2316 if ((!Negated && CTrue) || (Negated && CFalse)) in evaluate()
2318 else if ((!Negated && CFalse) || (Negated && CTrue)) in evaluate()
H A DHexagonHardwareLoops.cpp650 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local
696 if (Negated) in getLoopTripCount()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td210 // Negated variants.
467 // Negated immediates that fit LF32 or LH16.
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4104 MachineBasicBlock *&UncondBrTarget, bool &Negated) { in verifyCFIntrinsic() argument
4121 Negated = true; in verifyCFIntrinsic()
6913 bool Negated = false; in legalizeIntrinsic() local
6915 verifyCFIntrinsic(MI, MRI, Br, UncondBrTarget, Negated)) { in legalizeIntrinsic()
6924 if (Negated) in legalizeIntrinsic()
6961 bool Negated = false; in legalizeIntrinsic() local
6963 verifyCFIntrinsic(MI, MRI, Br, UncondBrTarget, Negated)) { in legalizeIntrinsic()
6970 if (Negated) in legalizeIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13666 static bool isPow2Splat(SDValue Op, uint64_t &SplatVal, bool &Negated) { in isPow2Splat() argument
13684 Negated = false; in isPow2Splat()
13688 Negated = true; in isPow2Splat()
13709 bool Negated; in LowerDIV() local
13711 if (Signed && isPow2Splat(Op.getOperand(1), SplatVal, Negated)) { in LowerDIV()
13716 if (Negated) in LowerDIV()
25934 bool Negated; in LowerFixedLengthVectorIntDivideToSVE() local
25936 if (Signed && isPow2Splat(Op.getOperand(1), SplatVal, Negated)) { in LowerFixedLengthVectorIntDivideToSVE()
25944 if (Negated) in LowerFixedLengthVectorIntDivideToSVE()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14152 APFixedPoint Negated = Result.getFixedPoint().negate(&Overflowed); in VisitUnaryOperator() local
14153 if (Overflowed && !HandleOverflow(Info, E, Negated, E->getType())) in VisitUnaryOperator()
14155 return Success(Negated, E); in VisitUnaryOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td497 bit Negated = negated;