Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DValueTypes.h274 unsigned getStoreSizeInBits() const { in getStoreSizeInBits() function
DMachineValueType.h527 unsigned getStoreSizeInBits() const { in getStoreSizeInBits() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h325 TypeSize getStoreSizeInBits() const { in getStoreSizeInBits() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.h366 TypeSize getStoreSizeInBits() const { in getStoreSizeInBits() function
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp50 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType()
59 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentBitType()
516 unsigned NewSize = NewVT.getStoreSizeInBits(); in shouldReduceLoadWidth()
523 unsigned OldSize = OldVT.getStoreSizeInBits(); in shouldReduceLoadWidth()
1137 unsigned PackedSize = MemVT.getStoreSizeInBits(); in MergeVectorStore()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h852 TypeSize getStoreSizeInBits() const { in getStoreSizeInBits() function
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h1011 TypeSize getStoreSizeInBits() const { in getStoreSizeInBits() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp43 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType()
642 unsigned NewSize = NewVT.getStoreSizeInBits(); in shouldReduceLoadWidth()
649 unsigned OldSize = OldVT.getStoreSizeInBits(); in shouldReduceLoadWidth()
975 unsigned MemoryBits = ArgVT.getStoreSizeInBits() / NumRegs; in analyzeFormalArgumentsCompute()
976 assert(ArgVT.getStoreSizeInBits() % NumRegs == 0); in analyzeFormalArgumentsCompute()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp47 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType()
724 unsigned NewSize = NewVT.getStoreSizeInBits(); in shouldReduceLoadWidth()
732 unsigned OldSize = OldVT.getStoreSizeInBits(); in shouldReduceLoadWidth()
1079 unsigned MemoryBits = ArgVT.getStoreSizeInBits() / NumRegs; in analyzeFormalArgumentsCompute()
1080 assert(ArgVT.getStoreSizeInBits() % NumRegs == 0); in analyzeFormalArgumentsCompute()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp507 if (StWidth != StVT.getStoreSizeInBits()) { in LegalizeStoreOps()
512 StVT.getStoreSizeInBits()); in LegalizeStoreOps()
684 if (SrcWidth != SrcVT.getStoreSizeInBits() && in LegalizeLoadOps()
697 unsigned NewWidth = SrcVT.getStoreSizeInBits(); in LegalizeLoadOps()
DDAGCombiner.cpp6885 unsigned LVTStoreBits = LN0->getMemoryVT().getStoreSizeInBits(); in ReduceLoadWidth()
6886 unsigned EVTStoreBits = ExtVT.getStoreSizeInBits(); in ReduceLoadWidth()
7225 LN0->getMemoryVT().getStoreSizeInBits() < VT.getSizeInBits()) { in visitTRUNCATE()
10919 (NewVT.getStoreSizeInBits() != NewBW || in ReduceLoadOpStoreWidth()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp547 if (StWidth != StVT.getStoreSizeInBits()) { in LegalizeStoreOps()
552 StVT.getStoreSizeInBits()); in LegalizeStoreOps()
728 if (SrcWidth != SrcVT.getStoreSizeInBits() && in LegalizeLoadOps()
741 unsigned NewWidth = SrcVT.getStoreSizeInBits(); in LegalizeLoadOps()
DDAGCombiner.cpp10489 unsigned LVTStoreBits = LN0->getMemoryVT().getStoreSizeInBits(); in ReduceLoadWidth()
10490 unsigned EVTStoreBits = ExtVT.getStoreSizeInBits(); in ReduceLoadWidth()
10899 LN0->getMemoryVT().getStoreSizeInBits() < VT.getSizeInBits()) { in visitTRUNCATE()
14215 Offset = ((int64_t)STMemType.getStoreSizeInBits() - in ForwardStoreValueToDirectLoad()
14216 (int64_t)LDMemType.getStoreSizeInBits()) / 8 - Offset; in ForwardStoreValueToDirectLoad()
15159 (NewVT.getStoreSizeInBits() != NewBW || in ReduceLoadOpStoreWidth()
15369 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits(); in MergeStoresOfConstantsOrVecElts()
16600 ST->getMemoryVT().getStoreSizeInBits())) { in visitLIFETIME_END()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp348 unsigned BitWidth = VT.getStoreSizeInBits(); in getCorrespondingIntegerType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp365 unsigned BitWidth = VT.getStoreSizeInBits(); in getCorrespondingIntegerType()
/external/llvm-project/llvm/lib/CodeGen/
DAtomicExpandPass.cpp333 unsigned BitWidth = VT.getStoreSizeInBits(); in getCorrespondingIntegerType()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp546 TypeSize StSize = StVT.getStoreSizeInBits(); in LegalizeStoreOps()
728 if (SrcWidth != SrcVT.getStoreSizeInBits() && in LegalizeLoadOps()
741 unsigned NewWidth = SrcVT.getStoreSizeInBits(); in LegalizeLoadOps()
DDAGCombiner.cpp11438 LN0->getMemoryVT().getStoreSizeInBits().getFixedSize(); in ReduceLoadWidth()
11439 unsigned EVTStoreBits = ExtVT.getStoreSizeInBits().getFixedSize(); in ReduceLoadWidth()
15236 Offset = ((int64_t)STMemType.getStoreSizeInBits().getFixedSize() - in ForwardStoreValueToDirectLoad()
15237 (int64_t)LDMemType.getStoreSizeInBits().getFixedSize()) / in ForwardStoreValueToDirectLoad()
16194 (NewVT.getStoreSizeInBits() != NewBW || in ReduceLoadOpStoreWidth()
16412 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits(); in mergeStoresOfConstantsOrVecElts()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp766 VA.getLocVT().getStoreSizeInBits() >> 3); in LowerCall()
1166 ObjSize = VA.getLocVT().getStoreSizeInBits() >> 3; in LowerFormalArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp470 (unsigned)VA.getLocVT().getStoreSizeInBits() >> 3); in LowerCall()
821 : VA.getLocVT().getStoreSizeInBits() / 8; in LowerFormalArguments()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp478 LargestAlignSeen, Align(VA.getLocVT().getStoreSizeInBits() / 8)); in LowerCall()
852 : VA.getLocVT().getStoreSizeInBits() / 8; in LowerFormalArguments()
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1791 unsigned StoreBits = ST->getMemoryVT().getStoreSizeInBits(); in PerformDAGCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1792 unsigned StoreBits = ST->getMemoryVT().getStoreSizeInBits(); in PerformDAGCombine()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1809 unsigned StoreBits = ST->getMemoryVT().getStoreSizeInBits(); in PerformDAGCombine()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1622 unsigned NumBits = Load->getMemoryVT().getStoreSizeInBits(); in adjustSubwordCmp()
1846 if (L->getMemoryVT().getStoreSizeInBits() in adjustICmpTruncate()

12