Searched defs:NewEltSize (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGenTypes/ | ||
H A D | LowLevelType.h | 221 return isVector() ? LLT::vector(getElementCount(), NewEltSize) in changeElementSize() argument |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | LegalizerHelper.cpp | 3185 getBitcastWiderVectorElementOffset(MachineIRBuilder & B,Register Idx,unsigned NewEltSize,unsigned OldEltSize) getBitcastWiderVectorElementOffset() argument |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 304 isVectorShrinkable(const SDNode * N,unsigned NewEltSize,bool Signed) isVectorShrinkable() argument |