Searched refs:isByteSized (Results 1 – 15 of 15) sorted by relevance
117 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()216 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()401 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
1147 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()1452 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
289 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()1783 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()2665 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
1905 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in ExpandFCOPYSIGN()
713 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
161 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()271 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()485 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
504 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) { in ExpandLoad()
1386 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()1707 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
353 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()2061 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()3053 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
3161 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()
1396 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
983 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
183 bool isByteSized() const { in isByteSized() function
519 bool isByteSized() const { in isByteSized() function
2177 if (!VT.isByteSized()) in shouldCombineMemoryType()