Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:PointerTy

397       MVT PointerTy = getTargetLowering()->getPointerTy();
401 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
403 dl, PointerTy,
413 SDValue TargetConstOff = CurDAG->getTargetConstant(Offset, PointerTy);
780 MVT PointerTy = getTargetLowering()->getPointerTy();
784 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
786 dl, PointerTy,
797 CurDAG->getTargetConstant(Offset,PointerTy),