Lines Matching refs:Index
89 /// insertion index for the INSERT_VECTOR_ELT instruction. In this case, it
639 /// insertion index for the INSERT_VECTOR_ELT instruction. In this case, it
671 // Add the offset to the index.
1726 // Add the offset to the index.
1768 // Add the offset to the index.
2417 // Get the stack frame index of a 8 byte buffer.
3634 SDValue Index = Node->getOperand(2);
3642 Index = DAG.getNode(ISD::MUL, dl, PTy,
3643 Index, DAG.getConstant(EntrySize, PTy));
3644 SDValue Addr = DAG.getNode(ISD::ADD, dl, PTy, Index, Table);
3653 // BRIND(load(Jumptable + index) + RelocBase)