Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp170 Value *RowPos = Builder.CreateGEP(I8Ty, I8Ptr, RowOffset, in preWriteTileCfg() local
178 Builder.CreateStore(Row, RowPos); in preWriteTileCfg()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1235 RowIter RowPos = std::upper_bound(FirstRow + 1, LastRow - 1, Row, in findRowInSeq() local
1238 assert(Seq.SectionIndex == RowPos->Address.SectionIndex); in findRowInSeq()
1239 return RowPos - Rows.begin(); in findRowInSeq()