/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 316 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 316 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 363 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 363 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 363 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 363 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 363 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 363 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 363 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 363 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 363 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 363 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 363 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 363 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 363 ; (and Y, Mask1Imm)' iff Mask0Imm and ~Mask1Imm are equivalent and one of the
|
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2374 uint64_t Mask0Imm, Mask1Imm; in tryBitfieldInsertOpFromOr() local 2379 isOpcWithIntImmediate(And1.getNode(), ISD::AND, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2380 APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2381 (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) { in tryBitfieldInsertOpFromOr() 2388 std::swap(Mask0Imm, Mask1Imm); in tryBitfieldInsertOpFromOr() 2393 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr()
|
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2343 uint64_t Mask0Imm, Mask1Imm; in tryBitfieldInsertOpFromOr() local 2348 isOpcWithIntImmediate(And1.getNode(), ISD::AND, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2349 APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2350 (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) { in tryBitfieldInsertOpFromOr() 2357 std::swap(Mask0Imm, Mask1Imm); in tryBitfieldInsertOpFromOr() 2362 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr()
|
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2350 uint64_t Mask0Imm, Mask1Imm; 2355 isOpcWithIntImmediate(And1.getNode(), ISD::AND, Mask1Imm) && 2356 APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) && 2357 (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) { 2364 std::swap(Mask0Imm, Mask1Imm); 2369 unsigned LSB = countTrailingZeros(Mask1Imm);
|
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2460 uint64_t Mask0Imm, Mask1Imm; in tryBitfieldInsertOpFromOr() local 2465 isOpcWithIntImmediate(And1.getNode(), ISD::AND, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2466 APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2467 (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) { in tryBitfieldInsertOpFromOr() 2474 std::swap(Mask0Imm, Mask1Imm); in tryBitfieldInsertOpFromOr() 2479 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2460 uint64_t Mask0Imm, Mask1Imm; in tryBitfieldInsertOpFromOr() local 2465 isOpcWithIntImmediate(And1.getNode(), ISD::AND, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2466 APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2467 (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) { in tryBitfieldInsertOpFromOr() 2474 std::swap(Mask0Imm, Mask1Imm); in tryBitfieldInsertOpFromOr() 2479 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2460 uint64_t Mask0Imm, Mask1Imm; in tryBitfieldInsertOpFromOr() local 2465 isOpcWithIntImmediate(And1.getNode(), ISD::AND, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2466 APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2467 (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) { in tryBitfieldInsertOpFromOr() 2474 std::swap(Mask0Imm, Mask1Imm); in tryBitfieldInsertOpFromOr() 2479 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2641 uint64_t Mask0Imm, Mask1Imm; in tryBitfieldInsertOpFromOr() local 2646 isOpcWithIntImmediate(And1.getNode(), ISD::AND, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2647 APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2648 (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) { in tryBitfieldInsertOpFromOr() 2655 std::swap(Mask0Imm, Mask1Imm); in tryBitfieldInsertOpFromOr() 2660 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2628 uint64_t Mask0Imm, Mask1Imm; in tryBitfieldInsertOpFromOr() local 2633 isOpcWithIntImmediate(And1.getNode(), ISD::AND, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2634 APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2635 (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) { in tryBitfieldInsertOpFromOr() 2642 std::swap(Mask0Imm, Mask1Imm); in tryBitfieldInsertOpFromOr() 2647 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr()
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2686 uint64_t Mask0Imm, Mask1Imm; in tryBitfieldInsertOpFromOr() local 2691 isOpcWithIntImmediate(And1.getNode(), ISD::AND, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2692 APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2693 (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) { in tryBitfieldInsertOpFromOr() 2700 std::swap(Mask0Imm, Mask1Imm); in tryBitfieldInsertOpFromOr() 2705 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2644 uint64_t Mask0Imm, Mask1Imm; in tryBitfieldInsertOpFromOr() local 2649 isOpcWithIntImmediate(And1.getNode(), ISD::AND, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2650 APInt(BitWidth, Mask0Imm) == ~APInt(BitWidth, Mask1Imm) && in tryBitfieldInsertOpFromOr() 2651 (isShiftedMask(Mask0Imm, VT) || isShiftedMask(Mask1Imm, VT))) { in tryBitfieldInsertOpFromOr() 2658 std::swap(Mask0Imm, Mask1Imm); in tryBitfieldInsertOpFromOr() 2663 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr()
|