| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 461 void makeLargest(bool Neg = false); 462 void makeSmallest(bool Neg = false); 463 void makeNaN(bool SNaN = false, bool Neg = false, 465 void makeInf(bool Neg = false); 466 void makeZero(bool Neg = false); 654 void makeInf(bool Neg); 655 void makeZero(bool Neg); 656 void makeLargest(bool Neg); 657 void makeSmallest(bool Neg); 658 void makeSmallestNormalized(bool Neg); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/ |
| H A D | ArgList.cpp | 73 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() argument 74 if (Arg *A = getLastArg(Pos, Neg)) in hasFlag() 79 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag() argument 81 if (Arg *A = getLastArg(Pos, PosAlias, Neg)) in hasFlag()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 293 bool Neg = false; member 296 ExtExpr(Register RS, bool NG, unsigned SH) : Rs(RS), S(SH), Neg(NG) {} in ExtExpr() 302 return Rs == Ex.Rs && S == Ex.S && Neg == Ex.Neg; in operator ==() 312 return !Neg && Ex.Neg; in operator <() 467 OS << "## " << (P.Ex.Neg ? "- " : "+ "); in operator <<() 1206 ED.Expr.Neg = true; in recordExtender() 1210 ED.Expr.Neg = true; in recordExtender() 1540 assert(!Ex.Neg && "Cannot subtract a stack slot"); in insertInitializer() 1552 if (Ex.Neg) { in insertInitializer() 1565 unsigned NewOpc = Ex.Neg ? Hexagon::S4_subi_asl_ri in insertInitializer() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 270 static BinaryOperator *LowerNegateToMultiply(Instruction *Neg) { in LowerNegateToMultiply() argument 271 assert((isa<UnaryOperator>(Neg) || isa<BinaryOperator>(Neg)) && in LowerNegateToMultiply() 274 unsigned OpNo = isa<BinaryOperator>(Neg) ? 1 : 0; in LowerNegateToMultiply() 275 Type *Ty = Neg->getType(); in LowerNegateToMultiply() 279 BinaryOperator *Res = CreateMul(Neg->getOperand(OpNo), NegOne, "", Neg, Neg); in LowerNegateToMultiply() 280 Neg->setOperand(OpNo, Constant::getNullValue(Ty)); // Drop use of op. in LowerNegateToMultiply() 281 Res->takeName(Neg); in LowerNegateToMultiply() 282 Neg->replaceAllUsesWith(Res); in LowerNegateToMultiply() 283 Res->setDebugLoc(Neg->getDebugLoc()); in LowerNegateToMultiply()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ThreadSafetyCommon.cpp | 166 bool Neg = false; in translateAttrExpr() local 169 Neg = true; in translateAttrExpr() 175 Neg = true; in translateAttrExpr() 190 return CapabilityExpr(CE->expr(), Neg); in translateAttrExpr() 192 return CapabilityExpr(E, Neg); in translateAttrExpr()
|
| H A D | ThreadSafety.cpp | 1000 if (const FactEntry *Neg = FSet.findLock(FactMan, !Cp)) in unlock() local 1001 PrevLoc = Neg->loc(); in unlock() 1044 Expr *BrE, bool Neg); 1344 if (const FactEntry *Neg = FSet.findLock(FactMan, !Cp)) in removeLock() local 1345 PrevLoc = Neg->loc(); in removeLock() 1400 Expr *BrE, bool Neg) { in getMutexIDs() argument 1409 if (Neg) in getMutexIDs()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafety.h | 202 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld() argument
|
| H A D | ThreadSafetyCommon.h | 279 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) {} in CapabilityExpr() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/ |
| H A D | ArgList.h | 295 bool hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default=true) const; 301 bool hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIPeepholeSDWA.cpp | 118 bool Neg; member in __anon082413db0111::SDWASrcOperand 126 SrcSel(SrcSel_), Abs(Abs_), Neg(Neg_), Sext(Sext_) {} in SDWASrcOperand() 133 bool getNeg() const { return Neg; } in getNeg() 317 if (Abs || Neg) { in getSrcMods() 321 Mods ^= Neg ? SISrcMods::NEG : 0u; in getSrcMods()
|
| H A D | R600ISelLowering.h | 101 SDValue &Neg, SDValue &Abs, SDValue &Sel, SDValue &Imm,
|
| H A D | R600ISelLowering.cpp | 1981 SDValue &Src, SDValue &Neg, SDValue &Abs, in FoldOperand() argument 1990 if (!Neg.getNode()) in FoldOperand() 1993 Neg = DAG.getTargetConstant(1, SDLoc(ParentNode), MVT::i32); in FoldOperand() 2157 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local 2164 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, FakeOp, DAG)) in PostISelFolding() 2195 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local 2207 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, Imm, DAG)) in PostISelFolding()
|
| H A D | AMDGPUISelLowering.cpp | 2107 SDValue Neg = DAG.getNode(ISD::FNEG, SL, VT, Trunc, Flags); in LowerFREM() local 2109 return DAG.getNode(ISD::FMA, SL, VT, Neg, Y, X, Flags); in LowerFREM() 3786 SDValue Neg = DAG.getNode(ISD::FNEG, SL, VT, Res); in performFNegCombine() local 3787 DAG.ReplaceAllUsesWith(N0, Neg); in performFNegCombine() 3789 for (SDNode *U : Neg->uses()) in performFNegCombine() 3817 SDValue Neg = DAG.getNode(ISD::FNEG, SL, CvtSrc.getValueType(), CvtSrc); in performFNegCombine() local 3818 return DAG.getNode(Opc, SL, VT, Neg, N0->getFlags()); in performFNegCombine() 3833 SDValue Neg = DAG.getNode(ISD::FNEG, SL, CvtSrc.getValueType(), CvtSrc); in performFNegCombine() local 3834 return DAG.getNode(ISD::FP_ROUND, SL, VT, Neg, N0.getOperand(1)); in performFNegCombine()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | APFloat.cpp | 4591 void DoubleAPFloat::makeInf(bool Neg) { in makeInf() argument 4592 Floats[0].makeInf(Neg); in makeInf() 4596 void DoubleAPFloat::makeZero(bool Neg) { in makeZero() argument 4597 Floats[0].makeZero(Neg); in makeZero() 4601 void DoubleAPFloat::makeLargest(bool Neg) { in makeLargest() argument 4605 if (Neg) in makeLargest() 4609 void DoubleAPFloat::makeSmallest(bool Neg) { in makeSmallest() argument 4611 Floats[0].makeSmallest(Neg); in makeSmallest() 4615 void DoubleAPFloat::makeSmallestNormalized(bool Neg) { in makeSmallestNormalized() argument 4618 if (Neg) in makeSmallestNormalized() [all …]
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | srem_mod.sa | 169 Neg.L D6 214 Neg.L D6 314 Neg.L D6
|
| H A D | slogn.sa | 311 Neg.L D2 326 Neg.L D6 334 Neg.L D2
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | xfpu.md | 41 ;; Move/Abs/Neg: 1 1
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3645 SDValue Neg = variable 3647 if (Neg && Cost == NegatibleCost::Cheaper) 3648 return Neg; 3650 if (Neg && Neg.getNode()->use_empty()) 3651 DAG.RemoveDeadNode(Neg.getNode());
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 71 bool Neg = false; member 74 bool hasFPModifiers() const { return Abs || Neg; } in hasFPModifiers() 81 Operand |= Neg ? SISrcMods::NEG : 0u; in getFPModifiersOperand() 1108 OS << "abs:" << Mods.Abs << " neg: " << Mods.Neg << " sext:" << Mods.Sext; in operator <<() 1949 if (Imm.Mods.Neg) { in applyInputFPModifiers() 2923 bool Neg, SP3Neg; in parseRegOrImmWithFPInputMods() local 2936 Neg = trySkipId("neg"); in parseRegOrImmWithFPInputMods() 2937 if (Neg && SP3Neg) { in parseRegOrImmWithFPInputMods() 2941 if (Neg && !skipToken(AsmToken::LParen, "expected left paren after neg")) in parseRegOrImmWithFPInputMods() 2962 return (SP3Neg || Neg || SP3Abs || Abs)? MatchOperand_ParseFail : Res; in parseRegOrImmWithFPInputMods() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
| H A D | csky_insn_fpuv2.md | 43 ;; Float Neg instructions
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| H A D | csky_insn_fpu.md | 41 ;; Float Neg instructions
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 276 Value *Neg = dyn_castNegVal(Y); in visitMul() local 278 (Div->getOperand(1) == Y || Div->getOperand(1) == Neg) && in visitMul()
|
| H A D | InstCombineAddSub.cpp | 2086 Value *Neg = Builder.CreateNeg(A, "", I.hasNoUnsignedWrap(), in visitSub() local 2088 return SelectInst::Create(Cmp, Neg, A); in visitSub()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2011 void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld() argument 2015 << Kind << LockName << Neg); in handleNegativeNotHeld()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 3090 SDValue Neg = in getCompoundZeroComparisonInGPR() local 3094 Neg, S->getI64Imm(1, dl), in getCompoundZeroComparisonInGPR() 3234 SDValue Neg = in get32BitZExtCompare() local 3237 Neg, S->getI32Imm(1, dl), S->getI32Imm(63, dl)), 0); in get32BitZExtCompare() 3413 SDValue Neg = in get32BitSExtCompare() local 3415 return SDValue(CurDAG->getMachineNode(PPC::SRADI, dl, MVT::i64, Neg, in get32BitSExtCompare()
|