Searched refs:StoreType (Results 1 – 4 of 4) sorted by relevance
162 alias StoreType = ubyte; in createStorageAndFields() local164 alias StoreType = ushort; in createStorageAndFields() local166 alias StoreType = uint; in createStorageAndFields() local168 alias StoreType = ulong; in createStorageAndFields() local172 alias StoreType = ulong; // just to avoid another error msg in createStorageAndFields() local175 = "private " ~ StoreType.stringof ~ " " ~ Name ~ ";" in createStorageAndFields()
163 alias StoreType = ubyte; in createStorageAndFields() local165 alias StoreType = ushort; in createStorageAndFields() local167 alias StoreType = uint; in createStorageAndFields() local169 alias StoreType = ulong; in createStorageAndFields() local174 alias StoreType = ulong; // just to avoid another error msg in createStorageAndFields() local178 = "private " ~ StoreType.stringof ~ " " ~ Name ~ ";" in createStorageAndFields()
7429 Type *StoreType = SI.getValueOperand()->getType(); in splitMergedValStore() local7435 if (isa<ScalableVectorType>(StoreType)) in splitMergedValStore()7438 if (!DL.typeSizeEqualsStoreSize(StoreType) || in splitMergedValStore()7439 DL.getTypeSizeInBits(StoreType) == 0) in splitMergedValStore()7442 unsigned HalfValBitSize = DL.getTypeSizeInBits(StoreType) / 2; in splitMergedValStore()
15184 MVT StoreType = MVT::i8; in PerformTruncatingStoreCombine() local15187 StoreType = Tp; in PerformTruncatingStoreCombine()15190 if (!TLI.isTypeLegal(StoreType)) in PerformTruncatingStoreCombine()15195 EVT::getVectorVT(*DAG.getContext(), StoreType, in PerformTruncatingStoreCombine()15196 VT.getSizeInBits() / EVT(StoreType).getSizeInBits()); in PerformTruncatingStoreCombine()15200 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits() / 8, DL, in PerformTruncatingStoreCombine()15205 unsigned E = (ToEltSz * NumElems) / StoreType.getSizeInBits(); in PerformTruncatingStoreCombine()15207 SDValue SubVec = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, StoreType, in PerformTruncatingStoreCombine()