Searched refs:isByteSized (Results 1 – 19 of 19) 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() 469 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
1930 if (!EltVT.isByteSized()) { in SplitVecRes_INSERT_VECTOR_ELT() 2046 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) { in SplitVecRes_LOAD() 3566 if (!EltVT.isByteSized()) { in SplitVecOp_EXTRACT_VECTOR_ELT() 3956 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) in SplitVecOp_STORE() 5665 if (!LD->getMemoryVT().isByteSized()) { in WidenVecRes_LOAD() 6851 if (!ST->getMemoryVT().getScalarType().isByteSized()) in WidenVecOp_STORE()
1927 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()2287 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
641 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()4064 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()5606 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
4658 (Lod->getMemoryVT().isByteSized() || in SimplifySetCC()9642 if (!SrcEltVT.isByteSized()) { in scalarizeVectorLoad()9684 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()9735 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
1596 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
1455 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()21367 if (!EltVT.isByteSized() || in replaceStoreOfInsertLoad()22290 if (!VecEltVT.isByteSized()) in scalarizeExtractedVectorLoad()24564 if (!VT.isByteSized()) in narrowExtractedVectorLoad()
196 return !MemTy.isByteSized() || in memSizeNotByteSizePow2()
376 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
1344 if (!VecEltTy.isByteSized()) in matchCombineExtractedVectorLoad()
7556 if (!EltTy.isByteSized()) { // Not implemented. in lowerExtractInsertVectorElt()
263 constexpr bool isByteSized() const { in isByteSized() function
368 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
233 bool isByteSized() const { in isByteSized() function
1816 return VT.isScalarInteger() && !VT.isByteSized(); in isPaddedAtMostSignificantBitsWhenStored()
11758 if (!NarrowVT.isByteSized()) in calculateSrcByte()12257 assert(Op.getValueType().isByteSized() && in matchPERM()12258 OtherOp.getValueType().isByteSized()); in matchPERM()13456 if (isa<MemSDNode>(Vec) && VecEltSize <= 16 && VecEltVT.isByteSized() && in performExtractVectorEltCombine()
3781 if (!VT.isByteSized()) in shouldCombineMemoryType()
14762 if (!N->getValueType(0).getVectorElementType().isByteSized()) in combineBVOfConsecutiveLoads()
6056 if (!SrcVT.getScalarType().isByteSized()) in getFauxShuffleMask()