Searched refs:Vec32 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 409 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl,
|
| H A D | HexagonISelLowering.cpp | 2880 HexagonTargetLowering::expandPredicate(SDValue Vec32, const SDLoc &dl, in expandPredicate() argument 2882 assert(ty(Vec32).getSizeInBits() == 32); in expandPredicate() 2883 if (isUndef(Vec32)) in expandPredicate() 2885 SDValue P = DAG.getBitcast(MVT::v4i8, Vec32); in expandPredicate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 2911 LLT Vec32 = LLT::fixed_vector(2 * SrcTy.getNumElements(), 32); in applyMappingImpl() local 2913 auto CastSrc = B.buildBitcast(Vec32, SrcReg); in applyMappingImpl() 3026 LLT Vec32 = LLT::fixed_vector(2 * VecTy.getNumElements(), 32); in applyMappingImpl() local 3028 auto CastSrc = B.buildBitcast(Vec32, SrcReg); in applyMappingImpl() 3041 auto InsLo = B.buildInsertVectorElement(Vec32, CastSrc, InsRegs[0], IdxLo); in applyMappingImpl() 3042 auto InsHi = B.buildInsertVectorElement(Vec32, InsLo, InsRegs[1], IdxHi); in applyMappingImpl()
|