Lines Matching refs:getPointerTy
285 DAG.getTargetConstant(1, DL, TLI.getPointerTy(DAG.getDataLayout()))); in getCopyFromParts()
1545 TLI.getPointerTy(DAG.getDataLayout(), AS)); in getValueImpl()
2037 Flags, /*vt=*/TLI.getPointerTy(DL), /*argvt=*/EVT(TLI.getPointerTy(DL)), in visitRet()
2043 EVT(TLI.getPointerTy(DL)))); in visitRet()
2552 EVT PTy = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout()); in visitJumpTable()
2581 SwitchOp = DAG.getZExtOrTrunc(Sub, dl, TLI.getPointerTy(DAG.getDataLayout())); in visitJumpTableHeader()
2584 FuncInfo.CreateReg(TLI.getPointerTy(DAG.getDataLayout())); in visitJumpTableHeader()
2623 EVT PtrTy = TLI.getPointerTy(DAG.getDataLayout()); in getLoadStackGuard()
2653 EVT PtrTy = TLI.getPointerTy(DAG.getDataLayout()); in visitSPDescriptorParent()
2792 VT = TLI.getPointerTy(DAG.getDataLayout()); in visitBitTestHeader()
2935 TLI.getPointerTy(DAG.getDataLayout()))); in visitInvoke()
3051 TLI.getPointerTy(DAG.getDataLayout())), in visitLandingPad()
3054 Ops[0] = DAG.getConstant(0, dl, TLI.getPointerTy(DAG.getDataLayout())); in visitLandingPad()
3059 TLI.getPointerTy(DAG.getDataLayout())), in visitLandingPad()
3430 0, dl, TLI.getPointerTy(DAG.getDataLayout())))); in visitFPTrunc()
3975 MVT PtrTy = TLI.getPointerTy(DAG.getDataLayout(), AS); in visitGetElementPtr()
4003 EVT IntPtr = TLI.getPointerTy(DAG.getDataLayout(), DL.getAllocaAddrSpace()); in visitAlloca()
4382 EVT VT = EVT::getVectorVT(*DAG.getContext(), TLI.getPointerTy(DL), NumElts); in getUniformBase()
4385 Scale = DAG.getTargetConstant(1, SDB->getCurSDLoc(), TLI.getPointerTy(DL)); in getUniformBase()
4415 DAG.getTargetConstant(ScaleVal, SDB->getCurSDLoc(), TLI.getPointerTy(DL)); in getUniformBase()
4446 Base = DAG.getConstant(0, sdl, TLI.getPointerTy(DAG.getDataLayout())); in visitMaskedScatter()
4449 Scale = DAG.getTargetConstant(1, sdl, TLI.getPointerTy(DAG.getDataLayout())); in visitMaskedScatter()
4554 Base = DAG.getConstant(0, sdl, TLI.getPointerTy(DAG.getDataLayout())); in visitMaskedGather()
4557 Scale = DAG.getTargetConstant(1, sdl, TLI.getPointerTy(DAG.getDataLayout())); in visitMaskedGather()
4791 TLI.getPointerTy(DAG.getDataLayout()))); in visitTargetIntrinsic()
5769 DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout())); in lowerCallToExternalSymbol()
6022 DAG.getVTList(TLI.getPointerTy(DAG.getDataLayout()), MVT::Other), Ops); in visitIntrinsicCall()
6172 TLI.getPointerTy(DAG.getDataLayout()), in visitIntrinsicCall()
6375 TLI.getPointerTy(DAG.getDataLayout()))); in visitIntrinsicCall()
6736 TLI.getPointerTy(DAG.getDataLayout()), in visitIntrinsicCall()
6800 TLI.getPointerTy(DAG.getDataLayout())), in visitIntrinsicCall()
7005 MVT PtrVT = TLI.getPointerTy(DAG.getDataLayout()); in visitIntrinsicCall()
7347 DAG.getTargetConstant(0, sdl, TLI.getPointerTy(DAG.getDataLayout()))); in visitConstrainedFPIntrinsic()
7429 Base = DAG.getConstant(0, DL, TLI.getPointerTy(DAG.getDataLayout())); in visitVPLoadGather()
7433 DAG.getTargetConstant(1, DL, TLI.getPointerTy(DAG.getDataLayout())); in visitVPLoadGather()
7486 Base = DAG.getConstant(0, DL, TLI.getPointerTy(DAG.getDataLayout())); in visitVPStoreScatter()
7490 DAG.getTargetConstant(1, DL, TLI.getPointerTy(DAG.getDataLayout())); in visitVPStoreScatter()
7790 EVT(TLI.getPointerTy(DL))); in LowerCallTo()
8474 cast<Constant>(OpVal), TLI.getPointerTy(DAG.getDataLayout())); in getAddressForMemoryInput()
8788 ExtraInfo.get(), getCurSDLoc(), TLI.getPointerTy(DAG.getDataLayout()))); in visitInlineAsm()
8924 OpFlag, getCurSDLoc(), TLI.getPointerTy(DAG.getDataLayout()))); in visitInlineAsm()
8957 ResOpType, getCurSDLoc(), TLI.getPointerTy(DAG.getDataLayout()))); in visitInlineAsm()
8968 TLI.getPointerTy(DAG.getDataLayout()) && in visitInlineAsm()
9745 MyFlags.VT = getPointerTy(DL); in LowerCallTo()
9746 MyFlags.ArgVT = EVT(getPointerTy(DL)); in LowerCallTo()