Home
last modified time | relevance | path

Searched refs:isByteSized (Results 1 – 20 of 20) 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()
488 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
H A DLegalizeVectorTypes.cpp2005 if (!EltVT.isByteSized()) { in SplitVecRes_INSERT_VECTOR_ELT()
2121 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) { in SplitVecRes_LOAD()
3876 if (!EltVT.isByteSized()) { in SplitVecOp_EXTRACT_VECTOR_ELT()
4266 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) in SplitVecOp_STORE()
6078 if (!LD->getMemoryVT().isByteSized()) { in WidenVecRes_LOAD()
7313 if (!ST->getMemoryVT().getScalarType().isByteSized()) in WidenVecOp_STORE()
H A DLegalizeFloatTypes.cpp2145 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()
2503 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
H A DLegalizeIntegerTypes.cpp681 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()
4284 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()
5845 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
H A DTargetLowering.cpp4871 (Lod->getMemoryVT().isByteSized() || in SimplifySetCC()
10137 if (!SrcEltVT.isByteSized()) { in scalarizeVectorLoad()
10179 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()
10229 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
12314 if (!VecEltVT.isByteSized()) in scalarizeExtractedVectorLoad()
H A DLegalizeDAG.cpp1662 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
H A DDAGCombiner.cpp1512 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
22424 if (!EltVT.isByteSized() || in replaceStoreOfInsertLoad()
25625 if (!VT.isByteSized()) in narrowExtractedVectorLoad()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp213 return !MemTy.isByteSized() || in memSizeNotByteSizePow2()
H A DLegalizerInfo.cpp398 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
H A DLegalizerHelper.cpp4305 if (!MemScalarTy.isByteSized()) { in scalarizeVectorBooleanStore()
5294 if (!NarrowTy.isByteSized()) { in reduceLoadStoreWidth()
8477 if (!EltTy.isByteSized()) { // Not implemented. in lowerExtractInsertVectorElt()
H A DCombinerHelper.cpp1413 if (!VecEltTy.isByteSized()) in matchCombineExtractedVectorLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h261 constexpr bool isByteSized() const { in isByteSized() function
H A DMachineValueType.h381 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h238 bool isByteSized() const { in isByteSized() function
H A DTargetLowering.h1873 return VT.isScalarInteger() && !VT.isByteSized(); in isPaddedAtMostSignificantBitsWhenStored()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12528 if (!NarrowVT.isByteSized()) in calculateSrcByte()
13027 assert(Op.getValueType().isByteSized() && in matchPERM()
13028 OtherOp.getValueType().isByteSized()); in matchPERM()
14269 if (isa<MemSDNode>(Vec) && VecEltSize <= 16 && VecEltVT.isByteSized() && in performExtractVectorEltCombine()
H A DAMDGPUISelLowering.cpp3849 if (!VT.isByteSized()) in shouldCombineMemoryType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16360 if (!OpVT.isByteSized()) in combineVectorSizedSetCCEquality()
17814 if (!LoadVT.getVectorElementType().isByteSized() || in performVP_REVERSECombine()
17878 if (!ReverseVT.getVectorElementType().isByteSized() || in performVP_STORECombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15595 if (!N->getValueType(0).getVectorElementType().isByteSized()) in combineBVOfConsecutiveLoads()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6373 if (!SrcVT.getScalarType().isByteSized()) in getFauxShuffleMask()