Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp664 const DWARFDebugLine::Row &CurrentRow = in emitLineInfo() local
667 CurrentFilenum = CurrentRow.File; in emitLineInfo()
669 unsigned Flags = (DWARF2_FLAG_IS_STMT * CurrentRow.IsStmt) | in emitLineInfo()
670 (DWARF2_FLAG_BASIC_BLOCK * CurrentRow.BasicBlock) | in emitLineInfo()
671 (DWARF2_FLAG_PROLOGUE_END * CurrentRow.PrologueEnd) | in emitLineInfo()
672 (DWARF2_FLAG_EPILOGUE_BEGIN * CurrentRow.EpilogueBegin); in emitLineInfo()
678 BC.Ctx->setCurrentDwarfLoc(CurrentFilenum, CurrentRow.Line, CurrentRow.Column, in emitLineInfo()
679 Flags, CurrentRow.Isa, CurrentRow.Discriminator); in emitLineInfo()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp175 Value *CurrentRow = &*RowLoopHeader->begin(); in createTileLoadStoreLoops() local
184 Value *CurrentRowZExt = B.CreateZExt(CurrentRow, Stride->getType()); in createTileLoadStoreLoops()
191 Value *Idx = B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileLoadStoreLoops()
299 Value *CurrentRow = &*RowLoopHeader->begin(); in createTileDPLoops() local
346 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileDPLoops()
359 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentInner); in createTileDPLoops()