Home
last modified time | relevance | path

Searched refs:getKnownMinSize (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTypeSize.h132 uint64_t getKnownMinSize() const { in getKnownMinSize() function
200 return {(Size.getKnownMinSize() + Align - 1) / Align * Align, in alignTo()
DMachineValueType.h843 return {(BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable()}; in getStoreSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackOffset.h61 ScalableBytes += Other.first * ((int64_t)Size.getKnownMinSize() / 8);
DAArch64ISelLowering.cpp10880 if (VT.getSizeInBits().getKnownMinSize() != AArch64::SVEBitsPerBlock) in LowerSVEIntrinsicEXT()
10884 unsigned ByteSize = VT.getSizeInBits().getKnownMinSize() / 8; in LowerSVEIntrinsicEXT()
12371 if (SrcVT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock) in performST1ScatterCombine()
12436 if (RetVT.getSizeInBits().getKnownMinSize() > AArch64::SVEBitsPerBlock) in performLD1GatherCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h316 return {(BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable()}; in getStoreSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h456 return { (BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable() }; in getTypeStoreSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp148 MF->getDataLayout().getTypeAllocSize(Ty).getKnownMinSize(); in set()
DSelectionDAGBuilder.cpp4349 VT.getStoreSize().getKnownMinSize(), in visitMaskedStore()
4478 VT.getStoreSize().getKnownMinSize(), in visitMaskedScatter()
4551 VT.getStoreSize().getKnownMinSize(), in visitMaskedLoad()
4606 VT.getStoreSize().getKnownMinSize(), in visitMaskedGather()
9294 j*Parts[j].getValueType().getStoreSize().getKnownMinSize()); in LowerCallTo()
9768 ArgNo, PartBase+i*RegisterVT.getStoreSize().getKnownMinSize()); in LowerArguments()
9781 PartBase += VT.getStoreSize().getKnownMinSize(); in LowerArguments()
DLegalizeVectorTypes.cpp4772 unsigned WidenWidth = WidenVT.getSizeInBits().getKnownMinSize(); in FindMemType()
4815 unsigned MemVTWidth = MemVT.getSizeInBits().getKnownMinSize(); in FindMemType()
DSelectionDAG.cpp8990 assert(memvt.getStoreSize().getKnownMinSize() <= MMO->getSize() && in MemSDNode()
DDAGCombiner.cpp235 VT.getSizeInBits().getKnownMinSize() >= MaximumLegalStoreInBits) in DAGCombiner()
236 MaximumLegalStoreInBits = VT.getSizeInBits().getKnownMinSize(); in DAGCombiner()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp751 return getAlignmentInfo(AlignType, getTypeSizeInBits(Ty).getKnownMinSize(), in getAlignment()
DInstructions.cpp3042 if (SrcBits.getKnownMinSize() == 0 || DestBits.getKnownMinSize() == 0) in isBitCastable()