Home
last modified time | relevance | path

Searched defs:Neg (Results 1 – 25 of 44) sorted by relevance

12

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DNeg.java13 public class Neg extends Unop { class
17 public Neg(NumericType type, Value dest, Value source) { in Neg() method in Neg
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DNeg.java30 public class Neg extends UnaryOperation class
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h773 void makeZero(bool Neg) { getIEEE().makeZero(Neg); } in makeZero()
775 void makeInf(bool Neg) { in makeInf()
783 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
787 void makeLargest(bool Neg) { getIEEE().makeLargest(Neg); } in makeLargest()
789 void makeSmallest(bool Neg) { getIEEE().makeSmallest(Neg); } in makeSmallest()
791 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
DThreadSafetyCommon.h263 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) {} in CapabilityExpr()
/external/llvm/lib/Option/
DArgList.cpp221 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag()
227 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag()
/external/llvm/lib/Support/
Draw_ostream.cpp440 bool Neg = (FN.DecValue < 0); in operator <<() local
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2170 SDValue &Src, SDValue &Neg, SDValue &Abs, in FoldOperand()
2348 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local
2400 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local
/external/vulkan-validation-layers/libs/glm/detail/
Dintrinsic_common.inl161 __m128 Neg = _mm_set1_ps(-1.0f); local
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc2525 __ Neg(result, dividend); in DoDivByPowerOf2I() local
2538 if (divisor < 0) __ Neg(result, result); in DoDivByPowerOf2I() local
2560 if (divisor < 0) __ Neg(result, result); in DoDivByConstI() local
3565 if (divisor < 0) __ Neg(result, result); in DoFlooringDivByConstI() local
3577 if (divisor < 0) __ Neg(result, result); in DoFlooringDivByConstI() local
3582 if (divisor < 0) __ Neg(result, result); in DoFlooringDivByConstI() local
3860 __ Neg(dividend, dividend); in DoModByPowerOf2I() local
3955 __ Neg(result, left); in DoMulConstIS() local
4000 __ Neg(result, Operand(left, LSL, right_log2)); in DoMulConstIS() local
4019 __ Neg(result, result); in DoMulConstIS() local
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp315 Value *Neg = dyn_castNegVal(Op1C); in visitMul() local
684 Value *Neg = Builder->CreateFNeg(T); in visitFMul() local
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp248 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS); in MatchAddress() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp190 Value *Neg = dyn_castNegVal(Op1C); in visitMul() local
DInstCombineCompares.cpp1399 Value *Neg = Builder->CreateNeg(BOp1); in visitICmpInstWithInstAndIntCst() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DReassociate.cpp212 static Instruction *LowerNegateToMultiply(Instruction *Neg, in LowerNegateToMultiply()
DSimplifyLibCalls.cpp1064 Value *Neg = B.CreateNeg(Op, "neg"); in CallOptimizer() local
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp166 bool Neg = false; in translateAttrExpr() local
/external/libmojo/third_party/jinja2/
Dnodes.py786 class Neg(UnaryExpr): class
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc8077 __ Neg(x1, 0x123); in TEST() local
8078 __ Neg(w2, 0x123); in TEST() local
8081 __ Neg(x3, Operand(x0, LSL, 1)); in TEST() local
8082 __ Neg(w4, Operand(w0, LSL, 2)); in TEST() local
8083 __ Neg(x5, Operand(x0, LSR, 3)); in TEST() local
8084 __ Neg(w6, Operand(w0, LSR, 4)); in TEST() local
8085 __ Neg(x7, Operand(x0, ASR, 5)); in TEST() local
8086 __ Neg(w8, Operand(w0, ASR, 6)); in TEST() local
8089 __ Neg(w9, Operand(w0, UXTB)); in TEST() local
8090 __ Neg(x10, Operand(x0, SXTB, 1)); in TEST() local
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp915 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS); in MatchAddressRecursively() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp253 static BinaryOperator *LowerNegateToMultiply(Instruction *Neg) { in LowerNegateToMultiply()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmMatcherEmitter.cpp1845 bool Neg = false; in EmitComputeAvailableFeatures() local
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1333 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS); in matchAddressRecursively() local
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc797 __ Neg(x11, x10); in GetCode() local
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs3457 [pbr::OriginalName("NEG")] Neg = -1, enumerator

12