Lines Matching refs:BaseOp
4278 unsigned BaseOp = 0; in lowerXALUO() local
4284 BaseOp = ISD::ADD; in lowerXALUO()
4288 BaseOp = ISD::SUB; in lowerXALUO()
4293 SDValue Result = DAG.getNode(BaseOp, DL, MVT::i128, LHS, RHS); in lowerXALUO()
4304 unsigned BaseOp = 0; in lowerXALUO() local
4311 BaseOp = SystemZISD::SADDO; in lowerXALUO()
4316 BaseOp = SystemZISD::SSUBO; in lowerXALUO()
4321 BaseOp = SystemZISD::UADDO; in lowerXALUO()
4326 BaseOp = SystemZISD::USUBO; in lowerXALUO()
4333 SDValue Result = DAG.getNode(BaseOp, DL, VTs, LHS, RHS); in lowerXALUO()
4371 unsigned BaseOp = 0; in lowerUADDSUBO_CARRY() local
4377 BaseOp = SystemZISD::VAC; in lowerUADDSUBO_CARRY()
4381 BaseOp = SystemZISD::VSBI; in lowerUADDSUBO_CARRY()
4390 SDValue Result = DAG.getNode(BaseOp, DL, MVT::i128, LHS, RHS, Carry); in lowerUADDSUBO_CARRY()
4401 unsigned BaseOp = 0; in lowerUADDSUBO_CARRY() local
4411 BaseOp = SystemZISD::ADDCARRY; in lowerUADDSUBO_CARRY()
4419 BaseOp = SystemZISD::SUBCARRY; in lowerUADDSUBO_CARRY()
4431 SDValue Result = DAG.getNode(BaseOp, DL, VTs, LHS, RHS, Carry); in lowerUADDSUBO_CARRY()