Home
last modified time | relevance | path

Searched refs:getStoreSizeInBits (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DValueTypes.h251 unsigned getStoreSizeInBits() const { in getStoreSizeInBits() function
DMachineValueType.h461 unsigned getStoreSizeInBits() const { in getStoreSizeInBits() function
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp88 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType()
98 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentLoadRegType()
454 unsigned NewSize = NewVT.getStoreSizeInBits(); in shouldReduceLoadWidth()
461 unsigned OldSize = OldVT.getStoreSizeInBits(); in shouldReduceLoadWidth()
1296 unsigned PackedSize = MemVT.getStoreSizeInBits(); in MergeVectorStore()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp759 if (StWidth != StVT.getStoreSizeInBits()) { in LegalizeStoreOps()
764 StVT.getStoreSizeInBits()); in LegalizeStoreOps()
938 if (SrcWidth != SrcVT.getStoreSizeInBits() && in LegalizeLoadOps()
951 unsigned NewWidth = SrcVT.getStoreSizeInBits(); in LegalizeLoadOps()
DDAGCombiner.cpp6382 unsigned LVTStoreBits = LN0->getMemoryVT().getStoreSizeInBits(); in ReduceLoadWidth()
6383 unsigned EVTStoreBits = ExtVT.getStoreSizeInBits(); in ReduceLoadWidth()
6695 LN0->getMemoryVT().getStoreSizeInBits() < VT.getSizeInBits()) { in visitTRUNCATE()
9852 (NewVT.getStoreSizeInBits() != NewBW || in ReduceLoadOpStoreWidth()
DSelectionDAG.cpp1820 unsigned Bytes = std::max(VT1.getStoreSizeInBits(), in CreateStackTemporary()
1821 VT2.getStoreSizeInBits())/8; in CreateStackTemporary()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1212 unsigned NumBits = Load->getMemoryVT().getStoreSizeInBits(); in adjustSubwordCmp()
1434 if (L->getMemoryVT().getStoreSizeInBits() in adjustICmpTruncate()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1821 unsigned StoreBits = ST->getMemoryVT().getStoreSizeInBits(); in PerformDAGCombine()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp908 ObjSize = VA.getLocVT().getStoreSizeInBits() >> 3; in LowerFormalArguments()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1192 unsigned PerStoreOffset = MemVT.getStoreSizeInBits() / 8 * VecSize; in LowerCall()