Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h325 TypeSize getStoreSizeInBits() const { in getStoreSizeInBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h852 TypeSize getStoreSizeInBits() const { in getStoreSizeInBits() function
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp365 unsigned BitWidth = VT.getStoreSizeInBits(); in getCorrespondingIntegerType()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1792 unsigned StoreBits = ST->getMemoryVT().getStoreSizeInBits(); in PerformDAGCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2023 unsigned NumBits = Load->getMemoryVT().getStoreSizeInBits(); in adjustSubwordCmp()
2253 if (L->getMemoryVT().getStoreSizeInBits() <= C.Op0.getValueSizeInBits()) { in adjustICmpTruncate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp8122 assert(EltBaseVT.getSizeInBits() == EltBaseVT.getStoreSizeInBits() && in EltsFromConsecutiveLoads()
8126 unsigned BaseSizeInBits = EltBaseVT.getStoreSizeInBits(); in EltsFromConsecutiveLoads()