Searched refs:StoreType (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp7992 MVT StoreType = MVT::i8; local
7997 StoreType = Tp;
8000 if (!TLI.isTypeLegal(StoreType))
8005 StoreType, VT.getSizeInBits()/EVT(StoreType).getSizeInBits());
8009 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8,
8014 unsigned E = (ToEltSz*NumElems)/StoreType.getSizeInBits();
8017 StoreType, ShuffWide,
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp15433 MVT StoreType = MVT::i8; local
15438 StoreType = Tp;
15442 if (TLI.isTypeLegal(MVT::f64) && StoreType.getSizeInBits() < 64 &&
15444 StoreType = MVT::f64;
15448 StoreType, VT.getSizeInBits()/StoreType.getSizeInBits());
15452 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8,
15457 for (unsigned i=0, e=(ToSz*NumElems)/StoreType.getSizeInBits(); i!=e; ++i) {
15459 StoreType, ShuffWide,

Completed in 295 milliseconds