Searched refs:VectorSize (Results 1 – 4 of 4) sorted by relevance
1609 int64_t VectorSize = cast<IntInit>(Expr->getArg(0))->getValue(); in emitDagShuffle() local1610 VectorSize /= ElementSize; in emitDagShuffle()1613 for (unsigned VI = 0; VI < Elts2.size(); VI += VectorSize) { in emitDagShuffle()1614 for (int LI = VectorSize - 1; LI >= 0; --LI) { in emitDagShuffle()
2646 int VectorSize = 0; in LookupNeonLLVMIntrinsic() local2648 VectorSize = 64; in LookupNeonLLVMIntrinsic()2650 VectorSize = 128; in LookupNeonLLVMIntrinsic()2658 Ty, VectorSize ? VectorSize / Ty->getPrimitiveSizeInBits() : 1); in LookupNeonLLVMIntrinsic()2665 int Elts = VectorSize ? VectorSize / ArgType->getPrimitiveSizeInBits() : 1; in LookupNeonLLVMIntrinsic()
1346 def VectorSize : TypeAttr {
10772 IntegerLiteral *VectorSize in RebuildExtVectorType() local10775 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType()