Home
last modified time | relevance | path

Searched refs:BitMask2 (Results 1 – 25 of 33) sorted by relevance

12

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/
H A Dbitmask.h47 class BitMask2
51 BitMask2(
55 ~BitMask2();
102 inline BitMask2::BitMask2( in BitMask2() function
113 inline BitMask2::~BitMask2() in ~BitMask2()
128 inline void BitMask2::clear() in clear()
133 inline void BitMask2::clear( in clear()
143 inline void BitMask2::set( in set()
153 inline void BitMask2::set( in set()
161 inline bool BitMask2::get( in get()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_bitmask.cpp45 BitMask2 bitmask(2, 2); in TEST_SUITE()
57 BitMask2 bitmask(2, 2); in TEST_SUITE()
67 BitMask2 bitmask(2, 2); in TEST_SUITE()
78 BitMask2 bitmask(2, 2); in TEST_SUITE()
87 bool are_equal(const BitMask2& bitmask, const bool* values) in TEST_SUITE()
111 BitMask2 bitmask(Width, Height); in TEST_SUITE()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/intersection/
H A Dintersectionfilter.h127 foundation::BitMask2 m_bitmask;
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/4.0/
H A DInstCombineSimplifyDemanded.cpp862 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in SimplifyShrShlDemandedBits() local
869 BitMask2 <<= (ShlAmt - ShrAmt); in SimplifyShrShlDemandedBits()
871 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in SimplifyShrShlDemandedBits()
872 BitMask2.ashr(ShrAmt - ShlAmt); in SimplifyShrShlDemandedBits()
876 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in SimplifyShrShlDemandedBits()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1025 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
1032 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
1034 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
1035 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
1039 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1025 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
1032 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
1034 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
1035 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
1039 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp985 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
992 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
994 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
995 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
999 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1025 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
1032 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
1034 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
1035 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
1039 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1025 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
1032 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
1034 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
1035 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
1039 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp954 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
961 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
963 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
964 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
968 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp985 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
992 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
994 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
995 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
999 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1025 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
1032 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
1034 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
1035 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
1039 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineSimplifyDemanded.cpp896 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
903 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
906 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt) : in simplifyShrShlDemandedBits()
907 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
911 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1065 APInt BitMask2(APInt::getAllOnes(BitWidth)); in simplifyShrShlDemandedBits() local
1072 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
1074 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
1075 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
1079 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp925 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
932 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
934 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
935 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
939 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp927 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
934 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
936 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
937 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
941 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp881 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
888 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
890 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
891 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
895 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp983 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
990 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
992 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
993 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
997 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp955 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
962 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
964 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
965 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
969 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp983 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
990 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
992 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
993 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
997 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp955 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
962 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
964 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
965 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
969 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp955 APInt BitMask2(APInt::getAllOnesValue(BitWidth)); in simplifyShrShlDemandedBits() local
962 BitMask2 <<= (ShlAmt - ShrAmt); in simplifyShrShlDemandedBits()
964 BitMask2 = isLshr ? BitMask2.lshr(ShrAmt - ShlAmt): in simplifyShrShlDemandedBits()
965 BitMask2.ashr(ShrAmt - ShlAmt); in simplifyShrShlDemandedBits()
969 if ((BitMask1 & DemandedMask) == (BitMask2 & DemandedMask)) { in simplifyShrShlDemandedBits()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
H A DVfrSyntax.g3404 IN UINT32 BitMask2,
3409 ConvertIdExpr (ExpOpCount, LineNo, QId2, VarId2Str, BitMask2);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g4975 IN UINT32 BitMask2,
4980 ConvertIdExpr (ExpOpCount, LineNo, QId2, VarId2Str, BitMask2);
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g5600 IN UINT32 BitMask2,
5605 ConvertIdExpr (ExpOpCount, LineNo, QId2, VarId2Str, BitMask2);

12