Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:PointerTy

308       MVT PointerTy = TLI.getPointerTy();
312 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
314 dl, PointerTy,
324 SDValue TargetConstOff = CurDAG->getTargetConstant(Offset, PointerTy);
682 MVT PointerTy = TLI.getPointerTy();
686 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
688 dl, PointerTy,
699 CurDAG->getTargetConstant(Offset,PointerTy),