Searched refs:numRows (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ARM/ |
| H A D | mve-vldn.ll | 12 define void @vld2(half* nocapture readonly %pIn, half* nocapture %pOut, i32 %numRows, i32 %numCols,… 16 %mul = mul i32 %numCols, %numRows 46 define void @vld4(half* nocapture readonly %pIn, half* nocapture %pOut, i32 %numRows, i32 %numCols,… 50 %mul = mul i32 %numCols, %numRows
|
| /llvm-project-15.0.7/llvm/utils/Misc/ |
| H A D | zkill | 84 numRows = len(header) 101 fields = ln.split(None, numRows - 1) 102 if len(fields) != numRows:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | 2010-02-24-BigStack.ll | 7 define void @FindMin(double* %panelTDEL, i8* %dclOfRow, i32 %numRows, i32 %numCols, double* %retMin…
|
| H A D | mve-vldst4.ll | 4 define void @vldst4(half* nocapture readonly %pIn, half* nocapture %pOut, i32 %numRows, i32 %numCol… 126 %mul = mul i32 %numCols, %numRows
|
| H A D | mve-float16regloops.ll | 699 …ure readonly %pPRT_in, half* noalias nocapture readnone %pPRT_pDst, i32 %numRows, i32 %numCols, i3… 732 %cmp = icmp sgt i32 %numRows, 0 773 %exitcond41 = icmp eq i32 %inc13.us, %numRows
|
| H A D | mve-float32regloops.ll | 699 …re readonly %pPRT_in, float* noalias nocapture readnone %pPRT_pDst, i32 %numRows, i32 %numCols, i3… 732 %cmp = icmp sgt i32 %numRows, 0 773 %exitcond41 = icmp eq i32 %inc13.us, %numRows
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | lsr-setupcost.ll | 55 …%numRows = getelementptr inbounds %struct.arm_matrix_instance_q15, %struct.arm_matrix_instance_q15… 56 %i0 = load i16, i16* %numRows, align 4
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/PowerPC/ |
| H A D | reg-usage.ll | 247 define void @fp16_(half* nocapture readonly %pIn, half* nocapture %pOut, i32 %numRows, i32 %numCols… 256 %mul = mul i32 %numCols, %numRows
|
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | Simplex.cpp | 941 for (unsigned row = 0, numRows = getNumRows(); row < numRows; ++row) { in pivot() local 2105 for (unsigned row = 0, numRows = getNumRows(); row < numRows; ++row) { in print() local
|
| H A D | IntegerRelation.cpp | 495 unsigned numRows = isEq ? getNumEqualities() : getNumInequalities(); in hasInvalidConstraint() local 496 for (unsigned i = 0, e = numRows; i < e; ++i) { in hasInvalidConstraint()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 234 def : Property<"numRows", UInt32> { 242 return ctx.getConstantMatrixType(elementType, numRows, numColumns);
|