Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp215 bool Negated) const { in addImplication()
220 Negated ? InputState->get<NonNullImplicationMap>(Antecedent) in addImplication()
228 if ((Negated && InputState->isNonNull(AntecedentV).isConstrainedTrue()) in addImplication()
229 || (!Negated && InputState->isNull(AntecedentV).isConstrainedTrue())) { in addImplication()
231 State = InputState->assume(ConsequentS.castAs<DefinedSVal>(), Negated); in addImplication()
236 if (Negated) { in addImplication()
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DARMTargetParser.cpp356 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
359 return StringRef(Negated ? AE.NegFeature : AE.Feature); in getArchExtFeature()
400 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local
407 if (Negated) { in appendArchExtFeatures()
422 if (Negated) { in appendArchExtFeatures()
427 } 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()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp517 Value *Negated = negate(Root, /*Depth=*/0); in run() local
518 if (!Negated) { in run()
525 return std::make_pair(ArrayRef<Instruction *>(NewInstructions), Negated); in run()
/openbsd/gnu/llvm/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.cpp2266 bool Negated = false; in evaluate() local
2271 Negated = true; in evaluate()
2317 if ((!Negated && CTrue) || (Negated && CFalse)) in evaluate()
2319 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()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h116 bool isInlineImmediate(const SDNode *N, bool Negated = false) const;
H A DAMDGPULegalizerInfo.cpp3208 MachineBasicBlock *&UncondBrTarget, bool &Negated) { in verifyCFIntrinsic() argument
3225 Negated = true; in verifyCFIntrinsic()
5577 bool Negated = false; in legalizeIntrinsic() local
5579 verifyCFIntrinsic(MI, MRI, Br, UncondBrTarget, Negated)) { in legalizeIntrinsic()
5588 if (Negated) in legalizeIntrinsic()
5625 bool Negated = false; in legalizeIntrinsic() local
5627 verifyCFIntrinsic(MI, MRI, Br, UncondBrTarget, Negated)) { in legalizeIntrinsic()
5634 if (Negated) in legalizeIntrinsic()
H A DAMDGPUISelDAGToDAG.cpp319 bool Negated) const { in isInlineImmediate()
324 if (Negated) { in isInlineImmediate()
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-strip.rst127 ``[!a-z]``, ``[^a-z]`` Negated character class ``[^a-z]``
H A Dllvm-objcopy.rst244 ``[!a-z]``, ``[^a-z]`` Negated character class ``[^a-z]``
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td212 // Negated variants.
465 // Negated immediates that fit LF32 or LH16.
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12786 static bool isPow2Splat(SDValue Op, uint64_t &SplatVal, bool &Negated) { in isPow2Splat() argument
12804 Negated = false; in isPow2Splat()
12808 Negated = true; in isPow2Splat()
12829 bool Negated; in LowerDIV() local
12831 if (Signed && isPow2Splat(Op.getOperand(1), SplatVal, Negated)) { in LowerDIV()
12836 if (Negated) in LowerDIV()
23103 bool Negated; in LowerFixedLengthVectorIntDivideToSVE() local
23105 if (Signed && isPow2Splat(Op.getOperand(1), SplatVal, Negated)) { in LowerFixedLengthVectorIntDivideToSVE()
23113 if (Negated) in LowerFixedLengthVectorIntDivideToSVE()
/openbsd/gnu/usr.bin/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.md2713 ;; Negated conditional jump instructions.
/openbsd/gnu/usr.bin/gcc/gcc/config/i370/
H A Di370.md4150 ;;- Negated conditional jump instructions.
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp13804 APFixedPoint Negated = Result.getFixedPoint().negate(&Overflowed); in VisitUnaryOperator() local
13805 if (Overflowed && !HandleOverflow(Info, E, Negated, E->getType())) in VisitUnaryOperator()
13807 return Success(Negated, E); in VisitUnaryOperator()
/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.md6127 ;;- Negated absolute value instructions
6632 ;;- Negated conditional jump instructions.
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td447 bit Negated = negated;
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.md5887 ;;- Negated conditional jump instructions.
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dm68k.md5993 ;; Negated conditional jump instructions.
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dm68k.md6663 ;; Negated conditional jump instructions.