Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp173 SDValue MulRHS = N->getOperand(1); in Select() local
176 MulLHS, MulRHS); in Select()
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp370 SDValue MulRHS = N->getOperand(1); in Select() local
373 CurDAG->getMachineNode(Opcode, dl, MVT::i32, MVT::i32, MulLHS, MulRHS); in Select()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1176 const Value *MulRHS = cast<MulOperator>(RHS)->getOperand(1); in emitAddSub() local
1180 std::swap(MulLHS, MulRHS); in emitAddSub()
1182 assert(isa<ConstantInt>(MulRHS) && "Expected a ConstantInt."); in emitAddSub()
1183 uint64_t ShiftVal = cast<ConstantInt>(MulRHS)->getValue().logBase2(); in emitAddSub()
1554 const Value *MulRHS = cast<MulOperator>(RHS)->getOperand(1); in emitLogicalOp() local
1558 std::swap(MulLHS, MulRHS); in emitLogicalOp()
1560 assert(isa<ConstantInt>(MulRHS) && "Expected a ConstantInt."); in emitLogicalOp()
1561 uint64_t ShiftVal = cast<ConstantInt>(MulRHS)->getValue().logBase2(); in emitLogicalOp()