Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXISelLowering.cpp226 unsigned ParamSize = Ins[i].VT.getStoreSizeInBits(); in LowerFormalArguments()
394 unsigned Size = Ins[i].VT.getStoreSizeInBits(); in LowerCall()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h296 unsigned getStoreSizeInBits() const { in getStoreSizeInBits() function
606 unsigned getStoreSizeInBits() const { in getStoreSizeInBits() function
/external/llvm/include/llvm/CodeGen/
DValueTypes.h274 unsigned getStoreSizeInBits() const { in getStoreSizeInBits() function
DMachineValueType.h527 unsigned 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/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1194 if (SrcWidth != SrcVT.getStoreSizeInBits() && in LegalizeOp()
1206 unsigned NewWidth = SrcVT.getStoreSizeInBits(); in LegalizeOp()
1543 if (StWidth != StVT.getStoreSizeInBits()) { in LegalizeOp()
1548 StVT.getStoreSizeInBits()); in LegalizeOp()
DSelectionDAG.cpp1469 unsigned Bytes = std::max(VT1.getStoreSizeInBits(), in CreateStackTemporary()
1470 VT2.getStoreSizeInBits())/8; in CreateStackTemporary()
DDAGCombiner.cpp4692 unsigned LVTStoreBits = LN0->getMemoryVT().getStoreSizeInBits(); in ReduceLoadWidth()
4693 unsigned EVTStoreBits = ExtVT.getStoreSizeInBits(); in ReduceLoadWidth()
/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/llvm/lib/CodeGen/
DAtomicExpandPass.cpp348 unsigned BitWidth = VT.getStoreSizeInBits(); in getCorrespondingIntegerType()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp1485 unsigned StoreBits = ST->getMemoryVT().getStoreSizeInBits(); in PerformDAGCombine()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp766 VA.getLocVT().getStoreSizeInBits() >> 3); in LowerCall()
1166 ObjSize = VA.getLocVT().getStoreSizeInBits() >> 3; in LowerFormalArguments()
/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()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1218 unsigned PerStoreOffset = MemVT.getStoreSizeInBits() / 8 * VecSize; in LowerCall()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4588 if (OpVT.getSizeInBits() < MinVT.getStoreSizeInBits()) in insert1BitVector()
5621 LD, LDBase, Elt.getValueType().getStoreSizeInBits() / 8, in EltsFromConsecutiveLoads()
5687 (1 + LastLoadedElt - FirstLoadedElt) * LDBaseVT.getStoreSizeInBits(); in EltsFromConsecutiveLoads()