Searched refs:VectorWidth (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 194 if (VectorWidth != 1) { in scalarizeMaskedLoad() 210 VectorWidth, adjustForEndian(DL, VectorWidth, Idx))); in scalarizeMaskedLoad() 325 if (VectorWidth != 1) { in scalarizeMaskedStore() 340 VectorWidth, adjustForEndian(DL, VectorWidth, Idx))); in scalarizeMaskedStore() 446 if (VectorWidth != 1) { in scalarizeMaskedGather() 462 VectorWidth, adjustForEndian(DL, VectorWidth, Idx))); in scalarizeMaskedGather() 574 if (VectorWidth != 1) { in scalarizeMaskedScatter() 589 VectorWidth, adjustForEndian(DL, VectorWidth, Idx))); in scalarizeMaskedScatter() 679 if (VectorWidth != 1) { in scalarizeMaskedExpandLoad() 695 VectorWidth, adjustForEndian(DL, VectorWidth, Idx))); in scalarizeMaskedExpandLoad() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVETailPredication.cpp | 210 int VectorWidth = in IsSafeActiveMask() local 212 if (VectorWidth != 2 && VectorWidth != 4 && VectorWidth != 8 && in IsSafeActiveMask() 213 VectorWidth != 16) in IsSafeActiveMask() 250 if (VectorWidth != StepValue) { in IsSafeActiveMask() 270 (ConstElemCount->getZExtValue() + VectorWidth - 1) / VectorWidth; in IsSafeActiveMask() 351 if (BaseC->getAPInt().urem(VectorWidth) == 0) in IsSafeActiveMask() 356 Log2_64(VectorWidth)); in IsSafeActiveMask() 362 if (BaseC->getAPInt().urem(VectorWidth) == 0) in IsSafeActiveMask() 365 if (BaseC->getAPInt().urem(VectorWidth) == 0) in IsSafeActiveMask() 380 unsigned VectorWidth = in InsertVCTPIntrinsic() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InterleavedAccess.cpp | 610 int VectorWidth = VT.getSizeInBits(); in group2Shuffle() local 613 int Lane = (VectorWidth / 128 > 0) ? VectorWidth / 128 : 1; in group2Shuffle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1591 unsigned VectorWidth = 0; in translateGetElementPtr() local 1597 VectorWidth = cast<FixedVectorType>(VT)->getNumElements(); in translateGetElementPtr() 1599 WantSplatVector = VectorWidth > 1; in translateGetElementPtr() 1607 .buildSplatVector(LLT::fixed_vector(VectorWidth, PtrTy), BaseReg) in translateGetElementPtr() 1609 PtrIRTy = FixedVectorType::get(PtrIRTy, VectorWidth); in translateGetElementPtr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 2680 const SDLoc &DL, unsigned VectorWidth) { in extractSubVector() argument 2683 unsigned Factor = VT.getSizeInBits() / VectorWidth; in extractSubVector() 2688 unsigned ElemsPerChunk = VectorWidth / ElVT.getSizeInBits(); in extractSubVector()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 3074 let Args = [UnsignedArgument<"VectorWidth">];
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 5867 if (unsigned VectorWidth = getContext().BuiltinInfo.getRequiredVectorWidth(BuiltinID)) in EmitBuiltinExpr() local 5868 LargestVectorWidth = std::max(LargestVectorWidth, VectorWidth); in EmitBuiltinExpr()
|