Lines Matching refs:BaseOp
4253 unsigned BaseOp = 0; in lowerXALUO() local
4259 BaseOp = ISD::ADD; in lowerXALUO()
4263 BaseOp = ISD::SUB; in lowerXALUO()
4268 SDValue Result = DAG.getNode(BaseOp, DL, MVT::i128, LHS, RHS); in lowerXALUO()
4279 unsigned BaseOp = 0; in lowerXALUO() local
4286 BaseOp = SystemZISD::SADDO; in lowerXALUO()
4291 BaseOp = SystemZISD::SSUBO; in lowerXALUO()
4296 BaseOp = SystemZISD::UADDO; in lowerXALUO()
4301 BaseOp = SystemZISD::USUBO; in lowerXALUO()
4308 SDValue Result = DAG.getNode(BaseOp, DL, VTs, LHS, RHS); in lowerXALUO()
4346 unsigned BaseOp = 0; in lowerUADDSUBO_CARRY() local
4352 BaseOp = SystemZISD::VAC; in lowerUADDSUBO_CARRY()
4356 BaseOp = SystemZISD::VSBI; in lowerUADDSUBO_CARRY()
4365 SDValue Result = DAG.getNode(BaseOp, DL, MVT::i128, LHS, RHS, Carry); in lowerUADDSUBO_CARRY()
4376 unsigned BaseOp = 0; in lowerUADDSUBO_CARRY() local
4386 BaseOp = SystemZISD::ADDCARRY; in lowerUADDSUBO_CARRY()
4394 BaseOp = SystemZISD::SUBCARRY; in lowerUADDSUBO_CARRY()
4406 SDValue Result = DAG.getNode(BaseOp, DL, VTs, LHS, RHS, Carry); in lowerUADDSUBO_CARRY()