Home
last modified time | relevance | path

Searched refs:NumSubBits (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19800 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
19824 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
19826 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
19837 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19795 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
19819 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
19821 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
19832 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19800 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
19824 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
19826 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
19837 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20944 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
20968 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
20970 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
20981 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20845 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
20869 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
20871 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
20882 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21893 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
21917 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
21919 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
21930 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21261 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
21285 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
21287 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
21298 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20688 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
20712 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
20714 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
20725 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21893 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
21917 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
21919 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
21930 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21893 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
21917 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
21919 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
21930 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21261 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
21285 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
21287 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
21298 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21893 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
21917 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
21919 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
21930 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21893 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
21917 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
21919 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
21930 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18107 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
18129 Bits.lshrInPlace((Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
18131 Bits.lshrInPlace(SubIdx * NumSubBits); in XformToShuffleWithZero()
18135 Bits = Bits.trunc(NumSubBits); in XformToShuffleWithZero()
18146 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17476 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
17498 Bits.lshrInPlace((Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
17500 Bits.lshrInPlace(SubIdx * NumSubBits); in XformToShuffleWithZero()
17504 Bits = Bits.trunc(NumSubBits); in XformToShuffleWithZero()
17515 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22111 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
22135 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
22137 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
22148 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19458 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
19480 Bits.lshrInPlace((Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
19482 Bits.lshrInPlace(SubIdx * NumSubBits); in XformToShuffleWithZero()
19486 Bits = Bits.trunc(NumSubBits); in XformToShuffleWithZero()
19497 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()