Searched refs:isByteSized (Results 1 – 17 of 17) 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()
1816 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) { in SplitVecRes_LOAD()3370 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) in SplitVecOp_STORE()4825 if (!LD->getMemoryVT().isByteSized()) { in WidenVecRes_LOAD()5829 if (!ST->getMemoryVT().getScalarType().isByteSized()) in WidenVecOp_STORE()
1645 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()2005 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
543 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()3540 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()5047 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
8221 if (!SrcEltVT.isByteSized()) { in scalarizeVectorLoad()8264 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()8315 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
1558 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
1300 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()19658 if (!VecEltVT.isByteSized()) in scalarizeExtractedVectorLoad()21486 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()
6594 if (!EltTy.isByteSized()) { // Not implemented. in lowerExtractInsertVectorElt()
222 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
1124 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
215 bool isByteSized() const { in isByteSized() function
2837 if (!VT.isByteSized()) in shouldCombineMemoryType()
10720 EltVT.isByteSized() && in performExtractVectorEltCombine()
14102 if (!N->getValueType(0).getVectorElementType().isByteSized()) in combineBVOfConsecutiveLoads()
8404 if (!SrcVT.getScalarType().isByteSized()) in getFauxShuffleMask()