Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h212 bool isByteSized() const { in isByteSized() function
213 return getSizeInBits().isByteSized(); in isByteSized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackOffset.h49 assert(MVT(T).isByteSized() && "Offset type is not a multiple of bytes"); in StackOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp153 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()
257 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()
468 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
DLegalizeFloatTypes.cpp1536 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()
1869 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
DLegalizeVectorOps.cpp714 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) { in ExpandLoad()
DLegalizeIntegerTypes.cpp439 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()
2814 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()
4086 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
DLegalizeVectorTypes.cpp2450 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) in SplitVecOp_STORE()
4498 if (!ST->getMemoryVT().getScalarType().isByteSized()) in WidenVecOp_STORE()
DTargetLowering.cpp6575 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()
6624 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
DLegalizeDAG.cpp1473 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
DDAGCombiner.cpp1135 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTypeSize.h142 bool isByteSized() const { in isByteSized() function
DLowLevelTypeImpl.h140 bool isByteSized() const { return (getSizeInBits() & 7) == 0; } in isByteSized() function
DMachineValueType.h858 bool isByteSized() const { in isByteSized() function
859 return getSizeInBits().isByteSized(); in isByteSized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp691 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2858 if (!VT.isByteSized()) in shouldCombineMemoryType()
DSIISelLowering.cpp9369 EltVT.isByteSized() && in performExtractVectorEltCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp13035 if (!N->getValueType(0).getVectorElementType().isByteSized()) in combineBVOfConsecutiveLoads()