Home | History | Annotate | Download | only in ARM

Lines Matching defs:Val1

2540   Ops.push_back(Node->getOperand(2)); // Low part of Val1
2541 Ops.push_back(Node->getOperand(3)); // High part of Val1
3135 SDValue Val1 = N->getOperand(3);
3143 Chain = CurDAG->getCopyToReg(Chain, dl, ARM::R3, Val1, Chain.getValue(1));
3149 Val1 = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), dl,
3161 Ops.push_back(Val1);