Searched refs:isByteSized (Results 1 – 11 of 11) sorted by relevance
160 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()265 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()476 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
593 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) { in ExpandLoad()
1440 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()1724 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
397 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()2383 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()3475 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
2193 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) in SplitVecOp_STORE()3920 if (!ST->getMemoryVT().getScalarType().isByteSized()) in WidenVecOp_STORE()
4753 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()4802 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
1453 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
1113 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
212 bool isByteSized() const { in isByteSized() function
2777 if (!VT.isByteSized()) in shouldCombineMemoryType()
8334 EltVT.isByteSized() && in performExtractVectorEltCombine()