Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:Index

244                          SDValue &Index);
248 SDValue &Index);
260 SDValue &Index);
312 \arg Index The base address index
316 SDValue &Index) {
326 Index = Zero;
349 Index = Zero;
357 Index = Zero;
382 \arg Index Base address index
387 \return true if \a N is a D-form address with \a Base and \a Index set
392 SDValue &Index) {
393 return DFormAddressPredicate(Op, N, Base, Index,
400 SDValue &Index, int minOffset,
406 // Stack frame index must be less than 512 (divided by 16):
413 Index = CurDAG->getTargetFrameIndex(FI, PtrTy);
424 Index = N;
435 << " frame index = " << FI << "\n");
439 Index = CurDAG->getTargetFrameIndex(FI, PtrTy);
444 Index = Op0;
456 << " frame index = " << FI << "\n");
460 Index = CurDAG->getTargetFrameIndex(FI, PtrTy);
465 Index = Op1;
478 Index = N;
496 Index = idxOp;
502 Index = N;
506 Index = N;
525 Index = N;
531 Index = N.getOperand(1);
533 Index = N;
536 Base = CurDAG->getTargetConstant(0, Index.getValueType());
548 \arg Index The offset/index operand
551 false. Otherwise, creates two operands, Base and Index that will become the
556 SDValue &Index) {
557 if (!SelectAFormAddr(Op, N, Base, Index)
558 && !SelectDFormAddr(Op, N, Base, Index)) {
562 Index = N.getOperand(0);