Searched defs:Neg (Results 1 - 25 of 26) sorted by last modified time

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14533 SDValue Neg = DAG.getNode(ISD::USUBO, dl, VTs, FalseVal, Sub); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2090 Value *Neg = Builder.CreateNeg(A, "", I.hasNoUnsignedWrap(), local
H A DInstCombineMulDivRem.cpp308 Value *Neg = dyn_castNegVal(Y); local
H A DInstCombineCompares.cpp2945 Value *Neg = Builder.CreateNeg(BOp1); local
H A DInstCombineAndOrXor.cpp3234 Value *Neg = Builder.CreateNeg(A, "", Add->hasNoUnsignedWrap(), local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp286 SDValue Neg = SDValue(CurDAG->getMachineNode(NegOpc, DL, VT, MVT::i32, local
3740 SDValue Neg = CurDAG->getNode(ISD::SUB, DL, SubVT, Zero, Add1); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2616 SDValue Neg = DAG.getNode(ISD::SUB, dl, VT, local
H A DDAGCombiner.cpp6127 static bool matchRotateSub(SDValue Pos, SDValue Neg, unsigned EltSize, argument
6235 MatchRotatePosNeg(SDValue Shifted, SDValue Pos, SDValue Neg, SDValue InnerPos, SDValue InnerNeg, unsigned PosOpcode, unsigned NegOpcode, const SDLoc &DL) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetFeatureInfo.cpp131 bool Neg = false; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp269 static BinaryOperator *LowerNegateToMultiply(Instruction *Neg) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2850 SDValue Neg = local
2994 SDValue Neg = local
3173 SDValue Neg = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp295 bool Neg = false; member in struct:__anon2229::HexagonConstExtenders::ExtExpr
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp144 bool Neg; member in class:__anon2129::SDWASrcOperand
H A DR600ISelLowering.cpp2247 SDValue &Neg = Ops[NegIdx[i] - 1]; local
2285 SDValue &Neg = Ops[NegIdx[i] - 1]; local
2069 FoldOperand(SDNode *ParentNode, unsigned SrcIdx, SDValue &Src, SDValue &Neg, SDValue &Abs, SDValue &Sel, SDValue &Imm, SelectionDAG &DAG) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp97 bool Neg = false; member in struct:__anon2091::AMDGPUOperand::Modifiers
2529 bool Neg, SP3Neg; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1171 auto Neg = MIB.buildInstr(NegOpc, {RC}, {Src2Reg}); local
H A DAArch64ISelLowering.cpp9666 SDValue Neg = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), local
H A DAArch64ISelDAGToDAG.cpp2625 MachineSDNode *Neg = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp73 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { argument
79 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp1279 Value *Neg = Builder.CreateNeg(Op0); local
3448 Value *Neg = Builder.CreateNeg(Arg, "neg"); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2048 Register Neg = MRI.createGenericVirtualRegister(Ty); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h811 makeZero(bool Neg) argument
813 makeInf(bool Neg) argument
815 makeNaN(bool SNaN, bool Neg, const APInt *fill) argument
819 makeLargest(bool Neg) argument
823 makeSmallest(bool Neg) argument
827 makeSmallestNormalized(bool Neg) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp166 bool Neg = false; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h279 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) {} argument
H A DThreadSafety.h200 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, argument

Completed in 689 milliseconds

12