Lines Matching refs:Index
247 SDValue &Index);
251 SDValue &Index);
263 SDValue &Index);
315 \arg Index The base address index
319 SDValue &Index) {
329 Index = Zero;
352 Index = Zero;
360 Index = Zero;
385 \arg Index Base address index
390 \return true if \a N is a D-form address with \a Base and \a Index set
395 SDValue &Index) {
396 return DFormAddressPredicate(Op, N, Base, Index,
403 SDValue &Index, int minOffset,
409 // Stack frame index must be less than 512 (divided by 16):
416 Index = CurDAG->getTargetFrameIndex(FI, PtrTy);
427 Index = N;
438 << " frame index = " << FI << "\n");
442 Index = CurDAG->getTargetFrameIndex(FI, PtrTy);
447 Index = Op0;
459 << " frame index = " << FI << "\n");
463 Index = CurDAG->getTargetFrameIndex(FI, PtrTy);
468 Index = Op1;
481 Index = N;
499 Index = idxOp;
505 Index = N;
509 Index = N;
528 Index = N;
534 Index = N.getOperand(1);
536 Index = N;
539 Base = CurDAG->getTargetConstant(0, Index.getValueType());
551 \arg Index The offset/index operand
554 false. Otherwise, creates two operands, Base and Index that will become the
559 SDValue &Index) {
560 if (!SelectAFormAddr(Op, N, Base, Index)
561 && !SelectDFormAddr(Op, N, Base, Index)) {
565 Index = N.getOperand(0);