Searched refs:VectorSize (Results 1 – 5 of 5) sorted by relevance
1592 int64_t VectorSize = cast<IntInit>(Expr->getArg(0))->getValue(); in emitDagShuffle() local1593 VectorSize /= ElementSize; in emitDagShuffle()1596 for (unsigned VI = 0; VI < Elts2.size(); VI += VectorSize) { in emitDagShuffle()1597 for (int LI = VectorSize - 1; LI >= 0; --LI) { in emitDagShuffle()
2631 int VectorSize = 0; in LookupNeonLLVMIntrinsic() local2633 VectorSize = 64; in LookupNeonLLVMIntrinsic()2635 VectorSize = 128; in LookupNeonLLVMIntrinsic()2643 Ty, VectorSize ? VectorSize / Ty->getPrimitiveSizeInBits() : 1); in LookupNeonLLVMIntrinsic()2650 int Elts = VectorSize ? VectorSize / ArgType->getPrimitiveSizeInBits() : 1; in LookupNeonLLVMIntrinsic()
1315 def VectorSize : TypeAttr {
618 func (t Type) VectorSize() int { return int(C.LLVMGetVectorSize(t.C)) } func
10499 IntegerLiteral *VectorSize in RebuildExtVectorType() local10502 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType()