Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp369 SDValue MulLHS = N->getOperand(0); in Select() local
373 CurDAG->getMachineNode(Opcode, dl, MVT::i32, MVT::i32, MulLHS, MulRHS); in Select()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1183 const Value *MulLHS = cast<MulOperator>(RHS)->getOperand(0); in emitAddSub() local
1186 if (const auto *C = dyn_cast<ConstantInt>(MulLHS)) in emitAddSub()
1188 std::swap(MulLHS, MulRHS); in emitAddSub()
1192 unsigned RHSReg = getRegForValue(MulLHS); in emitAddSub()
1195 bool RHSIsKill = hasTrivialKill(MulLHS); in emitAddSub()
1561 const Value *MulLHS = cast<MulOperator>(RHS)->getOperand(0); in emitLogicalOp() local
1564 if (const auto *C = dyn_cast<ConstantInt>(MulLHS)) in emitLogicalOp()
1566 std::swap(MulLHS, MulRHS); in emitLogicalOp()
1571 unsigned RHSReg = getRegForValue(MulLHS); in emitLogicalOp()
1574 bool RHSIsKill = hasTrivialKill(MulLHS); in emitLogicalOp()