Searched refs:XTy (Results 1 – 5 of 5) sorted by relevance
4255 Type *XTy = X.Var->getType(); in createAtomicRead() local4256 assert(XTy->isPointerTy() && "OMP Atomic expects a pointer to target memory"); in createAtomicRead()4271 unsigned Addrspace = cast<PointerType>(XTy)->getAddressSpace(); in createAtomicRead()4297 Type *XTy = X.Var->getType(); in createAtomicWrite() local4298 assert(XTy->isPointerTy() && "OMP Atomic expects a pointer to target memory"); in createAtomicWrite()4309 unsigned Addrspace = cast<PointerType>(XTy)->getAddressSpace(); in createAtomicWrite()4333 Type *XTy = X.Var->getType(); in createAtomicUpdate()4334 assert(XTy->isPointerTy() && in createAtomicUpdate()4507 Type *XTy = X.Var->getType(); in createAtomicCapture()4508 assert(XTy->isPointerTy() && in createAtomicCapture()
1601 Type *XTy = X->getType(); in visitSExt() local1602 unsigned XBitSize = XTy->getScalarSizeInBits(); in visitSExt()1603 Constant *ShlAmtC = ConstantInt::get(XTy, XBitSize - SrcBitSize); in visitSExt()1604 Constant *AshrAmtC = ConstantInt::get(XTy, XBitSize - 1); in visitSExt()1605 if (XTy == DestTy) in visitSExt()
1242 Type *XTy; in foldSignBitTest() local1246 XTy = X->getType(); in foldSignBitTest()1247 unsigned XBitWidth = XTy->getScalarSizeInBits(); in foldSignBitTest()1255 XTy = X->getType(); in foldSignBitTest()1262 X, ConstantInt::getNullValue(XTy)); in foldSignBitTest()4860 Type *XTy = X->getType(), *YTy = Y->getType(); in foldICmpWithZextOrSext() local4861 if (XTy != YTy) { in foldICmpWithZextOrSext()4868 if (XTy->getScalarSizeInBits() < YTy->getScalarSizeInBits()) in foldICmpWithZextOrSext()4871 Y = Builder.CreateCast(CastOpcode, Y, XTy); in foldICmpWithZextOrSext()5630 Type *XTy = X->getType(); in foldICmpUsingKnownBits() local[all …]
1183 Type *XTy = X->getType(); in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() local1184 bool HadTrunc = I.getType() != XTy; in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract()
2751 LLT XTy = MRI.getType(X); in matchHoistLogicOpWithSameOpcodeHands() local2753 if (XTy != YTy) in matchHoistLogicOpWithSameOpcodeHands()2755 if (!isLegalOrBeforeLegalizer({LogicOpcode, {XTy, YTy}})) in matchHoistLogicOpWithSameOpcodeHands()2785 auto NewLogicDst = MRI.createGenericVirtualRegister(XTy); in matchHoistLogicOpWithSameOpcodeHands()