HomeSort by: relevance | last modified time | path
    Searched defs:CurrentRow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
MatrixUtils.h 29 /// for CurrentRow = 0..NumRows
46 Value *CurrentRow;
76 /// for CurrentRow = 0..NumRows
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LowerAMXIntrinsics.cpp 174 Value *CurrentRow = &*RowLoopHeader->begin();
183 Value *CurrentRowZExt = B.CreateZExt(CurrentRow, Stride->getType());
190 Value *Idx = B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol);
298 Value *CurrentRow = &*RowLoopHeader->begin();
345 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol);
358 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentInner);

Completed in 23 milliseconds