Searched refs:isByteSized (Results 1 – 20 of 20) sorted by relevance
155 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()260 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()488 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
2005 if (!EltVT.isByteSized()) { in SplitVecRes_INSERT_VECTOR_ELT()2121 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) { in SplitVecRes_LOAD()3876 if (!EltVT.isByteSized()) { in SplitVecOp_EXTRACT_VECTOR_ELT()4266 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) in SplitVecOp_STORE()6078 if (!LD->getMemoryVT().isByteSized()) { in WidenVecRes_LOAD()7313 if (!ST->getMemoryVT().getScalarType().isByteSized()) in WidenVecOp_STORE()
2145 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()2503 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
681 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()4284 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()5845 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
4871 (Lod->getMemoryVT().isByteSized() || in SimplifySetCC()10137 if (!SrcEltVT.isByteSized()) { in scalarizeVectorLoad()10179 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()10229 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()12314 if (!VecEltVT.isByteSized()) in scalarizeExtractedVectorLoad()
1662 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
1512 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()22424 if (!EltVT.isByteSized() || in replaceStoreOfInsertLoad()25625 if (!VT.isByteSized()) in narrowExtractedVectorLoad()
213 return !MemTy.isByteSized() || in memSizeNotByteSizePow2()
398 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
4305 if (!MemScalarTy.isByteSized()) { in scalarizeVectorBooleanStore()5294 if (!NarrowTy.isByteSized()) { in reduceLoadStoreWidth()8477 if (!EltTy.isByteSized()) { // Not implemented. in lowerExtractInsertVectorElt()
1413 if (!VecEltTy.isByteSized()) in matchCombineExtractedVectorLoad()
261 constexpr bool isByteSized() const { in isByteSized() function
381 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
238 bool isByteSized() const { in isByteSized() function
1873 return VT.isScalarInteger() && !VT.isByteSized(); in isPaddedAtMostSignificantBitsWhenStored()
12528 if (!NarrowVT.isByteSized()) in calculateSrcByte()13027 assert(Op.getValueType().isByteSized() && in matchPERM()13028 OtherOp.getValueType().isByteSized()); in matchPERM()14269 if (isa<MemSDNode>(Vec) && VecEltSize <= 16 && VecEltVT.isByteSized() && in performExtractVectorEltCombine()
3849 if (!VT.isByteSized()) in shouldCombineMemoryType()
16360 if (!OpVT.isByteSized()) in combineVectorSizedSetCCEquality()17814 if (!LoadVT.getVectorElementType().isByteSized() || in performVP_REVERSECombine()17878 if (!ReverseVT.getVectorElementType().isByteSized() || in performVP_STORECombine()
15595 if (!N->getValueType(0).getVectorElementType().isByteSized()) in combineBVOfConsecutiveLoads()
6373 if (!SrcVT.getScalarType().isByteSized()) in getFauxShuffleMask()