Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h221 return isVector() ? LLT::vector(getElementCount(), NewEltSize) in changeElementSize() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3185 getBitcastWiderVectorElementOffset(MachineIRBuilder & B,Register Idx,unsigned NewEltSize,unsigned OldEltSize) getBitcastWiderVectorElementOffset() argument
3219 const unsigned NewEltSize = NewEltTy.getSizeInBits(); bitcastExtractVectorElt() local
3352 const unsigned NewEltSize = NewEltTy.getSizeInBits(); bitcastInsertVectorElt() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp304 isVectorShrinkable(const SDNode * N,unsigned NewEltSize,bool Signed) isVectorShrinkable() argument