Home
last modified time | relevance | path

Searched defs:Carry (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DKnownBits.cpp48 const KnownBits &LHS, const KnownBits &RHS, const KnownBits &Carry) { in computeForAddCarry()
DScaledNumber.cpp292 bool Carry = doesRoundUp(Str[Truncate]); in toString() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMangling.cpp82 bool Carry = true; in incrementSubstitutions() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_integer.inl181 GLM_FUNC_QUALIFIER uint uaddCarry(uint const & x, uint const & y, uint & Carry)
190 …int, P> uaddCarry(vecType<uint, P> const & x, vecType<uint, P> const & y, vecType<uint, P> & Carry)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp725 SDValue Carry(Lo.getNode(), 1); in ExpandADDSUB() local
1648 SDValue Carry = DAG.getConstant(0, dl, VT); in PerformDAGCombine() local
1662 SDValue Carry = DAG.getConstant(0, dl, VT); in PerformDAGCombine() local
1733 SDValue Carry(Result.getNode(), 1); in PerformDAGCombine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp316 Value *Carry = Builder.CreateAnd(Tmp10, One); in generateUnsignedDivisionCode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp241 SDNode *Carry = CurDAG->getMachineNode( in selectAddE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.cpp437 bool Carry = false; in eADD() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1694 SDValue Carry = N->getOperand(2); in PromoteIntOp_ADDSUBCARRY() local
2348 SDValue Carry = DAG.getZExtOrTrunc(Cmp1, dl, NVT); in ExpandIntRes_ADDSUB() local
4005 SDValue Carry = N->getOperand(2); in ExpandIntOp_SETCCCARRY() local
DLegalizeDAG.cpp3444 SDValue Carry = Node->getOperand(2); in ExpandNode() local
DDAGCombiner.cpp2497 if (SDValue Carry = getAsCarry(TLI, N1)) in visitADDLikeCommutative() local
2659 if (SDValue Carry = getAsCarry(TLI, N1)) in visitUADDOLike() local
3261 if (SDValue Carry = getAsCarry(TLI, N0)) { in visitSUB() local
9059 SDValue Carry = N->getOperand(2); in visitSETCCCARRY() local
DTargetLowering.cpp5884 SDValue Carry = Next.getValue(1); in expandMUL_LOHI() local
DSelectionDAG.cpp3164 KnownBits Carry(1); in computeKnownBits() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp2203 bool Carry = (Value & 0x00FFFFFF); in alignToARMConstant() local
DARMISelLowering.cpp4495 SDValue Carry = DAG.getNode(ARMISD::SUBC, DL, in ConvertBooleanCarryToCarryFlag() local
6395 SDValue Carry = Op.getOperand(2); in LowerSETCCCARRY() local
8830 SDValue Carry = Op.getOperand(2); in LowerADDSUBCARRY() local
14533 SDValue Carry = in PerformCMOVCombine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3638 static bool isAddCarryChain(SDValue Carry) { in isAddCarryChain()
3644 static bool isSubBorrowChain(SDValue Carry) { in isSubBorrowChain()
3663 SDValue Carry = Op.getOperand(2); in lowerADDSUBCARRY() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp721 uint64_t Carry = 0; in lshrNear() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2918 SDValue Carry = Hi.getValue(1); in LowerADDC_ADDE_SUBC_SUBE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp3445 MachineInstrBuilder Carry = B.buildZExt(NarrowTy, Uaddo.getReg(1)); in multiplyRegisters() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp997 bool Carry = NonDemandedBits & ~Sum & (1ULL << (EltSize - 1)); in optimizeLogicalImm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp21940 SDValue Carry = Op.getOperand(2); in LowerSETCCCARRY() local
28121 SDValue Carry = Op.getOperand(2); in LowerADDSUBCARRY() local
38605 SDValue Carry = EFLAGS.getOperand(0); in combineCarryThroughADD() local