Searched refs:isByteSized (Results 1 – 17 of 17) sorted by relevance
155 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()260 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()469 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
1843 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) { in SplitVecRes_LOAD()3587 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) in SplitVecOp_STORE()5100 if (!LD->getMemoryVT().isByteSized()) { in WidenVecRes_LOAD()6189 if (!ST->getMemoryVT().getScalarType().isByteSized()) in WidenVecOp_STORE()
1646 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()2006 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
550 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()3606 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()5171 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
8891 if (!SrcEltVT.isByteSized()) { in scalarizeVectorLoad()8934 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()8985 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
1562 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
1313 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()20390 if (!VecEltVT.isByteSized()) in scalarizeExtractedVectorLoad()22642 if (!VT.isByteSized()) in narrowExtractedVectorLoad()
194 return !MemTy.isByteSized() || !isPowerOf2_32(MemTy.getSizeInBytes()); in memSizeNotByteSizePow2()
372 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
6688 if (!EltTy.isByteSized()) { // Not implemented. in lowerExtractInsertVectorElt()
215 bool isByteSized() const { in isByteSized() function
229 constexpr bool isByteSized() const { in isByteSized() function
1171 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
2963 if (!VT.isByteSized()) in shouldCombineMemoryType()
10870 if (isa<MemSDNode>(Vec) && VecEltSize <= 16 && VecEltVT.isByteSized() && in performExtractVectorEltCombine()
14244 if (!N->getValueType(0).getVectorElementType().isByteSized()) in combineBVOfConsecutiveLoads()
8507 if (!SrcVT.getScalarType().isByteSized()) in getFauxShuffleMask()