Searched refs:StoreType (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 9879 MVT StoreType = MVT::i8; in PerformSTORECombine() local 9882 StoreType = Tp; in PerformSTORECombine() 9885 if (!TLI.isTypeLegal(StoreType)) in PerformSTORECombine() 9890 StoreType, VT.getSizeInBits()/EVT(StoreType).getSizeInBits()); in PerformSTORECombine() 9894 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits() / 8, DL, in PerformSTORECombine() 9899 unsigned E = (ToEltSz*NumElems)/StoreType.getSizeInBits(); in PerformSTORECombine() 9902 StoreType, ShuffWide, in PerformSTORECombine()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 26220 MVT StoreType = MVT::i8; in PerformSTORECombine() local 26223 StoreType = Tp; in PerformSTORECombine() 26227 if (TLI.isTypeLegal(MVT::f64) && StoreType.getSizeInBits() < 64 && in PerformSTORECombine() 26229 StoreType = MVT::f64; in PerformSTORECombine() 26233 StoreType, VT.getSizeInBits()/StoreType.getSizeInBits()); in PerformSTORECombine() 26237 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits() / 8, dl, in PerformSTORECombine() 26242 for (unsigned i=0, e=(ToSz*NumElems)/StoreType.getSizeInBits(); i!=e; ++i) { in PerformSTORECombine() 26244 StoreType, ShuffWide, in PerformSTORECombine()
|