Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9184 MVT StoreType = MVT::i8; in PerformSTORECombine() local
9187 StoreType = Tp; in PerformSTORECombine()
9190 if (!TLI.isTypeLegal(StoreType)) in PerformSTORECombine()
9195 StoreType, VT.getSizeInBits()/EVT(StoreType).getSizeInBits()); in PerformSTORECombine()
9199 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8, in PerformSTORECombine()
9204 unsigned E = (ToEltSz*NumElems)/StoreType.getSizeInBits(); in PerformSTORECombine()
9207 StoreType, ShuffWide, in PerformSTORECombine()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24958 MVT StoreType = MVT::i8; in PerformSTORECombine() local
24961 StoreType = Tp; in PerformSTORECombine()
24965 if (TLI.isTypeLegal(MVT::f64) && StoreType.getSizeInBits() < 64 && in PerformSTORECombine()
24967 StoreType = MVT::f64; in PerformSTORECombine()
24971 StoreType, VT.getSizeInBits()/StoreType.getSizeInBits()); in PerformSTORECombine()
24975 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits()/8, in PerformSTORECombine()
24980 for (unsigned i=0, e=(ToSz*NumElems)/StoreType.getSizeInBits(); i!=e; ++i) { in PerformSTORECombine()
24982 StoreType, ShuffWide, in PerformSTORECombine()