Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp117 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()
216 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()
401 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
DLegalizeFloatTypes.cpp1147 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()
1452 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
DLegalizeIntegerTypes.cpp289 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()
1783 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()
2665 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
DLegalizeDAG.cpp1905 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in ExpandFCOPYSIGN()
DDAGCombiner.cpp713 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
/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()
DTargetLowering.cpp3161 assert(SrcEltVT.isByteSized()); in scalarizeVectorLoad()
DLegalizeDAG.cpp1396 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
DDAGCombiner.cpp983 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
/external/llvm/include/llvm/CodeGen/
DValueTypes.h183 bool isByteSized() const { in isByteSized() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h519 bool isByteSized() const { in isByteSized() function
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2177 if (!VT.isByteSized()) in shouldCombineMemoryType()