Home
last modified time | relevance | path

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

/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.cpp509 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) { in ExpandLoad()
DLegalizeFloatTypes.cpp1368 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()
1689 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
DLegalizeIntegerTypes.cpp348 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()
2012 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()
2962 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
DLegalizeDAG.cpp1674 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in getSignAsIntValue()
DDAGCombiner.cpp990 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
/external/llvm/include/llvm/CodeGen/
DValueTypes.h178 bool isByteSized() const { in isByteSized() function