Home
last modified time | relevance | path

Searched refs:CarryOp1 (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp38617 SDValue CarryOp1 = Carry.getOperand(1); in combineCarryThroughADD() local
38619 return CarryOp1; in combineCarryThroughADD()
38627 if (CarryOp1.getOpcode() == X86ISD::SUB && in combineCarryThroughADD()
38628 CarryOp1.getNode()->hasOneUse() && in combineCarryThroughADD()
38629 CarryOp1.getValueType().isInteger() && in combineCarryThroughADD()
38630 !isa<ConstantSDNode>(CarryOp1.getOperand(1))) { in combineCarryThroughADD()
38632 DAG.getNode(X86ISD::SUB, SDLoc(CarryOp1), CarryOp1->getVTList(), in combineCarryThroughADD()
38633 CarryOp1.getOperand(1), CarryOp1.getOperand(0)); in combineCarryThroughADD()
38634 return SDValue(SubCommute.getNode(), CarryOp1.getResNo()); in combineCarryThroughADD()
38640 CarryOp1.getOpcode() == X86ISD::ADD && in combineCarryThroughADD()
[all …]