Searched refs:isByteSized (Results 1 – 18 of 18) 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()
1901 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) { in SplitVecRes_LOAD()3769 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) in SplitVecOp_STORE()5349 if (!LD->getMemoryVT().isByteSized()) { in WidenVecRes_LOAD()6474 if (!ST->getMemoryVT().getScalarType().isByteSized()) in WidenVecOp_STORE()
1747 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()2107 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
591 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()3881 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()5435 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
9311 if (!SrcEltVT.isByteSized()) { in scalarizeVectorLoad()9354 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()9405 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
1586 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
1544 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()21017 if (!EltVT.isByteSized() || in replaceStoreOfInsertLoad()21922 if (!VecEltVT.isByteSized()) in scalarizeExtractedVectorLoad()24204 if (!VT.isByteSized()) in narrowExtractedVectorLoad()
196 return !MemTy.isByteSized() || in memSizeNotByteSizePow2()
375 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
1193 if (!VecEltTy.isByteSized()) in matchCombineExtractedVectorLoad()
7158 if (!EltTy.isByteSized()) { // Not implemented. in lowerExtractInsertVectorElt()
253 constexpr bool isByteSized() const { in isByteSized() function
226 bool isByteSized() const { in isByteSized() function
375 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
11567 if (!NarrowVT.isByteSized()) in calculateSrcByte()11895 assert(Op.getValueType().isByteSized()); in hasNon16BitAccesses()11896 assert(OtherOp.getValueType().isByteSized()); in hasNon16BitAccesses()11986 assert(Op.getValueType().isByteSized() && in matchPERM()11987 OtherOp.getValueType().isByteSized()); in matchPERM()13158 if (isa<MemSDNode>(Vec) && VecEltSize <= 16 && VecEltVT.isByteSized() && in performExtractVectorEltCombine()
3730 if (!VT.isByteSized()) in shouldCombineMemoryType()
14549 if (!N->getValueType(0).getVectorElementType().isByteSized()) in combineBVOfConsecutiveLoads()
5909 if (!SrcVT.getScalarType().isByteSized()) in getFauxShuffleMask()