Home
last modified time | relevance | path

Searched refs:NewEltSize (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h133 LLT changeElementSize(unsigned NewEltSize) const { in changeElementSize() argument
136 return isVector() ? LLT::vector(getNumElements(), NewEltSize) in changeElementSize()
137 : LLT::scalar(NewEltSize); in changeElementSize()
/external/llvm-project/llvm/include/llvm/Support/
DLowLevelTypeImpl.h134 LLT changeElementSize(unsigned NewEltSize) const { in changeElementSize() argument
137 return isVector() ? LLT::vector(getNumElements(), NewEltSize) in changeElementSize()
138 : LLT::scalar(NewEltSize); in changeElementSize()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp2423 unsigned NewEltSize, in getBitcastWiderVectorElementOffset() argument
2425 const unsigned Log2EltRatio = Log2_32(NewEltSize / OldEltSize); in getBitcastWiderVectorElementOffset()
2461 const unsigned NewEltSize = NewEltTy.getSizeInBits(); in bitcastExtractVectorElt() local
2500 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() local
2605 if (NewEltSize % OldEltSize != 0) in bitcastInsertVectorElt()
2611 if (!isPowerOf2_32(NewEltSize / OldEltSize)) in bitcastInsertVectorElt()
[all …]