Home
last modified time | relevance | path

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

12

/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h212 bool isByteSized() const { in isByteSized() function
213 return getSizeInBits().isByteSized(); in isByteSized()
/external/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()
/external/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()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp161 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()
271 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()
485 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
DLegalizeVectorOps.cpp504 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) { in ExpandLoad()
DLegalizeFloatTypes.cpp1386 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()
1707 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
DLegalizeIntegerTypes.cpp353 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()
2061 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()
3053 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp155 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()
262 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()
472 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
DLegalizeVectorTypes.cpp1624 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) { in SplitVecRes_LOAD()
2609 if (!LoMemVT.isByteSized() || !HiMemVT.isByteSized()) in SplitVecOp_STORE()
3851 if (!LD->getMemoryVT().isByteSized()) { in WidenVecRes_LOAD()
4659 if (!ST->getMemoryVT().getScalarType().isByteSized()) in WidenVecOp_STORE()
DLegalizeFloatTypes.cpp1600 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()
1975 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
DLegalizeIntegerTypes.cpp488 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()
3140 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()
4466 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
DTargetLowering.cpp6898 if (!SrcEltVT.isByteSized()) { in scalarizeVectorLoad()
6941 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()
6992 if (!MemSclVT.isByteSized()) { in scalarizeVectorStore()
/external/llvm-project/llvm/include/llvm/Support/
DLowLevelTypeImpl.h161 bool isByteSized() const { return (getSizeInBits() & 7) == 0; } in isByteSized() function
DMachineValueType.h1017 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
/external/llvm/include/llvm/CodeGen/
DValueTypes.h183 bool isByteSized() const { in isByteSized() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.h207 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp691 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp687 return SmallTy.isByteSized() ? TargetOpcode::G_SEXT : TargetOpcode::G_ZEXT; in getExtOpcodeForWideningConstant()

12