Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h366 TypeSize getStoreSizeInBits() const { in getStoreSizeInBits() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h1035 TypeSize getStoreSizeInBits() const { in getStoreSizeInBits() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp39 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType()
727 unsigned NewSize = NewVT.getStoreSizeInBits(); in shouldReduceLoadWidth()
735 unsigned OldSize = OldVT.getStoreSizeInBits(); in shouldReduceLoadWidth()
1082 unsigned MemoryBits = ArgVT.getStoreSizeInBits() / NumRegs; in analyzeFormalArgumentsCompute()
1083 assert(ArgVT.getStoreSizeInBits() % NumRegs == 0); in analyzeFormalArgumentsCompute()
H A DSIISelLowering.cpp7519 EVT::getIntegerVT(*DAG.getContext(), StoreVT.getStoreSizeInBits()); in handleD16VData()
7525 WidenedStoreVT.getStoreSizeInBits()); in handleD16VData()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp334 unsigned BitWidth = VT.getStoreSizeInBits(); in getCorrespondingIntegerType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp546 TypeSize StSize = StVT.getStoreSizeInBits(); in LegalizeStoreOps()
728 if (SrcWidth != SrcVT.getStoreSizeInBits() && in LegalizeLoadOps()
741 unsigned NewWidth = SrcVT.getStoreSizeInBits(); in LegalizeLoadOps()
H A DDAGCombiner.cpp11733 LN0->getMemoryVT().getStoreSizeInBits().getFixedSize(); in ReduceLoadWidth()
11734 unsigned EVTStoreBits = ExtVT.getStoreSizeInBits().getFixedSize(); in ReduceLoadWidth()
15559 Offset = ((int64_t)STMemType.getStoreSizeInBits().getFixedSize() - in ForwardStoreValueToDirectLoad()
15560 (int64_t)LDMemType.getStoreSizeInBits().getFixedSize()) / in ForwardStoreValueToDirectLoad()
16514 (NewVT.getStoreSizeInBits() != NewBW || in ReduceLoadOpStoreWidth()
16732 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits(); in mergeStoresOfConstantsOrVecElts()
H A DTargetLowering.cpp7316 unsigned NumLoadBits = SrcVT.getStoreSizeInBits(); in scalarizeVectorLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp501 LargestAlignSeen, Align(VA.getLocVT().getStoreSizeInBits() / 8)); in LowerCall()
875 : VA.getLocVT().getStoreSizeInBits() / 8; in LowerFormalArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1791 unsigned StoreBits = ST->getMemoryVT().getStoreSizeInBits(); in PerformDAGCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2089 NumBits != Load->getMemoryVT().getStoreSizeInBits()) in adjustSubwordCmp()
2309 if (L->getMemoryVT().getStoreSizeInBits().getFixedSize() <= in adjustICmpTruncate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8542 assert(EltBaseVT.getSizeInBits() == EltBaseVT.getStoreSizeInBits() && in EltsFromConsecutiveLoads()
8546 unsigned BaseSizeInBits = EltBaseVT.getStoreSizeInBits(); in EltsFromConsecutiveLoads()
38773 if (ExtSizeInBits == MemVT.getStoreSizeInBits()) { in SimplifyDemandedVectorEltsForTargetNode()
38782 } else if ((ExtSizeInBits % MemVT.getStoreSizeInBits()) == 0) { in SimplifyDemandedVectorEltsForTargetNode()