Searched refs:VectorSize (Results 1 – 5 of 5) sorted by relevance
1598 int64_t VectorSize = cast<IntInit>(Expr->getArg(0))->getValue(); in emitDagShuffle() local1599 VectorSize /= ElementSize; in emitDagShuffle()1602 for (unsigned VI = 0; VI < Elts2.size(); VI += VectorSize) { in emitDagShuffle()1603 for (int LI = VectorSize - 1; LI >= 0; --LI) { in emitDagShuffle()
2528 int VectorSize = 0; in LookupNeonLLVMIntrinsic() local2530 VectorSize = 64; in LookupNeonLLVMIntrinsic()2532 VectorSize = 128; in LookupNeonLLVMIntrinsic()2540 Ty, VectorSize ? VectorSize / Ty->getPrimitiveSizeInBits() : 1); in LookupNeonLLVMIntrinsic()2547 int Elts = VectorSize ? VectorSize / ArgType->getPrimitiveSizeInBits() : 1; in LookupNeonLLVMIntrinsic()
1284 def VectorSize : TypeAttr {
618 func (t Type) VectorSize() int { return int(C.LLVMGetVectorSize(t.C)) } func
10447 IntegerLiteral *VectorSize in RebuildExtVectorType() local10450 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType()