Searched refs:XTy (Results 1 – 4 of 4) sorted by relevance
2313 Type *XTy = X.Var->getType(); in createAtomicRead() local2314 assert(XTy->isPointerTy() && "OMP Atomic expects a pointer to target memory"); in createAtomicRead()2315 Type *XElemTy = XTy->getPointerElementType(); in createAtomicRead()2329 unsigned Addrspace = cast<PointerType>(XTy)->getAddressSpace(); in createAtomicRead()2355 Type *XTy = X.Var->getType(); in createAtomicWrite() local2356 assert(XTy->isPointerTy() && "OMP Atomic expects a pointer to target memory"); in createAtomicWrite()2357 Type *XElemTy = XTy->getPointerElementType(); in createAtomicWrite()2367 unsigned Addrspace = cast<PointerType>(XTy)->getAddressSpace(); in createAtomicWrite()2391 Type *XTy = X.Var->getType(); in createAtomicUpdate() local2392 assert(XTy->isPointerTy() && "OMP Atomic expects a pointer to target memory"); in createAtomicUpdate()[all …]
1332 Type *XTy; in foldSignBitTest() local1336 XTy = X->getType(); in foldSignBitTest()1337 unsigned XBitWidth = XTy->getScalarSizeInBits(); in foldSignBitTest()1345 XTy = X->getType(); in foldSignBitTest()1352 X, ConstantInt::getNullValue(XTy)); in foldSignBitTest()4431 Type *XTy = X->getType(), *YTy = Y->getType(); in foldICmpWithZextOrSext() local4432 if (XTy != YTy) { in foldICmpWithZextOrSext()4437 if (XTy->getScalarSizeInBits() < YTy->getScalarSizeInBits()) in foldICmpWithZextOrSext()4439 else if (YTy->getScalarSizeInBits() < XTy->getScalarSizeInBits()) in foldICmpWithZextOrSext()4440 Y = Builder.CreateCast(CastOp0->getOpcode(), Y, XTy); in foldICmpWithZextOrSext()[all …]
1171 Type *XTy = X->getType(); in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() local1172 bool HadTrunc = I.getType() != XTy; in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract()
2900 LLT XTy = MRI.getType(X); in matchHoistLogicOpWithSameOpcodeHands() local2902 if (XTy != YTy) in matchHoistLogicOpWithSameOpcodeHands()2904 if (!isLegalOrBeforeLegalizer({LogicOpcode, {XTy, YTy}})) in matchHoistLogicOpWithSameOpcodeHands()2934 auto NewLogicDst = MRI.createGenericVirtualRegister(XTy); in matchHoistLogicOpWithSameOpcodeHands()