/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 292 bool Carry = doesRoundUp(Str[Truncate]); in toString() local
|
H A D | KnownBits.cpp | 51 computeForAddCarry(const KnownBits & LHS,const KnownBits & RHS,const KnownBits & Carry) computeForAddCarry() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 716 SDValue Carry(Lo.getNode(), 1); in ExpandADDSUB() local 1636 SDValue Ops[] = { Carry, Result }; in PerformDAGCombine() local 1551 SDValue Carry = DAG.getConstant(0, dl, VT); PerformDAGCombine() local 1565 SDValue Carry = DAG.getConstant(0, dl, VT); PerformDAGCombine() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 296 Value *Carry = Builder.CreateAnd(Tmp10, One); in generateUnsignedDivisionCode() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelDAGToDAG.cpp | 241 SDNode *Carry = CurDAG->getMachineNode( in selectAddE() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 437 bool Carry = false; in eADD() local
|
H A D | HexagonVectorCombine.cpp | 2070 Value *Carry = nullptr; in createAddLong() local 2110 Value *Carry = nullptr; // no carry-in in createMulLong() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 2211 SDValue Carry = Op.getOperand(2); LowerSETCCCARRY() local 3540 SDValue Carry = CCR.getOperand(0); combineCarryThroughADD() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 2936 bool Carry = (Value & 0x00FFFFFF); alignToARMConstant() local
|
H A D | ARMISelLowering.cpp | 5008 SDValue Carry = DAG.getNode(ARMISD::SUBC, DL, ConvertBooleanCarryToCarryFlag() local 6946 SDValue Carry = Op.getOperand(2); LowerSETCCCARRY() local 9872 SDValue Carry = Op.getOperand(2); LowerUADDSUBO_CARRY() local 18463 SDValue Carry = PerformCMOVCombine() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 2339 SDValue Carry = N->getOperand(2); PromoteIntOp_ADDSUBO_CARRY() local 3307 SDValue Carry; ExpandIntRes_ADDSUB() local 5351 SDValue Carry = N->getOperand(2); ExpandIntOp_SETCCCARRY() local
|
H A D | LegalizeDAG.cpp | 3855 SDValue Carry = Node->getOperand(2); ExpandNode() local
|
H A D | TargetLowering.cpp | 7542 SDValue Carry = Next.getValue(1); expandMUL_LOHI() local 7705 SDValue Carry = DAG.getSetCC(dl, SetCCType, Sum, LL, ISD::SETULT); expandDIVREMByConstant() local
|
H A D | DAGCombiner.cpp | 3224 if (SDValue Carry = getAsCarry(TLI, N1)) visitADDLikeCommutative() local 3373 if (SDValue Carry = getAsCarry(TLI, N1)) visitUADDOLike() local 4139 if (SDValue Carry = getAsCarry(TLI, N0)) { visitSUB() local 12631 SDValue Carry = N->getOperand(2); visitSETCCCARRY() local [all...] |
H A D | SelectionDAG.cpp | 3778 KnownBits Carry(1); computeKnownBits() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 4342 static bool isAddCarryChain(SDValue Carry) { in lowerUADDSUBO_CARRY() local 4317 isAddCarryChain(SDValue Carry) isAddCarryChain() argument 4323 isSubBorrowChain(SDValue Carry) isSubBorrowChain() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 3153 SDValue Ops[2] = { Dst, Carry }; in LowerADDC_ADDE_SUBC_SUBE() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 4920 Register Carry = MI.getOperand(1).getReg(); matchMulOBy0() local 4937 Register Carry = MI.getOperand(1).getReg(); matchAddOBy0() local [all...] |
H A D | LegalizerHelper.cpp | 3753 auto Carry = MIRBuilder.buildICmp(CmpInst::ICMP_ULT, CondTy, TmpRes, LHS); lower() local 5504 MachineInstrBuilder Carry = B.buildZExt(NarrowTy, Uaddo.getReg(1)); multiplyRegisters() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 1624 Register Carry; applyMappingMAD_64_32() local [all...] |
H A D | AMDGPULegalizerInfo.cpp | 3779 using Carry = SmallVector<Register, 2>; buildMultiply() typedef
|
H A D | SIInstrInfo.cpp | 7779 MachineInstr *Carry = splitScalarSMulU64() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 721 EmitOverflowIntrinsic(CodeGenFunction & CGF,const llvm::Intrinsic::ID IntrinsicID,llvm::Value * X,llvm::Value * Y,llvm::Value * & Carry) EmitOverflowIntrinsic() argument 5068 llvm::Value *Carry; EmitBuiltinExpr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 2018 bool Carry = NonDemandedBits & ~Sum & (1ULL << (EltSize - 1)); optimizeLogicalImm() local 9467 SDValue Carry = Op.getOperand(2); LowerSETCCCARRY() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 23722 SDValue Carry = Op.getOperand(2); LowerSETCCCARRY() local 31383 SDValue Carry = Op.getOperand(2); LowerADDSUBO_CARRY() local 45638 SDValue Carry = EFLAGS.getOperand(0); combineCarryThroughADD() local [all...] |