Lines Matching refs:PtrTy
764 const LLT PtrTy = getLLTForType(*PtrIRTy, *DL); in emitJumpTable() local
766 auto Table = MIB.buildJumpTable(PtrTy, JT.JTI); in emitJumpTable()
1012 const LLT PtrTy = getLLTForType(*PtrIRTy, *DL); in emitBitTestHeader() local
1015 if (MaskTy.getSizeInBits() > PtrTy.getSizeInBits() || in emitBitTestHeader()
1017 MaskTy = LLT::scalar(PtrTy.getSizeInBits()); in emitBitTestHeader()
1024 MaskTy = LLT::scalar(PtrTy.getSizeInBits()); in emitBitTestHeader()
1489 LLT PtrTy = getLLTForType(*PtrIRTy, *DL); in translateGetElementPtr() local
1508 if (WantSplatVector && !PtrTy.isVector()) { in translateGetElementPtr()
1511 .buildSplatVector(LLT::fixed_vector(VectorWidth, PtrTy), BaseReg) in translateGetElementPtr()
1514 PtrTy = getLLTForType(*PtrIRTy, *DL); in translateGetElementPtr()
1539 BaseReg = MIRBuilder.buildPtrAdd(PtrTy, BaseReg, OffsetMIB.getReg(0)) in translateGetElementPtr()
1566 BaseReg = MIRBuilder.buildPtrAdd(PtrTy, BaseReg, GepOffsetReg).getReg(0); in translateGetElementPtr()
1685 LLT PtrTy = LLT::pointer(AddrSpace, DL->getPointerSizeInBits(AddrSpace)); in getStackGuard() local
1691 MPInfo, Flags, PtrTy, DL->getPointerABIAlignment(AddrSpace)); in getStackGuard()
2120 LLT PtrTy = getLLTForType(*CI.getArgOperand(0)->getType(), *DL); in translateKnownIntrinsic() local
2123 GuardVal = MRI->createGenericVirtualRegister(PtrTy); in translateKnownIntrinsic()
2137 PtrTy, Align(8))); in translateKnownIntrinsic()
2182 LLT PtrTy = getLLTForType(*CI.getArgOperand(0)->getType(), *DL); in translateKnownIntrinsic() local
2183 Register Undef = MRI->createGenericVirtualRegister(PtrTy); in translateKnownIntrinsic()
3208 const LLT PtrTy = getLLTForType(*PtrIRTy, *DL); in emitSPDescriptorParent() local
3215 Register StackSlotPtr = CurBuilder->buildFrameIndex(PtrTy, FI).getReg(0); in emitSPDescriptorParent()
3270 MRI->createGenericVirtualRegister(LLT::scalar(PtrTy.getSizeInBits())); in emitSPDescriptorParent()