Searched refs:Vec32 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 2861 LLT Vec32 = LLT::fixed_vector(2 * SrcTy.getNumElements(), 32); in applyMappingImpl() local 2863 auto CastSrc = B.buildBitcast(Vec32, SrcReg); in applyMappingImpl() 2976 LLT Vec32 = LLT::fixed_vector(2 * VecTy.getNumElements(), 32); in applyMappingImpl() local 2978 auto CastSrc = B.buildBitcast(Vec32, SrcReg); in applyMappingImpl() 2991 auto InsLo = B.buildInsertVectorElement(Vec32, CastSrc, InsRegs[0], IdxLo); in applyMappingImpl() 2992 auto InsHi = B.buildInsertVectorElement(Vec32, InsLo, InsRegs[1], IdxHi); in applyMappingImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 392 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl,
|
H A D | HexagonISelLowering.cpp | 2858 HexagonTargetLowering::expandPredicate(SDValue Vec32, const SDLoc &dl, in expandPredicate() argument 2860 assert(ty(Vec32).getSizeInBits() == 32); in expandPredicate() 2861 if (isUndef(Vec32)) in expandPredicate() 2863 SDValue P = DAG.getBitcast(MVT::v4i8, Vec32); in expandPredicate()
|