Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp160 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()
265 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()
476 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
H A DLegalizeVectorOps.cpp593 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) { in ExpandLoad()
H A DLegalizeFloatTypes.cpp1440 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()
1724 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
H A DLegalizeIntegerTypes.cpp397 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()
2383 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()
3475 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
H A DLegalizeVectorTypes.cpp2193 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) in SplitVecOp_STORE()
3920 if (!ST->getMemoryVT().getScalarType().isByteSized()) in WidenVecOp_STORE()
H A DTargetLowering.cpp4753 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()
4802 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
H A DLegalizeDAG.cpp1453 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
H A DDAGCombiner.cpp1113 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.h212 bool isByteSized() const { in isByteSized() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2777 if (!VT.isByteSized()) in shouldCombineMemoryType()
H A DSIISelLowering.cpp8334 EltVT.isByteSized() && in performExtractVectorEltCombine()