HomeSort by: relevance | last modified time | path
    Searched refs:CurrentCol (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
MatrixUtils.h 49 Value *CurrentCol;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
MatrixUtils.cpp 100 CurrentCol = &*ColumnLoopHeader->begin();
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LowerAMXIntrinsics.cpp 175 Value *CurrentCol = &*ColLoopHeader->begin();
184 Value *CurrentColZExt = B.CreateZExt(CurrentCol, Stride->getType());
190 Value *Idx = B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol);
299 Value *CurrentCol = &*ColLoopHeader->begin();
345 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol);
360 B.CreateAdd(B.CreateMul(CurrentInner, B.getInt16(16)), CurrentCol);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp 1263 MatrixTy B = loadMatrix(RPtr, {}, false, RShape, TI.CurrentK, TI.CurrentCol,
1270 TI.CurrentRow, TI.CurrentCol, EltType, Builder);

Completed in 21 milliseconds