/external/llvm-project/llvm/unittests/CodeGen/ |
D | ScalableVectorMVTsTest.cpp | 142 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/ |
D | VectorTypesTest.cpp | 286 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/ |
D | TypeSize.h | 132 uint64_t getKnownMinSize() const { in getKnownMinSize() function 200 return {(Size.getKnownMinSize() + Align - 1) / Align * Align, in alignTo()
|
D | MachineValueType.h | 843 return {(BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable()}; in getStoreSize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackOffset.h | 61 ScalableBytes += Other.first * ((int64_t)Size.getKnownMinSize() / 8);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 316 return {(BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable()}; in getStoreSize()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 357 return {(BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable()}; in getStoreSize()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DataLayout.h | 470 return { (BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable() }; in getTypeStoreSize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 456 return { (BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable() }; in getTypeStoreSize()
|
/external/llvm-project/llvm/lib/IR/ |
D | Value.cpp | 724 DerefBytes = DL.getTypeStoreSize(ArgMemTy).getKnownMinSize(); in getPointerDereferenceableBytes() 769 DL.getTypeStoreSize(AI->getAllocatedType()).getKnownMinSize(); in getPointerDereferenceableBytes()
|
D | DataLayout.cpp | 795 unsigned BitWidth = getTypeSizeInBits(Ty).getKnownMinSize(); in getAlignment()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 1047 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 …]
|
D | FunctionLoweringInfo.cpp | 160 MF->getDataLayout().getTypeAllocSize(Ty).getKnownMinSize(); in set()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | TypeSize.h | 422 ScalarTy getKnownMinSize() const { return getKnownMinValue(); }
|
D | MachineValueType.h | 1002 return {(BaseSize.getKnownMinSize() + 7) / 8, BaseSize.isScalable()}; in getStoreSize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 148 MF->getDataLayout().getTypeAllocSize(Ty).getKnownMinSize(); in set()
|
D | SelectionDAGBuilder.cpp | 4349 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/ |
D | InstCombineCasts.cpp | 119 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()
|
D | InstCombineLoadStoreAlloca.cpp | 366 if (DL.getTypeAllocSize(AI.getAllocatedType()).getKnownMinSize() == 0) { in visitAllocaInst() 384 .getKnownMinSize() != 0) { in visitAllocaInst()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | AssumeBundleBuilder.cpp | 252 .getKnownMinSize(); in addAccessedPtr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 751 return getAlignmentInfo(AlignType, getTypeSizeInBits(Ty).getKnownMinSize(), in getAlignment()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 2307 VT->getPrimitiveSizeInBits().getKnownMinSize()); in EmitAsmStmt() 2346 VT->getPrimitiveSizeInBits().getKnownMinSize()); in EmitAsmStmt() 2435 VT->getPrimitiveSizeInBits().getKnownMinSize()); in EmitAsmStmt()
|
D | CodeGenFunction.cpp | 481 VT->getPrimitiveSizeInBits().getKnownMinSize()); in FinishFunction() 487 VT->getPrimitiveSizeInBits().getKnownMinSize()); in FinishFunction()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InlineCost.cpp | 870 AllocSize->getLimitedValue(), DL.getTypeAllocSize(Ty).getKnownMinSize(), in visitAlloca() 884 SaturatingAdd(DL.getTypeAllocSize(Ty).getKnownMinSize(), AllocatedSize); in visitAlloca()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 510 A.getSizeInBits().getKnownMinSize()); in EnforceSmallerThan() 512 B.getSizeInBits().getKnownMinSize()); in EnforceSmallerThan() 524 A.getSizeInBits().getKnownMinSize()) <= in EnforceSmallerThan() 526 B.getSizeInBits().getKnownMinSize()); in EnforceSmallerThan()
|