Searched refs:StoreType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 6414 Type *StoreType = SI.getValueOperand()->getType(); in splitMergedValStore() local 6415 if (DL.getTypeStoreSizeInBits(StoreType) != DL.getTypeSizeInBits(StoreType) || in splitMergedValStore() 6416 DL.getTypeSizeInBits(StoreType) == 0) in splitMergedValStore() 6419 unsigned HalfValBitSize = DL.getTypeSizeInBits(StoreType) / 2; in splitMergedValStore()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 11993 MVT StoreType = MVT::i8; in PerformSTORECombine() local 11996 StoreType = Tp; in PerformSTORECombine() 11999 if (!TLI.isTypeLegal(StoreType)) in PerformSTORECombine() 12004 StoreType, VT.getSizeInBits()/EVT(StoreType).getSizeInBits()); in PerformSTORECombine() 12008 SDValue Increment = DAG.getConstant(StoreType.getSizeInBits() / 8, DL, in PerformSTORECombine() 12013 unsigned E = (ToEltSz*NumElems)/StoreType.getSizeInBits(); in PerformSTORECombine() 12016 StoreType, ShuffWide, in PerformSTORECombine()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 37834 MVT StoreType = MVT::i8; in combineStore() local 37837 StoreType = Tp; in combineStore() 37841 if (TLI.isTypeLegal(MVT::f64) && StoreType.getSizeInBits() < 64 && in combineStore() 37843 StoreType = MVT::f64; in combineStore() 37847 StoreType, VT.getSizeInBits()/StoreType.getSizeInBits()); in combineStore() 37854 for (unsigned i=0, e=(ToSz*NumElems)/StoreType.getSizeInBits(); i!=e; ++i) { in combineStore() 37856 StoreType, ShuffWide, in combineStore() 37861 Ptr = DAG.getMemBasePlusOffset(Ptr, StoreType.getStoreSize(), dl); in combineStore()
|