/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetData.h | 163 bool isLegalInteger(unsigned Width) const { in isLegalInteger() function 171 return !isLegalInteger(Width); in isIllegalInteger()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 77 if (DL.isLegalInteger(OpSize) && in getOperationCost() 88 if (DL.isLegalInteger(DestSize) && in getOperationCost() 98 if (DL.isLegalInteger(DL.getTypeSizeInBits(Ty))) in getOperationCost()
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 236 bool isLegalInteger(uint64_t Width) const { in isLegalInteger() function 243 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); } in isIllegalInteger()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 243 bool isLegalInteger(uint64_t Width) const { in isLegalInteger() function 250 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); } in isIllegalInteger()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 221 bool FromLegal = MinBitWidth == 1 || DL.isLegalInteger(OrigBitWidth); in getMinBitWidth() 222 bool ToLegal = MinBitWidth == 1 || DL.isLegalInteger(MinBitWidth); in getMinBitWidth()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 78 if (DL.isLegalInteger(OpSize) && in getOperationCost() 89 if (DL.isLegalInteger(DestSize) && in getOperationCost() 99 if (DL.isLegalInteger(DL.getTypeSizeInBits(Ty))) in getOperationCost()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | IVUsers.cpp | 93 if (Width > 64 || (TD && !TD->isLegalInteger(Width))) in AddUsersIfInteresting()
|
D | InlineCost.cpp | 113 TD->isLegalInteger(TD->getTypeSizeInBits(CI->getType()))) in analyzeBasicBlock()
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 114 EXPECT_TRUE(M->getDataLayout().isLegalInteger(32)); in TEST_F() 116 EXPECT_FALSE(M->getDataLayout().isLegalInteger(32)); in TEST_F()
|
/external/llvm/lib/Analysis/ |
D | IVUsers.cpp | 140 if (Width > 64 || !DL.isLegalInteger(Width)) in AddUsersImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | IVUsers.cpp | 190 if (Width > 64 || !DL.isLegalInteger(Width)) in AddUsersImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 135 EXPECT_TRUE(M->getDataLayout().isLegalInteger(32)); in TEST_F() 137 EXPECT_FALSE(M->getDataLayout().isLegalInteger(32)); in TEST_F()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 757 if (TD && !TD->isLegalInteger(Width)) in visitCast() 1469 if (PhiWidth < BCWidth || (TD && !TD->isLegalInteger(PhiWidth))) in FindLoopCounter()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 899 !TD->isLegalInteger(PN.getType()->getPrimitiveSizeInBits())) in visitPHINode()
|
D | InstructionCombining.cpp | 96 bool FromLegal = TD->isLegalInteger(FromWidth); in ShouldChangeType() 97 bool ToLegal = TD->isLegalInteger(ToWidth); in ShouldChangeType()
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 815 if (!Cast->getModule()->getDataLayout().isLegalInteger(Width)) in visitIVCast() 1774 if (PhiWidth < BCWidth || !DL.isLegalInteger(PhiWidth)) in FindLoopCounter()
|
D | SROA.cpp | 1997 P.begin() != P.end() ? false : DL.isLegalInteger(SizeInBits); in isIntegerWideningViable() 2624 !DL.isLegalInteger(DL.getTypeSizeInBits(ScalarTy)) || in visitMemSetInst() 3824 DL.isLegalInteger(P.size() * 8)) in rewritePartition()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 997 !DL.isLegalInteger(PN.getType()->getPrimitiveSizeInBits())) in visitPHINode()
|
D | InstCombineLoadStoreAlloca.cpp | 477 DL.isLegalInteger(DL.getTypeStoreSizeInBits(Ty)) && in combineLoadToOperationType()
|
D | InstructionCombining.cpp | 95 bool FromLegal = DL.isLegalInteger(FromWidth); in ShouldChangeType() 96 bool ToLegal = DL.isLegalInteger(ToWidth); in ShouldChangeType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 867 if (!Cast->getModule()->getDataLayout().isLegalInteger(Width)) in visitIVCast() 2060 if (PhiWidth < BCWidth || !DL.isLegalInteger(PhiWidth)) in FindLoopCounter()
|
D | SROA.cpp | 2075 P.begin() != P.end() ? false : DL.isLegalInteger(SizeInBits); in isIntegerWideningViable() 2742 !DL.isLegalInteger(DL.getTypeSizeInBits(ScalarTy)) || in visitMemSetInst() 4033 DL.isLegalInteger(P.size() * 8)) in rewritePartition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 1255 !DL.isLegalInteger(PN.getType()->getPrimitiveSizeInBits())) in visitPHINode()
|
D | InstructionCombining.cpp | 155 bool FromLegal = FromWidth == 1 || DL.isLegalInteger(FromWidth); in shouldChangeType() 156 bool ToLegal = ToWidth == 1 || DL.isLegalInteger(ToWidth); in shouldChangeType()
|
D | InstCombineLoadStoreAlloca.cpp | 632 DL.isLegalInteger(DL.getTypeStoreSizeInBits(Ty)) && in combineLoadToOperationType()
|