Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp155 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()
H A DLegalizeVectorTypes.cpp1901 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()
H A DLegalizeFloatTypes.cpp1747 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()
2107 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
H A DLegalizeIntegerTypes.cpp591 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()
H A DTargetLowering.cpp9311 if (!SrcEltVT.isByteSized()) { in scalarizeVectorLoad()
9354 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()
9405 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
H A DLegalizeDAG.cpp1586 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
H A DDAGCombiner.cpp1544 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp196 return !MemTy.isByteSized() || in memSizeNotByteSizePow2()
H A DLegalizerInfo.cpp375 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
H A DCombinerHelper.cpp1193 if (!VecEltTy.isByteSized()) in matchCombineExtractedVectorLoad()
H A DLegalizerHelper.cpp7158 if (!EltTy.isByteSized()) { // Not implemented. in lowerExtractInsertVectorElt()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h253 constexpr bool isByteSized() const { in isByteSized() function
H A DValueTypes.h226 bool isByteSized() const { in isByteSized() function
H A DMachineValueType.h375 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11567 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()
H A DAMDGPUISelLowering.cpp3730 if (!VT.isByteSized()) in shouldCombineMemoryType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14549 if (!N->getValueType(0).getVectorElementType().isByteSized()) in combineBVOfConsecutiveLoads()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5909 if (!SrcVT.getScalarType().isByteSized()) in getFauxShuffleMask()