Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp440 SDValue MLAOp1; // Will hold ordinary multiplicand for MLA. in SelectMLAV64LaneV128() local
445 !checkV64LaneV128(Op1.getOperand(0), Op1.getOperand(1), MLAOp1, MLAOp2, in SelectMLAV64LaneV128()
449 !checkV64LaneV128(Op1.getOperand(0), Op1.getOperand(1), MLAOp1, MLAOp2, in SelectMLAV64LaneV128()
456 SDValue Ops[] = { Op0, MLAOp1, MLAOp2, LaneIdxVal }; in SelectMLAV64LaneV128()