Home
last modified time | relevance | path

Searched defs:CarryIn (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h598 const SrcOp &CarryIn) { in buildUAdde()
606 const SrcOp &CarryIn) { in buildUSube()
614 const SrcOp &CarryIn) { in buildSAdde()
622 const SrcOp &CarryIn) { in buildSSube()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h631 const SrcOp &CarryIn) { in buildUAdde()
639 const SrcOp &CarryIn) { in buildUSube()
647 const SrcOp &CarryIn) { in buildSAdde()
655 const SrcOp &CarryIn) { in buildSSube()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h621 const SrcOp &CarryIn) { in buildUAdde()
629 const SrcOp &CarryIn) { in buildUSube()
637 const SrcOp &CarryIn) { in buildSAdde()
645 const SrcOp &CarryIn) { in buildSSube()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h621 const SrcOp &CarryIn) { in buildUAdde()
629 const SrcOp &CarryIn) { in buildUSube()
637 const SrcOp &CarryIn) { in buildSAdde()
645 const SrcOp &CarryIn) { in buildSSube()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h621 const SrcOp &CarryIn) { in buildUAdde()
629 const SrcOp &CarryIn) { in buildUSube()
637 const SrcOp &CarryIn) { in buildSAdde()
645 const SrcOp &CarryIn) { in buildSSube()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp362 auto CarryIn = InvertCarryFlag(Subtarget, CurDAG, Dl, Op2); in selectSubCarry() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp876 MachineOperand *CarryIn = TII->getNamedOperand(MISucc, AMDGPU::OpName::src2); in pseudoOpConvertToVOP2() local
H A DAMDGPULegalizerInfo.cpp2926 [&](Register &LocalAccum, const Carry &CarryIn) -> Register { in buildMultiply()
2971 -> Carry { in buildMultiply()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp906 MachineOperand *CarryIn = TII->getNamedOperand(MISucc, AMDGPU::OpName::src2); in pseudoOpConvertToVOP2() local
H A DAMDGPUISelDAGToDAG.cpp1140 SDValue CarryIn = N->getOperand(3); in SelectDIV_FMAS() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp404 const SrcOp &CarryIn) { in buildUAdde()
H A DLegalizerHelper.cpp731 Register CarryIn; in narrowScalar() local
2228 Register CarryIn = MI.getOperand(4).getReg(); in lower() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp535 Value *CarryIn = II.getArgOperand(0); in simplifyX86addcarry() local
H A DX86ISelLowering.cpp54548 SDValue CarryIn = N->getOperand(2); in combineADC() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3049 SDValue CarryIn = N->getOperand(2); in visitADDE() local
3068 SDValue CarryIn = N->getOperand(2); in visitADDCARRY() local
3118 SDValue CarryIn = N->getOperand(2); in visitSADDO_CARRY() local
3280 SDValue CarryIn = Carry1.getOperand(CarryInOperandNum); in combineCarryDiamond() local
3318 SDValue DAGCombiner::visitADDCARRYLike(SDValue N0, SDValue N1, SDValue CarryIn, in visitADDCARRYLike()
3934 SDValue CarryIn = N->getOperand(2); in visitSUBE() local
3946 SDValue CarryIn = N->getOperand(2); in visitSUBCARRY() local
3961 SDValue CarryIn = N->getOperand(2); in visitSSUBO_CARRY() local
H A DTargetLowering.cpp9898 SDValue CarryIn = DAG.getConstant(0, dl, Node->getValueType(1)); in expandUADDSUBO() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2669 SDValue CarryIn = N->getOperand(2); in visitADDE() local
2688 SDValue CarryIn = N->getOperand(2); in visitADDCARRY() local
2863 SDValue CarryIn = Carry1.getOperand(CarryInOperandNum); in combineCarryDiamond() local
2901 SDValue DAGCombiner::visitADDCARRYLike(SDValue N0, SDValue N1, SDValue CarryIn, in visitADDCARRYLike()
3381 SDValue CarryIn = N->getOperand(2); in visitSUBE() local
3393 SDValue CarryIn = N->getOperand(2); in visitSUBCARRY() local
H A DTargetLowering.cpp7402 SDValue CarryIn = DAG.getConstant(0, dl, Node->getValueType(1)); in expandUADDSUBO() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1848 std::optional<Register> CarryIn; in widenScalarAddSubOverflow() local
3400 Register CarryIn = MI.getOperand(4).getReg(); in lower() local
5170 Register CarryDst, CarryIn; in narrowScalarAddSub() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp648 Value *CarryIn = II.getArgOperand(0); in simplifyX86addcarry() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DValueTracking.cpp272 APInt CarryIn(BitWidth, 0); in computeKnownBitsAddSub() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2533 SDValue CarryIn = N->getOperand(FirstInputOp + 2); in SelectMVE_VADCSBC() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2658 SDValue CarryIn = N->getOperand(FirstInputOp + 2); in SelectMVE_VADCSBC() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1824 SDValue CarryIn = N->getOperand(2); in visitADDE() local
1993 SDValue CarryIn = N->getOperand(2); in visitSUBE() local