/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScalarizeMaskedMemIntrin.cpp | 159 unsigned VectorWidth = VecType->getNumElements(); in scalarizeMaskedLoad() local 295 unsigned VectorWidth = VecType->getNumElements(); in scalarizeMaskedStore() local 409 unsigned VectorWidth = VecType->getNumElements(); in scalarizeMaskedGather() local 533 unsigned VectorWidth = Src->getType()->getVectorNumElements(); in scalarizeMaskedScatter() local 615 unsigned VectorWidth = VecType->getNumElements(); in scalarizeMaskedExpandLoad() local 728 unsigned VectorWidth = VecType->getNumElements(); in scalarizeMaskedCompressStore() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | ScalarizeMaskedMemIntrin.cpp | 162 unsigned VectorWidth = cast<FixedVectorType>(VecType)->getNumElements(); in scalarizeMaskedLoad() local 299 unsigned VectorWidth = cast<FixedVectorType>(VecType)->getNumElements(); in scalarizeMaskedStore() local 413 unsigned VectorWidth = VecType->getNumElements(); in scalarizeMaskedGather() local 538 unsigned VectorWidth = SrcFVTy->getNumElements(); in scalarizeMaskedScatter() local 620 unsigned VectorWidth = VecType->getNumElements(); in scalarizeMaskedExpandLoad() local 744 unsigned VectorWidth = VecType->getNumElements(); in scalarizeMaskedCompressStore() local
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 210 int VectorWidth = in IsSafeActiveMask() local 351 unsigned VectorWidth = in InsertVCTPIntrinsic() local
|
/external/llvm-project/polly/lib/Transform/ |
D | ScheduleOptimizer.cpp | 357 static isl::set addExtentConstraints(isl::set Set, int VectorWidth) { in addExtentConstraints() 371 isl::set getPartialTilePrefixes(isl::set ScheduleRange, int VectorWidth) { in getPartialTilePrefixes() 384 int VectorWidth) { in isolateFullPartialTiles() 400 isl::schedule_node Node, unsigned DimToVectorize, int VectorWidth) { in prevectSchedBand()
|
/external/llvm-project/polly/lib/CodeGen/ |
D | BlockGenerators.cpp | 1053 unsigned VectorWidth = getVectorWidth(); in generateStrideOneLoad() local 1106 int VectorWidth = getVectorWidth(); in generateUnknownStrideLoad() local 1163 int VectorWidth = getVectorWidth(); in copyUnaryInst() local 1236 int VectorWidth = getVectorWidth(); in extractScalarValues() local 1268 int VectorWidth = getVectorWidth(); in copyInstScalarized() local
|
D | IslNodeBuilder.cpp | 417 int VectorWidth = getNumberOfIterations(isl::manage_copy(Child)); in createMark() local 434 int VectorWidth) { in createForVector() 767 int VectorWidth = getNumberOfIterations(isl::manage_copy(For)); in createFor() local
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMismatchedFormatsTests.cpp | 72 int VectorWidth; member
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InterleavedAccess.cpp | 618 int VectorWidth = VT.getSizeInBits(); in group2Shuffle() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InterleavedAccess.cpp | 612 int VectorWidth = VT.getSizeInBits(); in group2Shuffle() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 161 unsigned VectorWidth = EI.getVectorOperandType()->getNumElements(); in visitExtractElementInst() local
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1216 unsigned VectorWidth = VecType->getNumElements(); in scalarizeMaskedLoad() local 1358 unsigned VectorWidth = VecType->getNumElements(); in scalarizeMaskedStore() local 1467 unsigned VectorWidth = VecType->getNumElements(); in scalarizeMaskedGather() local 1597 unsigned VectorWidth = Src->getType()->getVectorNumElements(); in scalarizeMaskedScatter() local
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1469 unsigned VectorWidth = 0; in translateGetElementPtr() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3291 unsigned VectorWidth = I.getType()->isVectorTy() ? in visitGetElementPtr() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3885 unsigned VectorWidth = I.getType()->isVectorTy() ? in visitGetElementPtr() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 4859 if (unsigned VectorWidth = getContext().BuiltinInfo.getRequiredVectorWidth(BuiltinID)) in EmitBuiltinExpr() local
|