Home
last modified time | relevance | path

Searched refs:isByteSized (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp155 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()
H A DLegalizeVectorTypes.cpp1816 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()
H A DLegalizeFloatTypes.cpp1645 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()
2005 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
H A DLegalizeIntegerTypes.cpp543 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()
H A DTargetLowering.cpp8221 if (!SrcEltVT.isByteSized()) { in scalarizeVectorLoad()
8264 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()
8315 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
H A DLegalizeDAG.cpp1558 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
H A DDAGCombiner.cpp1300 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
19658 if (!VecEltVT.isByteSized()) in scalarizeExtractedVectorLoad()
21486 if (!VT.isByteSized()) in narrowExtractedVectorLoad()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp194 return !MemTy.isByteSized() || !isPowerOf2_32(MemTy.getSizeInBytes()); in memSizeNotByteSizePow2()
H A DLegalizerInfo.cpp372 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
H A DLegalizerHelper.cpp6594 if (!EltTy.isByteSized()) { // Not implemented. in lowerExtractInsertVectorElt()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h222 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
H A DMachineValueType.h1124 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DValueTypes.h215 bool isByteSized() const { in isByteSized() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2837 if (!VT.isByteSized()) in shouldCombineMemoryType()
H A DSIISelLowering.cpp10720 EltVT.isByteSized() && in performExtractVectorEltCombine()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14102 if (!N->getValueType(0).getVectorElementType().isByteSized()) in combineBVOfConsecutiveLoads()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8404 if (!SrcVT.getScalarType().isByteSized()) in getFauxShuffleMask()