Home
last modified time | relevance | path

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

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dfields.c52 struct InnerBits { struct
92 extern struct InnerBits getInner(); in testBitfields()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp826 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
827 if (ShAmt < InnerBits && NewMask.getActiveBits() <= InnerBits && in SimplifyDemandedBits()
847 unsigned InnerShAmt = SA2->getLimitedValue(InnerBits); in SimplifyDemandedBits()
849 InnerShAmt < InnerBits && in SimplifyDemandedBits()
850 NewMask.getActiveBits() <= (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp874 unsigned InnerBits = InnerVT.getScalarSizeInBits();
875 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits &&
895 unsigned InnerShAmt = SA2->getLimitedValue(InnerBits);
896 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits &&
898 (InnerBits - InnerShAmt + ShAmt) &&
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1072 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1073 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()
1093 unsigned InnerShAmt = SA2->getLimitedValue(InnerBits); in SimplifyDemandedBits()
1094 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()
1096 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1373 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1374 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()
1394 unsigned InnerShAmt = SA2->getLimitedValue(InnerBits); in SimplifyDemandedBits()
1395 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()
1397 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1373 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1374 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()
1394 unsigned InnerShAmt = SA2->getLimitedValue(InnerBits); in SimplifyDemandedBits()
1395 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()
1397 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1373 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1374 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()
1394 unsigned InnerShAmt = SA2->getLimitedValue(InnerBits); in SimplifyDemandedBits()
1395 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()
1397 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1475 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1476 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()
1499 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()
1501 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1494 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1495 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()
1518 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()
1520 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1468 unsigned InnerBits = InnerVT.getScalarSizeInBits(); in SimplifyDemandedBits() local
1469 if (ShAmt < InnerBits && DemandedBits.getActiveBits() <= InnerBits && in SimplifyDemandedBits()
1492 if (InnerShAmt < ShAmt && InnerShAmt < InnerBits && in SimplifyDemandedBits()
1494 (InnerBits - InnerShAmt + ShAmt) && in SimplifyDemandedBits()

12