Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp112 assert(NOutVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_BITCAST()
211 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandRes_NormalLoad()
396 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandOp_NormalStore()
DLegalizeFloatTypes.cpp1140 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatRes_LOAD()
1446 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandFloatOp_STORE()
DLegalizeIntegerTypes.cpp261 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteIntRes_Constant()
1718 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntRes_LOAD()
2584 assert(NVT.isByteSized() && "Expanded type not byte sized!"); in ExpandIntOp_STORE()
DLegalizeDAG.cpp1865 assert(FloatVT.isByteSized() && "Unsupported floating point type!"); in ExpandFCOPYSIGN()
DDAGCombiner.cpp712 Op.getValueType().isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteOperand()
/external/llvm/include/llvm/CodeGen/
DValueTypes.h504 bool isByteSized() const { in isByteSized() function