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

/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.h267 /// getStoreSizeInBits - Return the number of bits overwritten by a store
269 unsigned getStoreSizeInBits() const { function in struct:llvm::EVT
H A DMachineValueType.h518 /// getStoreSizeInBits - Return the number of bits overwritten by a store
520 unsigned getStoreSizeInBits() const { function in class:llvm::MVT
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp203 unsigned BitWidth = VT.getStoreSizeInBits();
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp48 unsigned StoreSize = VT.getStoreSizeInBits();
58 unsigned StoreSize = VT.getStoreSizeInBits();
449 unsigned NewSize = NewVT.getStoreSizeInBits();
456 unsigned OldSize = OldVT.getStoreSizeInBits();
1295 unsigned PackedSize = MemVT.getStoreSizeInBits();
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp789 if (StWidth != StVT.getStoreSizeInBits()) {
794 StVT.getStoreSizeInBits());
964 if (SrcWidth != SrcVT.getStoreSizeInBits() &&
977 unsigned NewWidth = SrcVT.getStoreSizeInBits();
H A DDAGCombiner.cpp6838 unsigned LVTStoreBits = LN0->getMemoryVT().getStoreSizeInBits();
6839 unsigned EVTStoreBits = ExtVT.getStoreSizeInBits();
7151 LN0->getMemoryVT().getStoreSizeInBits() < VT.getSizeInBits()) {
10795 (NewVT.getStoreSizeInBits() != NewBW ||
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp753 VA.getLocVT().getStoreSizeInBits() >> 3);
1130 ObjSize = VA.getLocVT().getStoreSizeInBits() >> 3;
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1825 unsigned StoreBits = ST->getMemoryVT().getStoreSizeInBits();
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1571 unsigned NumBits = Load->getMemoryVT().getStoreSizeInBits();
1793 if (L->getMemoryVT().getStoreSizeInBits()
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1216 unsigned PerStoreOffset = MemVT.getStoreSizeInBits() / 8 * VecSize;

Completed in 191 milliseconds