Home
last modified time | relevance | path

Searched refs:ScalarSizeInBytes (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp163 uint64_t ScalarSizeInBytes = ScalarSize / 8; in vectorizeLoadInsert() local
164 if (Offset.urem(ScalarSizeInBytes) != 0) in vectorizeLoadInsert()
168 OffsetEltIndex = Offset.udiv(ScalarSizeInBytes).getZExtValue(); in vectorizeLoadInsert()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp163 uint64_t ScalarSizeInBytes = ScalarSize / 8; in vectorizeLoadInsert() local
164 if (Offset.urem(ScalarSizeInBytes) != 0) in vectorizeLoadInsert()
168 OffsetEltIndex = Offset.udiv(ScalarSizeInBytes).getZExtValue(); in vectorizeLoadInsert()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp172 uint64_t ScalarSizeInBytes = ScalarSize / 8; in vectorizeLoadInsert() local
173 if (Offset.urem(ScalarSizeInBytes) != 0) in vectorizeLoadInsert()
177 OffsetEltIndex = Offset.udiv(ScalarSizeInBytes).getZExtValue(); in vectorizeLoadInsert()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Vectorize/
H A DVectorCombine.cpp172 uint64_t ScalarSizeInBytes = ScalarSize / 8; in vectorizeLoadInsert() local
173 if (Offset.urem(ScalarSizeInBytes) != 0) in vectorizeLoadInsert()
177 OffsetEltIndex = Offset.udiv(ScalarSizeInBytes).getZExtValue(); in vectorizeLoadInsert()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp172 uint64_t ScalarSizeInBytes = ScalarSize / 8; in vectorizeLoadInsert() local
173 if (Offset.urem(ScalarSizeInBytes) != 0) in vectorizeLoadInsert()
177 OffsetEltIndex = Offset.udiv(ScalarSizeInBytes).getZExtValue(); in vectorizeLoadInsert()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp172 uint64_t ScalarSizeInBytes = ScalarSize / 8; in vectorizeLoadInsert() local
173 if (Offset.urem(ScalarSizeInBytes) != 0) in vectorizeLoadInsert()
177 OffsetEltIndex = Offset.udiv(ScalarSizeInBytes).getZExtValue(); in vectorizeLoadInsert()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp172 uint64_t ScalarSizeInBytes = ScalarSize / 8; in vectorizeLoadInsert() local
173 if (Offset.urem(ScalarSizeInBytes) != 0) in vectorizeLoadInsert()
177 OffsetEltIndex = Offset.udiv(ScalarSizeInBytes).getZExtValue(); in vectorizeLoadInsert()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp187 uint64_t ScalarSizeInBytes = ScalarSize / 8; in vectorizeLoadInsert() local
188 if (Offset.urem(ScalarSizeInBytes) != 0) in vectorizeLoadInsert()
192 OffsetEltIndex = Offset.udiv(ScalarSizeInBytes).getZExtValue(); in vectorizeLoadInsert()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp968 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
970 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
971 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp913 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
915 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
916 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1045 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1047 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1048 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1066 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1068 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1069 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1055 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1057 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1058 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1093 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1095 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1096 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1093 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1095 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1096 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1076 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1078 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1079 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1055 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1057 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1058 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1093 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1095 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1096 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1089 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1091 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1092 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1093 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1095 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1096 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1076 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1078 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1079 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1093 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1095 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1096 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1175 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1177 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1178 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1175 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1177 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1178 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1175 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8; in createBSWAPShuffleMask() local
1177 for (int J = ScalarSizeInBytes - 1; J >= 0; --J) in createBSWAPShuffleMask()
1178 ShuffleMask.push_back((I * ScalarSizeInBytes) + J); in createBSWAPShuffleMask()

123