Searched refs:NewEltSize (Results 1 – 3 of 3) sorted by relevance
133 LLT changeElementSize(unsigned NewEltSize) const { in changeElementSize() argument136 return isVector() ? LLT::vector(getNumElements(), NewEltSize) in changeElementSize()137 : LLT::scalar(NewEltSize); in changeElementSize()
134 LLT changeElementSize(unsigned NewEltSize) const { in changeElementSize() argument137 return isVector() ? LLT::vector(getNumElements(), NewEltSize) in changeElementSize()138 : LLT::scalar(NewEltSize); in changeElementSize()
2423 unsigned NewEltSize, in getBitcastWiderVectorElementOffset() argument2425 const unsigned Log2EltRatio = Log2_32(NewEltSize / OldEltSize); in getBitcastWiderVectorElementOffset()2461 const unsigned NewEltSize = NewEltTy.getSizeInBits(); in bitcastExtractVectorElt() local2500 if (NewEltSize % OldEltSize != 0) in bitcastExtractVectorElt()2506 if (!isPowerOf2_32(NewEltSize / OldEltSize)) in bitcastExtractVectorElt()2522 const unsigned Log2EltRatio = Log2_32(NewEltSize / OldEltSize); in bitcastExtractVectorElt()2536 MIRBuilder, Idx, NewEltSize, OldEltSize); in bitcastExtractVectorElt()2597 const unsigned NewEltSize = NewEltTy.getSizeInBits(); in bitcastInsertVectorElt() local2605 if (NewEltSize % OldEltSize != 0) in bitcastInsertVectorElt()2611 if (!isPowerOf2_32(NewEltSize / OldEltSize)) in bitcastInsertVectorElt()[all …]