Home
last modified time | relevance | path

Searched refs:BitOffset (Results 201 – 225 of 617) sorted by relevance

12345678910>>...25

/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/IPO/
H A DLowerTypeTests.cpp126 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
127 if (BitOffset >= BitSize) in containsGlobalOffset()
130 return Bits.count(BitOffset); in containsGlobalOffset()
398 Value *BitOffset);
519 Value *BitOffset) { in createMaskedBitTest() argument
523 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
608 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
620 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
709 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
736 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/IPO/
H A DLowerTypeTests.cpp127 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
128 if (BitOffset >= BitSize) in containsGlobalOffset()
131 return Bits.count(BitOffset); in containsGlobalOffset()
399 Value *BitOffset);
520 Value *BitOffset) { in createMaskedBitTest() argument
524 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
609 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
621 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
710 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
737 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/IPO/
H A DLowerTypeTests.cpp127 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2;
128 if (BitOffset >= BitSize)
131 return Bits.count(BitOffset);
399 Value *BitOffset);
520 Value *BitOffset) {
524 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType);
609 return createMaskedBitTest(B, TIL.InlineBits, BitOffset);
621 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset);
710 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL);
737 return createBitSetTest(ThenB, TIL, BitOffset);
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/test/bs_SUITE_data/
H A Dbs_match_compiler.erl172 bin_tail_d(Bin, BitOffset) ->
173 Res = bin_tail_d_dead(Bin, BitOffset),
174 <<_:BitOffset,_:8,Tail/binary>> = Bin,
175 {Res,Tail} = bin_tail_d_var(Bin, BitOffset),
178 bin_tail_d_dead(Bin, BitOffset) ->
179 <<_:BitOffset,C,_/binary>> = Bin,
182 bin_tail_d_var(Bin, BitOffset) ->
183 <<_:BitOffset,C,Tail/binary>> = Bin,
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/test/bs_SUITE_data/
H A Dbs_match_compiler.erl172 bin_tail_d(Bin, BitOffset) ->
173 Res = bin_tail_d_dead(Bin, BitOffset),
174 <<_:BitOffset,_:8,Tail/binary>> = Bin,
175 {Res,Tail} = bin_tail_d_var(Bin, BitOffset),
178 bin_tail_d_dead(Bin, BitOffset) ->
179 <<_:BitOffset,C,_/binary>> = Bin,
182 bin_tail_d_var(Bin, BitOffset) ->
183 <<_:BitOffset,C,Tail/binary>> = Bin,
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/test/bs_SUITE_data/
H A Dbs_match_compiler.erl172 bin_tail_d(Bin, BitOffset) ->
173 Res = bin_tail_d_dead(Bin, BitOffset),
174 <<_:BitOffset,_:8,Tail/binary>> = Bin,
175 {Res,Tail} = bin_tail_d_var(Bin, BitOffset),
178 bin_tail_d_dead(Bin, BitOffset) ->
179 <<_:BitOffset,C,_/binary>> = Bin,
182 bin_tail_d_var(Bin, BitOffset) ->
183 <<_:BitOffset,C,Tail/binary>> = Bin,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp127 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
128 if (BitOffset >= BitSize) in containsGlobalOffset()
131 return Bits.count(BitOffset); in containsGlobalOffset()
459 Value *BitOffset);
585 Value *BitOffset) { in createMaskedBitTest() argument
589 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
674 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
686 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
778 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
805 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp127 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
128 if (BitOffset >= BitSize) in containsGlobalOffset()
131 return Bits.count(BitOffset); in containsGlobalOffset()
456 Value *BitOffset);
578 Value *BitOffset) { in createMaskedBitTest() argument
582 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
667 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
679 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
768 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
795 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp132 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
133 if (BitOffset >= BitSize) in containsGlobalOffset()
136 return Bits.count(BitOffset); in containsGlobalOffset()
463 Value *BitOffset);
590 Value *BitOffset) { in createMaskedBitTest() argument
594 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
679 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
691 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
783 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
810 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp127 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
128 if (BitOffset >= BitSize) in containsGlobalOffset()
131 return Bits.count(BitOffset); in containsGlobalOffset()
459 Value *BitOffset);
585 Value *BitOffset) { in createMaskedBitTest() argument
589 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
674 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
686 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
778 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
805 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/IPO/
H A DLowerTypeTests.cpp127 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
128 if (BitOffset >= BitSize) in containsGlobalOffset()
131 return Bits.count(BitOffset); in containsGlobalOffset()
456 Value *BitOffset);
578 Value *BitOffset) { in createMaskedBitTest() argument
582 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
667 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
679 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
768 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
795 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/IPO/
H A DLowerTypeTests.cpp132 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
133 if (BitOffset >= BitSize) in containsGlobalOffset()
136 return Bits.count(BitOffset); in containsGlobalOffset()
463 Value *BitOffset);
590 Value *BitOffset) { in createMaskedBitTest() argument
594 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
679 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
691 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
783 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
810 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp127 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
128 if (BitOffset >= BitSize) in containsGlobalOffset()
131 return Bits.count(BitOffset); in containsGlobalOffset()
459 Value *BitOffset);
585 Value *BitOffset) { in createMaskedBitTest() argument
589 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
674 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
686 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
778 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
805 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/IPO/
H A DLowerTypeTests.cpp127 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
128 if (BitOffset >= BitSize) in containsGlobalOffset()
131 return Bits.count(BitOffset); in containsGlobalOffset()
459 Value *BitOffset);
585 Value *BitOffset) { in createMaskedBitTest() argument
589 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
674 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
686 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
778 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
805 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp132 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
133 if (BitOffset >= BitSize) in containsGlobalOffset()
136 return Bits.count(BitOffset); in containsGlobalOffset()
463 Value *BitOffset);
590 Value *BitOffset) { in createMaskedBitTest() argument
594 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
679 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
691 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
783 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
810 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp127 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
128 if (BitOffset >= BitSize) in containsGlobalOffset()
131 return Bits.count(BitOffset); in containsGlobalOffset()
456 Value *BitOffset);
578 Value *BitOffset) { in createMaskedBitTest() argument
582 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
667 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
679 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
768 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
795 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp132 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
133 if (BitOffset >= BitSize) in containsGlobalOffset()
136 return Bits.count(BitOffset); in containsGlobalOffset()
463 Value *BitOffset);
590 Value *BitOffset) { in createMaskedBitTest() argument
594 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
679 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
691 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
783 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
810 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp132 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
133 if (BitOffset >= BitSize) in containsGlobalOffset()
136 return Bits.count(BitOffset); in containsGlobalOffset()
463 Value *BitOffset);
590 Value *BitOffset) { in createMaskedBitTest() argument
594 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
679 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
691 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
783 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
810 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp127 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
128 if (BitOffset >= BitSize) in containsGlobalOffset()
131 return Bits.count(BitOffset); in containsGlobalOffset()
459 Value *BitOffset);
585 Value *BitOffset) { in createMaskedBitTest() argument
589 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
674 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
686 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
778 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
805 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp132 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset() local
133 if (BitOffset >= BitSize) in containsGlobalOffset()
136 return Bits.count(BitOffset); in containsGlobalOffset()
463 Value *BitOffset);
590 Value *BitOffset) { in createMaskedBitTest() argument
594 BitOffset = B.CreateZExtOrTrunc(BitOffset, BitsType); in createMaskedBitTest()
679 return createMaskedBitTest(B, TIL.InlineBits, BitOffset); in createBitSetTest()
691 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest()
783 Value *BitOffset = B.CreateOr(OffsetSHR, OffsetSHL); in lowerTypeTestCall() local
810 return createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall()
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/disassembler/
H A Ddmopcode.c1002 Info->BitOffset += (UINT32) Op->Common.Value.Integer; in AcpiDmDisassembleOneOp()
1010 Info->BitOffset += Offset; in AcpiDmDisassembleOneOp()
1012 if (Info->BitOffset % 8 == 0) in AcpiDmDisassembleOneOp()
1014 AcpiOsPrintf ("Offset (0x%.2X)", ACPI_DIV_8 (Info->BitOffset)); in AcpiDmDisassembleOneOp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/parsers/
H A Dvp8_bool_decoder.h101 size_t BitOffset();
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/parsers/
H A Dvp8_bool_decoder.h100 size_t BitOffset();
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Serialization/
H A DASTRecordWriter.h107 void AddOffset(uint64_t BitOffset) { in AddOffset() argument
109 Record->push_back(BitOffset); in AddOffset()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Serialization/
H A DASTRecordWriter.h107 void AddOffset(uint64_t BitOffset) { in AddOffset() argument
109 Record->push_back(BitOffset); in AddOffset()

12345678910>>...25