Home
last modified time | relevance | path

Searched refs:RealCol (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp196 Value *RealCol = nullptr; in getColFromRow() local
198 RealCol = in getColFromRow()
202 RealCol = Builder.CreateNUWMul(V, Builder.getInt16(Granularity)); in getColFromRow()
203 cast<Instruction>(RealCol)->moveAfter(cast<Instruction>(V)); in getColFromRow()
209 RealCol = NewBuilder.CreateNUWMul(V, NewBuilder.getInt16(Granularity)); in getColFromRow()
211 Row2Col[V] = RealCol; in getColFromRow()
212 return RealCol; in getColFromRow()