Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/unittests/CodeGen/
DScalableVectorMVTsTest.cpp142 EXPECT_LT(nxv2i32.getSizeInBits().getKnownMinSize(), in TEST()
143 nxv2i64.getSizeInBits().getKnownMinSize()); in TEST()
144 EXPECT_LE(nxv4i32.getSizeInBits().getKnownMinSize(), in TEST()
145 nxv2i64.getSizeInBits().getKnownMinSize()); in TEST()
146 EXPECT_GT(nxv4i32.getSizeInBits().getKnownMinSize(), in TEST()
147 nxv2i32.getSizeInBits().getKnownMinSize()); in TEST()
148 EXPECT_GE(nxv2i64.getSizeInBits().getKnownMinSize(), in TEST()
149 nxv4i32.getSizeInBits().getKnownMinSize()); in TEST()
171 EXPECT_EQ(nxv2i32.getSizeInBits().getKnownMinSize(), 64U); in TEST()
172 EXPECT_EQ(nxv2f64.getSizeInBits().getKnownMinSize(), 128U); in TEST()
[all …]
/external/llvm-project/llvm/unittests/IR/
DVectorTypesTest.cpp286 EXPECT_EQ(V2I32Len.getKnownMinSize(), 64U); in TEST()
332 EXPECT_EQ(ScV2I32Len.getKnownMinSize(), 64U); in TEST()
335 EXPECT_LT(ScV2Int32Ty->getPrimitiveSizeInBits().getKnownMinSize(), in TEST()
336 ScV4Int32Ty->getPrimitiveSizeInBits().getKnownMinSize()); in TEST()
337 EXPECT_GT(ScV2Int64Ty->getPrimitiveSizeInBits().getKnownMinSize(), in TEST()
338 ScV2Int32Ty->getPrimitiveSizeInBits().getKnownMinSize()); in TEST()
339 EXPECT_EQ(ScV4Int32Ty->getPrimitiveSizeInBits().getKnownMinSize(), in TEST()
340 ScV2Int64Ty->getPrimitiveSizeInBits().getKnownMinSize()); in TEST()
341 EXPECT_NE(ScV2Int32Ty->getPrimitiveSizeInBits().getKnownMinSize(), in TEST()
342 ScV2Int64Ty->getPrimitiveSizeInBits().getKnownMinSize()); in TEST()
[all …]
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackOffset.h61 ScalableBytes += Other.first * ((int64_t)Size.getKnownMinSize() / 8);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h316 return {(BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable()}; in getStoreSize()
/external/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.h357 return {(BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable()}; in getStoreSize()
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h470 return { (BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable() }; in getTypeStoreSize()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h456 return { (BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable() }; in getTypeStoreSize()
/external/llvm-project/llvm/lib/IR/
DValue.cpp724 DerefBytes = DL.getTypeStoreSize(ArgMemTy).getKnownMinSize(); in getPointerDereferenceableBytes()
769 DL.getTypeStoreSize(AI->getAllocatedType()).getKnownMinSize(); in getPointerDereferenceableBytes()
DDataLayout.cpp795 unsigned BitWidth = getTypeSizeInBits(Ty).getKnownMinSize(); in getAlignment()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1047 unsigned IncrementSize = MemVT.getSizeInBits().getKnownMinSize() / 8; in IncrementPointer()
2507 Alignment, LoMemVT.getSizeInBits().getKnownMinSize() / 8); in SplitVecOp_MSTORE()
4923 unsigned WidenWidth = WidenVT.getSizeInBits().getKnownMinSize(); in FindMemType()
4966 unsigned MemVTWidth = MemVT.getSizeInBits().getKnownMinSize(); in FindMemType()
5045 EVT NewVT = FindMemType(DAG, TLI, LdWidth.getKnownMinSize(), WidenVT, LdAlign, in GenWidenVectorLoads()
5046 WidthDiff.getKnownMinSize()); in GenWidenVectorLoads()
5087 NewVT = FindMemType(DAG, TLI, LdWidth.getKnownMinSize(), WidenVT, LdAlign, in GenWidenVectorLoads()
5088 WidthDiff.getKnownMinSize()); in GenWidenVectorLoads()
5134 NewLdTySize.isKnownMultipleOf(LdTySize.getKnownMinSize())); in GenWidenVectorLoads()
5136 NewLdTySize.getKnownMinSize() / LdTySize.getKnownMinSize(); in GenWidenVectorLoads()
[all …]
DFunctionLoweringInfo.cpp160 MF->getDataLayout().getTypeAllocSize(Ty).getKnownMinSize(); in set()
/external/llvm-project/llvm/include/llvm/Support/
DTypeSize.h422 ScalarTy getKnownMinSize() const { return getKnownMinValue(); }
DMachineValueType.h1002 return {(BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable()}; in getStoreSize()
/external/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()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp119 uint64_t AllocElTySize = DL.getTypeAllocSize(AllocElTy).getKnownMinSize(); in PromoteCastOfAllocation()
120 uint64_t CastElTySize = DL.getTypeAllocSize(CastElTy).getKnownMinSize(); in PromoteCastOfAllocation()
125 uint64_t AllocElTyStoreSize = DL.getTypeStoreSize(AllocElTy).getKnownMinSize(); in PromoteCastOfAllocation()
126 uint64_t CastElTyStoreSize = DL.getTypeStoreSize(CastElTy).getKnownMinSize(); in PromoteCastOfAllocation()
DInstCombineLoadStoreAlloca.cpp366 if (DL.getTypeAllocSize(AI.getAllocatedType()).getKnownMinSize() == 0) { in visitAllocaInst()
384 .getKnownMinSize() != 0) { in visitAllocaInst()
/external/llvm-project/llvm/lib/Transforms/Utils/
DAssumeBundleBuilder.cpp252 .getKnownMinSize(); in addAccessedPtr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp751 return getAlignmentInfo(AlignType, getTypeSizeInBits(Ty).getKnownMinSize(), in getAlignment()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2307 VT->getPrimitiveSizeInBits().getKnownMinSize()); in EmitAsmStmt()
2346 VT->getPrimitiveSizeInBits().getKnownMinSize()); in EmitAsmStmt()
2435 VT->getPrimitiveSizeInBits().getKnownMinSize()); in EmitAsmStmt()
DCodeGenFunction.cpp481 VT->getPrimitiveSizeInBits().getKnownMinSize()); in FinishFunction()
487 VT->getPrimitiveSizeInBits().getKnownMinSize()); in FinishFunction()
/external/llvm-project/llvm/lib/Analysis/
DInlineCost.cpp870 AllocSize->getLimitedValue(), DL.getTypeAllocSize(Ty).getKnownMinSize(), in visitAlloca()
884 SaturatingAdd(DL.getTypeAllocSize(Ty).getKnownMinSize(), AllocatedSize); in visitAlloca()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp510 A.getSizeInBits().getKnownMinSize()); in EnforceSmallerThan()
512 B.getSizeInBits().getKnownMinSize()); in EnforceSmallerThan()
524 A.getSizeInBits().getKnownMinSize()) <= in EnforceSmallerThan()
526 B.getSizeInBits().getKnownMinSize()); in EnforceSmallerThan()

12