Home
last modified time | relevance | path

Searched refs:ConstLength (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3664 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3667 if (Length->isIntegerConstantExpr(ConstLength, C)) { in EmitOMPArraySectionExpr()
3668 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3678 --ConstLength; in EmitOMPArraySectionExpr()
3694 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3704 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3712 if (Length->isIntegerConstantExpr(ConstLength, C)) in EmitOMPArraySectionExpr()
3716 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
3726 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3727 --ConstLength; in EmitOMPArraySectionExpr()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3575 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3578 if (Length->isIntegerConstantExpr(ConstLength, C)) { in EmitOMPArraySectionExpr()
3579 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3589 --ConstLength; in EmitOMPArraySectionExpr()
3605 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3615 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3623 if (Length->isIntegerConstantExpr(ConstLength, C)) in EmitOMPArraySectionExpr()
3627 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
3637 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3638 --ConstLength; in EmitOMPArraySectionExpr()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3525 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3528 if (Length->isIntegerConstantExpr(ConstLength, C)) { in EmitOMPArraySectionExpr()
3529 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3539 --ConstLength; in EmitOMPArraySectionExpr()
3555 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3565 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3573 if (Length->isIntegerConstantExpr(ConstLength, C)) in EmitOMPArraySectionExpr()
3577 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
3587 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3588 --ConstLength; in EmitOMPArraySectionExpr()
[all …]
H A DCGOpenMPRuntime.cpp6730 llvm::APSInt ConstLength;
6731 if (!Length->EvaluateAsInt(ConstLength, CGF.getContext()))
6734 return ConstLength.getSExtValue() != 1;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGExpr.cpp1006 llvm::APSInt ConstLength = ConstLengthResult.Val.getInt(); in canSetBoundsOnArraySubscript() local
1017 if (ConstLength == 0) { in canSetBoundsOnArraySubscript()
4832 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
4835 if (Length->isIntegerConstantExpr(ConstLength, C)) { in EmitOMPArraySectionExpr()
4836 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4846 --ConstLength; in EmitOMPArraySectionExpr()
4880 if (Length->isIntegerConstantExpr(ConstLength, C)) in EmitOMPArraySectionExpr()
4884 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
4894 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4895 --ConstLength; in EmitOMPArraySectionExpr()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3868 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3871 if (Length->isIntegerConstantExpr(ConstLength, C)) { in EmitOMPArraySectionExpr()
3872 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3882 --ConstLength; in EmitOMPArraySectionExpr()
3898 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3908 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3916 if (Length->isIntegerConstantExpr(ConstLength, C)) in EmitOMPArraySectionExpr()
3920 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
3930 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3931 --ConstLength; in EmitOMPArraySectionExpr()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGExpr.cpp3732 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3735 if (Length->isIntegerConstantExpr(ConstLength, C)) { in EmitOMPArraySectionExpr()
3736 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3746 --ConstLength; in EmitOMPArraySectionExpr()
3762 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3772 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3780 if (Length->isIntegerConstantExpr(ConstLength, C)) in EmitOMPArraySectionExpr()
3784 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
3794 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3795 --ConstLength; in EmitOMPArraySectionExpr()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3732 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3735 if (Length->isIntegerConstantExpr(ConstLength, C)) { in EmitOMPArraySectionExpr()
3736 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3746 --ConstLength; in EmitOMPArraySectionExpr()
3762 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3772 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3780 if (Length->isIntegerConstantExpr(ConstLength, C)) in EmitOMPArraySectionExpr()
3784 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
3794 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3795 --ConstLength; in EmitOMPArraySectionExpr()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGExpr.cpp3946 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3950 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3962 --ConstLength; in EmitOMPArraySectionExpr()
3978 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3988 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3997 ConstLength = *L; in EmitOMPArraySectionExpr()
4002 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
4012 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4013 --ConstLength; in EmitOMPArraySectionExpr()
4014 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3894 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3898 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3910 --ConstLength; in EmitOMPArraySectionExpr()
3926 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3936 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3945 ConstLength = *L; in EmitOMPArraySectionExpr()
3950 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
3960 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3961 --ConstLength; in EmitOMPArraySectionExpr()
3962 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExpr.cpp3947 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3951 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3963 --ConstLength; in EmitOMPArraySectionExpr()
3979 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3989 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3998 ConstLength = *L; in EmitOMPArraySectionExpr()
4003 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
4013 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4014 --ConstLength; in EmitOMPArraySectionExpr()
4015 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGExpr.cpp3933 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3937 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3949 --ConstLength; in EmitOMPArraySectionExpr()
3965 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3975 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3984 ConstLength = *L; in EmitOMPArraySectionExpr()
3989 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
3999 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4000 --ConstLength; in EmitOMPArraySectionExpr()
4001 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExpr.cpp3947 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3951 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3963 --ConstLength; in EmitOMPArraySectionExpr()
3979 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3989 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3998 ConstLength = *L; in EmitOMPArraySectionExpr()
4003 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
4013 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4014 --ConstLength; in EmitOMPArraySectionExpr()
4015 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3947 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3951 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3963 --ConstLength; in EmitOMPArraySectionExpr()
3979 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3989 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3998 ConstLength = *L; in EmitOMPArraySectionExpr()
4003 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
4013 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4014 --ConstLength; in EmitOMPArraySectionExpr()
4015 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGExpr.cpp3933 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3937 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3949 --ConstLength; in EmitOMPArraySectionExpr()
3965 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3975 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3984 ConstLength = *L; in EmitOMPArraySectionExpr()
3989 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
3999 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4000 --ConstLength; in EmitOMPArraySectionExpr()
4001 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGExpr.cpp3947 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3951 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3963 --ConstLength; in EmitOMPArraySectionExpr()
3979 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3989 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3998 ConstLength = *L; in EmitOMPArraySectionExpr()
4003 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
4013 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4014 --ConstLength; in EmitOMPArraySectionExpr()
4015 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGExpr.cpp3947 llvm::APSInt ConstLength; in EmitOMPArraySectionExpr() local
3951 ConstLength = CL->zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
3963 --ConstLength; in EmitOMPArraySectionExpr()
3979 : llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
3989 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength + ConstLowerBound); in EmitOMPArraySectionExpr()
3998 ConstLength = *L; in EmitOMPArraySectionExpr()
4003 ConstLength = CAT->getSize(); in EmitOMPArraySectionExpr()
4013 ConstLength = ConstLength.zextOrTrunc(PointerWidthInBits); in EmitOMPArraySectionExpr()
4014 --ConstLength; in EmitOMPArraySectionExpr()
4015 Idx = llvm::ConstantInt::get(IntPtrTy, ConstLength); in EmitOMPArraySectionExpr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp11795 llvm::APSInt ConstLength; in checkArrayExpressionDoesNotReferToWholeSize() local
11796 if (!Length->EvaluateAsInt(ConstLength, SemaRef.getASTContext())) in checkArrayExpressionDoesNotReferToWholeSize()
11799 return CATy->getSize().getSExtValue() != ConstLength.getSExtValue(); in checkArrayExpressionDoesNotReferToWholeSize()
11829 llvm::APSInt ConstLength; in checkArrayExpressionDoesNotReferToUnitySize() local
11830 if (!Length->EvaluateAsInt(ConstLength, SemaRef.getASTContext())) in checkArrayExpressionDoesNotReferToUnitySize()
11833 return ConstLength.getSExtValue() != 1; in checkArrayExpressionDoesNotReferToUnitySize()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp12344 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
12345 return CATy->getSize().getSExtValue() != ConstLength.getSExtValue(); in checkArrayExpressionDoesNotReferToWholeSize()
12379 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToUnitySize() local
12380 return ConstLength.getSExtValue() != 1; in checkArrayExpressionDoesNotReferToUnitySize()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp13363 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
13364 return CATy->getSize().getSExtValue() != ConstLength.getSExtValue(); in checkArrayExpressionDoesNotReferToWholeSize()
13398 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToUnitySize() local
13399 return ConstLength.getSExtValue() != 1; in checkArrayExpressionDoesNotReferToUnitySize()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15178 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
15179 return CATy->getSize().getSExtValue() != ConstLength.getSExtValue(); in checkArrayExpressionDoesNotReferToWholeSize()
15213 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToUnitySize() local
15214 return ConstLength.getSExtValue() != 1; in checkArrayExpressionDoesNotReferToUnitySize()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp15178 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
15179 return CATy->getSize().getSExtValue() != ConstLength.getSExtValue(); in checkArrayExpressionDoesNotReferToWholeSize()
15213 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToUnitySize() local
15214 return ConstLength.getSExtValue() != 1; in checkArrayExpressionDoesNotReferToUnitySize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp16733 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
16734 return CATy->getSize().getSExtValue() != ConstLength.getSExtValue(); in checkArrayExpressionDoesNotReferToWholeSize()
16769 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToUnitySize() local
16770 return ConstLength.getSExtValue() != 1; in checkArrayExpressionDoesNotReferToUnitySize()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp16883 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
16884 return CATy->getSize().getSExtValue() != ConstLength.getSExtValue(); in checkArrayExpressionDoesNotReferToWholeSize()
16919 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToUnitySize() local
16920 return ConstLength.getSExtValue() != 1; in checkArrayExpressionDoesNotReferToUnitySize()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp16579 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToWholeSize() local
16580 return CATy->getSize().getSExtValue() != ConstLength.getSExtValue(); in checkArrayExpressionDoesNotReferToWholeSize()
16615 llvm::APSInt ConstLength = Result.Val.getInt(); in checkArrayExpressionDoesNotReferToUnitySize() local
16616 return ConstLength.getSExtValue() != 1; in checkArrayExpressionDoesNotReferToUnitySize()

12