Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp150 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()
257 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()
443 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
DLegalizeVectorOps.cpp392 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) { in ExpandLoad()
DLegalizeFloatTypes.cpp1133 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()
1440 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()
1808 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()
2708 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
DLegalizeDAG.cpp1523 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in ExpandFCOPYSIGN()
DDAGCombiner.cpp765 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
/external/llvm/include/llvm/CodeGen/
DValueTypes.h681 bool isByteSized() const { in isByteSized() function