Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:PointerTy

348       MVT PointerTy = TLI.getPointerTy();
352 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
354 dl, PointerTy,
364 SDValue TargetConstOff = CurDAG->getTargetConstant(Offset, PointerTy);
722 MVT PointerTy = TLI.getPointerTy();
726 CurDAG->getTargetGlobalAddress(GV, dl, PointerTy, 0);
728 dl, PointerTy,
739 CurDAG->getTargetConstant(Offset,PointerTy),