Home
last modified time | relevance | path

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

/freebsd/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.cpp1930 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()
H A DLegalizeFloatTypes.cpp1927 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()
2287 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
H A DLegalizeIntegerTypes.cpp641 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()
H A DTargetLowering.cpp4658 (Lod->getMemoryVT().isByteSized() || in SimplifySetCC()
9642 if (!SrcEltVT.isByteSized()) { in scalarizeVectorLoad()
9684 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()
9735 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
H A DLegalizeDAG.cpp1596 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
H A DDAGCombiner.cpp1455 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp196 return !MemTy.isByteSized() || in memSizeNotByteSizePow2()
H A DLegalizerInfo.cpp376 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
H A DCombinerHelper.cpp1344 if (!VecEltTy.isByteSized()) in matchCombineExtractedVectorLoad()
H A DLegalizerHelper.cpp7556 if (!EltTy.isByteSized()) { // Not implemented. in lowerExtractInsertVectorElt()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h263 constexpr bool isByteSized() const { in isByteSized() function
H A DMachineValueType.h368 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h233 bool isByteSized() const { in isByteSized() function
H A DTargetLowering.h1816 return VT.isScalarInteger() && !VT.isByteSized(); in isPaddedAtMostSignificantBitsWhenStored()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11758 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()
H A DAMDGPUISelLowering.cpp3781 if (!VT.isByteSized()) in shouldCombineMemoryType()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14762 if (!N->getValueType(0).getVectorElementType().isByteSized()) in combineBVOfConsecutiveLoads()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6056 if (!SrcVT.getScalarType().isByteSized()) in getFauxShuffleMask()