Searched refs:getHvxTy (Results 1 – 1 of 1) sorted by relevance
105 VectorType *getHvxTy(Type *ElemTy, bool Pair = false) const;424 HvxI32Ty = HVC.getHvxTy(Int32Ty, /*Pair=*/false); in HvxIdioms()425 HvxP32Ty = HVC.getHvxTy(Int32Ty, /*Pair=*/true); in HvxIdioms()2007 Type *HvxI16Ty = HVC.getHvxTy(HVC.getIntTy(16), /*Pair=*/false); in createMulH16()2017 Type *HvxP16Ty = HVC.getHvxTy(HVC.getIntTy(16), /*Pair=*/true); in createMulH16()2226 auto HexagonVectorCombine::getHvxTy(Type *ElemTy, bool Pair) const in getHvxTy() function in HexagonVectorCombine