/openbsd/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCExpr.h | 55 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 D | AVRMCExpr.cpp | 39 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 D | TrustNonnullChecker.cpp | 215 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 D | ARMTargetParser.cpp | 356 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 D | CSKYTargetParser.cpp | 161 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 D | InstCombineNegator.cpp | 517 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 D | HexagonBitTracker.cpp | 993 bool Negated = false; in evaluate() local 999 Negated = true; in evaluate() 1032 if (!Test.is(!Negated)) { in evaluate()
|
H A D | HexagonConstPropagation.cpp | 2266 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 D | HexagonHardwareLoops.cpp | 650 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local 696 if (Negated) in getLoopTripCount()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.h | 116 bool isInlineImmediate(const SDNode *N, bool Negated = false) const;
|
H A D | AMDGPULegalizerInfo.cpp | 3208 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 D | AMDGPUISelDAGToDAG.cpp | 319 bool Negated) const { in isInlineImmediate() 324 if (Negated) { in isInlineImmediate()
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-strip.rst | 127 ``[!a-z]``, ``[^a-z]`` Negated character class ``[^a-z]``
|
H A D | llvm-objcopy.rst | 244 ``[!a-z]``, ``[^a-z]`` Negated character class ``[^a-z]``
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZOperands.td | 212 // Negated variants. 465 // Negated immediates that fit LF32 or LH16.
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 12786 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 D | dsp16xx.md | 2713 ;; Negated conditional jump instructions.
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i370/ |
H A D | i370.md | 4150 ;;- Negated conditional jump instructions.
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 13804 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 D | s390.md | 6127 ;;- Negated absolute value instructions 6632 ;;- Negated conditional jump instructions.
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Attr.td | 447 bit Negated = negated;
|
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/ |
H A D | s390.md | 5887 ;;- Negated conditional jump instructions.
|
/openbsd/gnu/gcc/gcc/config/m68k/ |
H A D | m68k.md | 5993 ;; Negated conditional jump instructions.
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | m68k.md | 6663 ;; Negated conditional jump instructions.
|