Home
last modified time | relevance | path

Searched refs:StoreType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbitmanip.d162 alias StoreType = ubyte; in createStorageAndFields() local
164 alias StoreType = ushort; in createStorageAndFields() local
166 alias StoreType = uint; in createStorageAndFields() local
168 alias StoreType = ulong; in createStorageAndFields() local
172 alias StoreType = ulong; // just to avoid another error msg in createStorageAndFields() local
175 = "private " ~ StoreType.stringof ~ " " ~ Name ~ ";" in createStorageAndFields()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbitmanip.d163 alias StoreType = ubyte; in createStorageAndFields() local
165 alias StoreType = ushort; in createStorageAndFields() local
167 alias StoreType = uint; in createStorageAndFields() local
169 alias StoreType = ulong; in createStorageAndFields() local
174 alias StoreType = ulong; // just to avoid another error msg in createStorageAndFields() local
178 = "private " ~ StoreType.stringof ~ " " ~ Name ~ ";" in createStorageAndFields()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7429 Type *StoreType = SI.getValueOperand()->getType(); in splitMergedValStore() local
7435 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15184 MVT StoreType = MVT::i8; in PerformTruncatingStoreCombine() local
15187 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()