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()
1703 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) { in SplitVecRes_LOAD()2735 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) in SplitVecOp_STORE()4025 if (!LD->getMemoryVT().isByteSized()) { in WidenVecRes_LOAD()4887 if (!ST->getMemoryVT().getScalarType().isByteSized()) in WidenVecOp_STORE()
1624 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()1984 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
520 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()3225 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()4582 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
7344 if (!SrcEltVT.isByteSized()) { in scalarizeVectorLoad()7387 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()7438 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
1521 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
1236 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()18592 if (!VecEltVT.isByteSized()) in scalarizeExtractedVectorLoad()20362 if (!VT.isByteSized()) in narrowExtractedVectorLoad()
211 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
1089 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
216 bool isByteSized() const { in isByteSized() function
375 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
6650 if (!EltTy.isByteSized()) { // Not implemented. in lowerExtractInsertVectorElt()
2949 if (!VT.isByteSized()) in shouldCombineMemoryType()
10191 EltVT.isByteSized() && in performExtractVectorEltCombine()
13748 if (!N->getValueType(0).getVectorElementType().isByteSized()) in combineBVOfConsecutiveLoads()
7725 if (!SrcVT.getScalarType().isByteSized()) in getFauxShuffleMask()