Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2650 LLT Vec32 = LLT::vector(2 * SrcTy.getNumElements(), 32); in applyMappingImpl() local
2652 auto CastSrc = B.buildBitcast(Vec32, SrcReg); in applyMappingImpl()
2767 LLT Vec32 = LLT::vector(2 * VecTy.getNumElements(), 32); in applyMappingImpl() local
2770 auto CastSrc = B.buildBitcast(Vec32, SrcReg); in applyMappingImpl()
2783 auto InsLo = B.buildInsertVectorElement(Vec32, CastSrc, InsRegs[0], IdxLo); in applyMappingImpl()
2784 auto InsHi = B.buildInsertVectorElement(Vec32, InsLo, InsRegs[1], IdxHi); in applyMappingImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h360 SDValue expandPredicate(SDValue Vec32, const SDLoc &dl,
H A DHexagonISelLowering.cpp2666 HexagonTargetLowering::expandPredicate(SDValue Vec32, const SDLoc &dl, in expandPredicate() argument
2668 assert(ty(Vec32).getSizeInBits() == 32); in expandPredicate()
2669 if (isUndef(Vec32)) in expandPredicate()
2671 return getInstr(Hexagon::S2_vsxtbh, dl, MVT::i64, {Vec32}, DAG); in expandPredicate()