Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9142 MVT StoreType = MVT::i8; in PerformSTORECombine() local
9145 StoreType = Tp; in PerformSTORECombine()
9148 if (!TLI.isTypeLegal(StoreType)) in PerformSTORECombine()
9153 StoreType, VT.getSizeInBits()/EVT(StoreType).getSizeInBits()); in PerformSTORECombine()
9157 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8, in PerformSTORECombine()
9162 unsigned E = (ToEltSz*NumElems)/StoreType.getSizeInBits(); in PerformSTORECombine()
9165 StoreType, ShuffWide, in PerformSTORECombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp22804 MVT StoreType = MVT::i8; in PerformSTORECombine() local
22807 StoreType = Tp; in PerformSTORECombine()
22811 if (TLI.isTypeLegal(MVT::f64) && StoreType.getSizeInBits() < 64 && in PerformSTORECombine()
22813 StoreType = MVT::f64; in PerformSTORECombine()
22817 StoreType, VT.getSizeInBits()/StoreType.getSizeInBits()); in PerformSTORECombine()
22821 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8, in PerformSTORECombine()
22826 for (unsigned i=0, e=(ToSz*NumElems)/StoreType.getSizeInBits(); i!=e; ++i) { in PerformSTORECombine()
22828 StoreType, ShuffWide, in PerformSTORECombine()