Searched refs:isByteSized (Results 1 – 16 of 16) sorted by relevance
155 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()262 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()472 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
1700 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) { in SplitVecRes_LOAD()2732 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) in SplitVecOp_STORE()4020 if (!LD->getMemoryVT().isByteSized()) { in WidenVecRes_LOAD()4877 if (!ST->getMemoryVT().getScalarType().isByteSized()) in WidenVecOp_STORE()
1619 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()1979 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
516 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()3188 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()4527 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
7315 if (!SrcEltVT.isByteSized()) { in scalarizeVectorLoad()7358 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()7409 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
1515 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
1234 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()18390 if (!VecEltVT.isByteSized()) in scalarizeExtractedVectorLoad()20134 if (!VT.isByteSized()) in narrowExtractedVectorLoad()
161 bool isByteSized() const { return (getSizeInBits() & 7) == 0; } in isByteSized() function
1041 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
210 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
687 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
6242 if (!EltTy.isByteSized()) { // Not implemented. in lowerExtractInsertVectorElt()
2850 if (!VT.isByteSized()) in shouldCombineMemoryType()
10215 EltVT.isByteSized() && in performExtractVectorEltCombine()
13693 if (!N->getValueType(0).getVectorElementType().isByteSized()) in combineBVOfConsecutiveLoads()
7724 if (!SrcVT.getScalarType().isByteSized()) in getFauxShuffleMask()