Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h409 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl,
H A DHexagonISelLowering.cpp2880 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 DAMDGPURegisterBankInfo.cpp2911 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()