/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXISelLowering.cpp | 226 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/ |
D | ValueTypes.h | 296 unsigned getStoreSizeInBits() const { in getStoreSizeInBits() function 606 unsigned getStoreSizeInBits() const { in getStoreSizeInBits() function
|
/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 274 unsigned getStoreSizeInBits() const { in getStoreSizeInBits() function
|
D | MachineValueType.h | 527 unsigned getStoreSizeInBits() const { in getStoreSizeInBits() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 310 unsigned getStoreSizeInBits() const { in getStoreSizeInBits() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 767 unsigned getStoreSizeInBits() const { in getStoreSizeInBits() function
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 50 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-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 122 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType() 656 unsigned NewSize = NewVT.getStoreSizeInBits(); in shouldReduceLoadWidth() 663 unsigned OldSize = OldVT.getStoreSizeInBits(); in shouldReduceLoadWidth() 973 unsigned MemoryBits = ArgVT.getStoreSizeInBits() / NumRegs; in analyzeFormalArgumentsCompute() 974 assert(ArgVT.getStoreSizeInBits() % NumRegs == 0); in analyzeFormalArgumentsCompute()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1194 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()
|
D | SelectionDAG.cpp | 1469 unsigned Bytes = std::max(VT1.getStoreSizeInBits(), in CreateStackTemporary() 1470 VT2.getStoreSizeInBits())/8; in CreateStackTemporary()
|
D | DAGCombiner.cpp | 4692 unsigned LVTStoreBits = LN0->getMemoryVT().getStoreSizeInBits(); in ReduceLoadWidth() 4693 unsigned EVTStoreBits = ExtVT.getStoreSizeInBits(); in ReduceLoadWidth()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 507 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()
|
D | DAGCombiner.cpp | 6885 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-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 532 if (StWidth != StVT.getStoreSizeInBits()) { in LegalizeStoreOps() 537 StVT.getStoreSizeInBits()); in LegalizeStoreOps() 715 if (SrcWidth != SrcVT.getStoreSizeInBits() && in LegalizeLoadOps() 728 unsigned NewWidth = SrcVT.getStoreSizeInBits(); in LegalizeLoadOps()
|
D | DAGCombiner.cpp | 9156 unsigned LVTStoreBits = LN0->getMemoryVT().getStoreSizeInBits(); in ReduceLoadWidth() 9157 unsigned EVTStoreBits = ExtVT.getStoreSizeInBits(); in ReduceLoadWidth() 9530 LN0->getMemoryVT().getStoreSizeInBits() < VT.getSizeInBits()) { in visitTRUNCATE() 13456 (NewVT.getStoreSizeInBits() != NewBW || in ReduceLoadOpStoreWidth() 13671 int64_t ElementSizeBits = MemVT.getStoreSizeInBits(); in MergeStoresOfConstantsOrVecElts()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 358 unsigned BitWidth = VT.getStoreSizeInBits(); in getCorrespondingIntegerType()
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 348 unsigned BitWidth = VT.getStoreSizeInBits(); in getCorrespondingIntegerType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 414 VA.getLocVT().getStoreSizeInBits() >> 3); in LowerCall() 764 : VA.getLocVT().getStoreSizeInBits() / 8; in LowerFormalArguments()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 1485 unsigned StoreBits = ST->getMemoryVT().getStoreSizeInBits(); in PerformDAGCombine()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 766 VA.getLocVT().getStoreSizeInBits() >> 3); in LowerCall() 1166 ObjSize = VA.getLocVT().getStoreSizeInBits() >> 3; in LowerFormalArguments()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 1789 unsigned StoreBits = ST->getMemoryVT().getStoreSizeInBits(); in PerformDAGCombine()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 1809 unsigned StoreBits = ST->getMemoryVT().getStoreSizeInBits(); in PerformDAGCombine()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1622 unsigned NumBits = Load->getMemoryVT().getStoreSizeInBits(); in adjustSubwordCmp() 1846 if (L->getMemoryVT().getStoreSizeInBits() in adjustICmpTruncate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1768 unsigned NumBits = Load->getMemoryVT().getStoreSizeInBits(); in adjustSubwordCmp() 1994 if (L->getMemoryVT().getStoreSizeInBits() <= C.Op0.getValueSizeInBits()) { in adjustICmpTruncate()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1218 unsigned PerStoreOffset = MemVT.getStoreSizeInBits() / 8 * VecSize; in LowerCall()
|