Searched refs:FixedVectorType (Results 1 – 6 of 6) sorted by relevance
177 …return cast<FixedVectorType>(pVTy)->getNumElements() * pVTy->getElementType()->getPrimitiveSizeInB… in getBitWidth()326 uint32_t numElem = cast<FixedVectorType>(vi1Mask->getType())->getNumElements(); in VectorMask()517 uint32_t numElem = cast<FixedVectorType>(v32A->getType())->getNumElements(); in VPERM_EMU()546 FixedVectorType* pVectorType = cast<FixedVectorType>(vSrc->getType()); in VGATHER_EMU()623 if (cast<FixedVectorType>(vSrc->getType())->getElementType() == B->mDoubleTy) in VGATHER_EMU()632 uint32_t numElem = cast<FixedVectorType>(v64Mask->getType())->getNumElements(); in VGATHER_EMU()651 … uint32_t numElemSrc0 = cast<FixedVectorType>(src0->getType())->getNumElements(); in VGATHER_EMU()652 … uint32_t numElemMask0 = cast<FixedVectorType>(mask0->getType())->getNumElements(); in VGATHER_EMU()653 … uint32_t numElemSrc1 = cast<FixedVectorType>(src1->getType())->getNumElements(); in VGATHER_EMU()654 … uint32_t numElemMask1 = cast<FixedVectorType>(mask1->getType())->getNumElements(); in VGATHER_EMU()[all …]
128 return ::llvm::isa<::llvm::FixedVectorType>(type); in is_fixed_vector()138 return ::llvm::cast<::llvm::FixedVectorType>(type)->getNumElements(); in get_fixed_vector_elements()
50 #define VEC_GET_NUM_ELEMS cast<FixedVectorType>(a->getType())->getNumElements()
396 FixedVectorType* pVectorType = cast<FixedVectorType>(pType); in PRINT()581 FixedVectorType* pVectorType = cast<FixedVectorType>(mask->getType()); in VMOVMSK()630 uint32_t numElms = cast<FixedVectorType>(cB->getType())->getNumElements(); in PSHUFB()701 uint32_t numElems = cast<FixedVectorType>(a->getType())->getNumElements(); in CVTPH2PS()
385 FixedVectorType* pVecTy = cast<FixedVectorType>(pTy); in GetDebugVectorType()
61 using FixedVectorType = VectorType; typedef120 llvm::FixedVectorType *dstTy = llvm::cast<llvm::FixedVectorType>(dstType); in lowerPMOV()184 if(llvm::FixedVectorType *vectorTy = llvm::dyn_cast<llvm::FixedVectorType>(ty)) in lowerRCP()208 llvm::FixedVectorType *ty = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerVectorShl()221 llvm::FixedVectorType *ty = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerVectorAShr()234 llvm::FixedVectorType *ty = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerVectorLShr()247 llvm::FixedVectorType *ty = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerMulAdd()271 llvm::FixedVectorType *srcTy = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerPack()307 llvm::FixedVectorType *ty = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerSignMask()324 llvm::FixedVectorType *ty = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerFPSignMask()[all …]