| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TileShapeInfo.h | 32 ShapeT(MachineOperand *Row, MachineOperand *Col, 34 : Row(Row), Col(Col) { in Row() 39 : Row(nullptr), Col(nullptr), RowImm(InvalidImmShape), in ShapeT() 43 MachineOperand *C = Shape.Col; 46 if (!Row || !Col) 48 if (Row->getReg() == R->getReg() && Col->getReg() == C->getReg()) 59 MachineOperand *getCol() const { return Col; } in getCol() 65 bool isValid() { return (Row != nullptr) && (Col != nullptr); } in isValid() 83 ColImm = GetImm(Col->getReg()); in deduceImm() 89 MachineOperand *Col; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 114 unsigned Col = 1; in renderLine() local 116 unsigned End = std::min(S->Col, static_cast<unsigned>(Line.size()) + 1); in renderLine() 120 << Line.substr(Col - 1, End - Col); in renderLine() 122 HighlightedRanges.push_back(std::make_pair(Col, End)); in renderLine() 123 Col = End; in renderLine() 127 else if (Col == ExpansionCol) in renderLine() 136 << Line.substr(Col - 1, Line.size() - Col + 1); in renderLine() 144 errs() << "Highlighted line " << LineNumber << ", " << Col << " -> ?\n"; in renderLine() 192 if (S->Col > PrevColumn) in renderRegionMarkers() 193 OS.indent(S->Col - PrevColumn); in renderRegionMarkers() [all …]
|
| H A D | SourceCoverageViewHTML.cpp | 519 Snip(LCol - 1, Segments.empty() ? 0 : (Segments.front()->Col - 1)); in renderLine() 522 Snip(LCol - 1, Segments[I]->Col - LCol); in renderLine() 559 else if (CurSeg->Col == ExpansionCol) in renderLine() 565 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col, in renderLine() 566 CurSeg->Col + Snippets[I + 1].size()); in renderLine() 601 errs() << "Marker at " << CurSeg->Line << ":" << CurSeg->Col << " = " in renderLine()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXType.cpp | 119 Value *Row = nullptr, *Col = nullptr; in getShape() local 126 Col = II->getArgOperand(1); in getShape() 139 Col = II->getArgOperand(1); in getShape() 143 Col = II->getArgOperand(2); in getShape() 154 Col = II->getArgOperand(1); in getShape() 161 return std::make_pair(Row, Col); in getShape() 170 Value *Row = nullptr, *Col = nullptr; in combineLoadBitcast() local 174 std::tie(Row, Col) = getShape(II, OpNo); in combineLoadBitcast() 180 std::array<Value *, 4> Args = {Row, Col, I8Ptr, Stride}; in combineLoadBitcast() 201 Value *Col = II->getOperand(1); in combineBitcastStore() local [all …]
|
| H A D | X86LowerAMXIntrinsics.cpp | 77 IRBuilderBase &B, Value *Row, Value *Col, 87 Value *Row, Value *Col, Value *K, Value *Acc, Value *LHS, 150 Value *Col, Value *Ptr, Value *Stride, Value *Tile) { in createTileLoadStoreLoops() argument 168 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileLoadStoreLoops() 245 Value *Col, Value *K, Value *Acc, in createTileDPLoops() argument 284 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileDPLoops()
|
| H A D | X86PreAMXConfig.cpp | 176 Value *Col = Shapes[I * 2 + 1]; in preWriteTileCfg() local 179 new StoreInst(Col, ColPos, Pos); in preWriteTileCfg()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 670 for (unsigned Col = 1; InputFilePtr != InputFileEnd && !Newline; ++Col) { in DumpAnnotatedInput() local 674 if (M.InputStartCol <= Col && Col < M.InputEndCol) { in DumpAnnotatedInput() 701 unsigned Col; in DumpAnnotatedInput() local 702 for (Col = 1; Col < AnnotationItr->InputStartCol; ++Col) in DumpAnnotatedInput() 706 for (++Col; Col < AnnotationItr->InputEndCol && Col <= InputLineWidth; in DumpAnnotatedInput() 707 ++Col) in DumpAnnotatedInput() 715 for (; Col <= InputLineWidth; ++Col) in DumpAnnotatedInput()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| H A D | SerializedDiagnosticReader.h | 49 unsigned Col; member 52 Location(unsigned FileID, unsigned Line, unsigned Col, unsigned Offset) in Location() 53 : FileID(FileID), Line(Line), Col(Col), Offset(Offset) {} in Location()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 441 unsigned Col; member 451 CoverageSegment(unsigned Line, unsigned Col, bool IsRegionEntry) in CoverageSegment() 452 : Line(Line), Col(Col), Count(0), HasCount(false), in CoverageSegment() 455 CoverageSegment(unsigned Line, unsigned Col, uint64_t Count, 458 : Line(Line), Col(Col), Count(Count), HasCount(true), in Line() 462 return std::tie(L.Line, L.Col, L.Count, L.HasCount, L.IsRegionEntry, 463 L.IsGapRegion) == std::tie(R.Line, R.Col, R.Count, 478 unsigned Col; variable 481 InstantiationGroup(unsigned Line, unsigned Col, in InstantiationGroup() argument 483 : Line(Line), Col(Col), Instantiations(std::move(Instantiations)) {} in InstantiationGroup() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 112 unsigned Col = SM.getColumnNumber(FID, SM.getFileOffset(Loc)); in handleDeclOccurrence() local 113 OS << Line << ':' << Col << " | "; in handleDeclOccurrence() 150 unsigned Col = SM.getColumnNumber(FID, SM.getFileOffset(Loc)); in handleModuleOccurrence() local 151 OS << Line << ':' << Col << " | "; in handleModuleOccurrence() 173 unsigned Col = SM.getColumnNumber(FID, SM.getFileOffset(Loc)); in handleMacroOccurrence() local 174 OS << Line << ':' << Col << " | "; in handleMacroOccurrence()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | IRBindings.h | 31 unsigned Col; member 47 unsigned Col, LLVMMetadataRef Scope,
|
| H A D | IRBindings.cpp | 54 unsigned Col, LLVMMetadataRef Scope, in LLVMGoSetCurrentDebugLocation() argument 60 unwrap<MDNode>(Scope)->getContext(), Line, Col, unwrap<MDNode>(Scope), in LLVMGoSetCurrentDebugLocation()
|
| H A D | ir_test.go | 131 if loc.Col != 20 { 132 t.Errorf("Got column %d, though wanted 20", loc.Col)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local 604 Col = LastCol; in getMatchingNodes() 606 while (Row > FirstRow || Col > FirstCol) { in getMatchingNodes() 608 ForestDist[Row - 1][Col] + 1 == ForestDist[Row][Col]) { in getMatchingNodes() 610 } else if (Col > FirstCol && in getMatchingNodes() 611 ForestDist[Row][Col - 1] + 1 == ForestDist[Row][Col]) { in getMatchingNodes() 612 --Col; in getMatchingNodes() 615 SNodeId LMD2 = S2.getLeftMostDescendant(Col); in getMatchingNodes() 619 NodeId Id2 = S2.getIdInRoot(Col); in getMatchingNodes() 624 --Col; in getMatchingNodes() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 445 dbgs() << "Segment at " << Last.Line << ":" << Last.Col in startSegment() 640 if (!(L.Line < R.Line) && !(L.Line == R.Line && L.Col < R.Col)) { in buildSegments() 641 if (L.Line == R.Line && L.Col == R.Col && !L.HasCount) in buildSegments() 643 LLVM_DEBUG(dbgs() << " ! Segment " << L.Line << ":" << L.Col in buildSegments() 644 << " followed by " << R.Line << ":" << R.Col << "\n"); in buildSegments()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 307 unsigned Line, Col; 314 : Filename(FN), ID(FID), Line(Ln), Col(Co), IncludeLoc(IL) {} 349 return Col;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMRemarkStreamer.cpp | 52 unsigned Col = DL.getColumn(); in toRemarkLocation() local 53 return remarks::RemarkLocation{File, Line, Col}; in toRemarkLocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
| H A D | ResourcePressureView.cpp | 93 unsigned Col) { in printResourcePressure() argument 100 OS.PadToColumn(Col); in printResourcePressure()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 836 RECORD_SOURCE_RANGE, FileLookup[Start.FileID], Start.Line, Start.Col, in visitSourceRangeRecord() 837 Start.Offset, FileLookup[End.FileID], End.Line, End.Col, End.Offset}; in visitSourceRangeRecord() 848 Location.Col, Location.Offset, CategoryLookup[Category], in visitDiagnosticRecord() 861 Start.Line, Start.Col, Start.Offset, in visitFixitRecord() 862 FileLookup[End.FileID], End.Line, End.Col, in visitFixitRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
| H A D | YAMLRemarkSerializer.cpp | 83 unsigned Col = RL.SourceColumn; in mapping() local 97 io.mapRequired("Column", Col); in mapping()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 112 InlinedAt.Col = IACol; in recordInlinedCallSiteId() 298 FilteredLines.back().getColumn() != IA.Col) { in getFunctionLineEntries() 301 FuncId, IA.File, IA.Line, IA.Col, false, false)); in getFunctionLineEntries()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 1643 unsigned Col) const { in translateFileLineCol() 1645 assert(Line && Col && "Line and column should start from 1!"); in translateFileLineCol() 1648 return translateLineCol(FirstFID, Line, Col); in translateFileLineCol() 1696 unsigned Col) const { in translateLineCol() 1699 assert(Line && Col && "Line and column should start from 1!"); in translateLineCol() 1714 if (Line == 1 && Col == 1) in translateLineCol() 1745 while (i < BufLength-1 && i < Col-1 && Buf[i] != '\n' && Buf[i] != '\r') in translateLineCol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/ |
| H A D | OptReport.cpp | 318 int Col = CI.first; in writeReport() local 319 ColsInfo[Col] = CI.second; in writeReport()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 104 unsigned Col; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | CommentHTMLTags.td | 50 def Col : Tag<"col"> { let EndTagForbidden = 1; }
|