Lines Matching refs:getPointerTy
216 SDValue Val = DAG.getCopyFromReg(Chain, DL, Reg, getPointerTy());
219 RetOps.push_back(DAG.getRegister(SP::I0, getPointerTy()));
418 getPointerTy());
429 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy());
436 SDValue FIPtr2 = DAG.getFrameIndex(FI2, getPointerTy());
452 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy());
601 DAG.getFrameIndex(FI, getPointerTy()),
631 DAG.getFrameIndex(FI, getPointerTy()),
695 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy());
1070 SDValue StackPtr = DAG.getRegister(SP::O6, getPointerTy());
1076 PtrOff = DAG.getNode(ISD::ADD, DL, getPointerTy(), StackPtr, PtrOff);
1103 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), DL, getPointerTy());
1105 Callee = DAG.getTargetExternalSymbol(E->getSymbol(), getPointerTy());
1258 setOperationAction(ISD::GlobalAddress, getPointerTy(), Custom);
1259 setOperationAction(ISD::GlobalTLSAddress, getPointerTy(), Custom);
1260 setOperationAction(ISD::ConstantPool, getPointerTy(), Custom);
1261 setOperationAction(ISD::BlockAddress, getPointerTy(), Custom);
1500 EVT VT = getPointerTy();
1637 DAG.getNode(ISD::ADD, DL, TLI.getPointerTy(),
1638 DAG.getRegister(SP::I6, TLI.getPointerTy()),
1738 TLI.getRegClassFor(TLI.getPointerTy()));