Home
last modified time | relevance | path

Searched refs:Col (Results 1 – 25 of 53) sorted by relevance

123

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h32 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
/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp114 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()
192 if (S->Col > PrevColumn) in renderRegionMarkers()
193 OS.indent(S->Col - PrevColumn); in renderRegionMarkers()
194 PrevColumn = S->Col + 1; in renderRegionMarkers()
[all …]
H A DSourceCoverageViewHTML.cpp519 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()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp127 Col = II->getArgOperand(1); in getShape()
141 Col = II->getArgOperand(1); in getShape()
145 Col = II->getArgOperand(2); in getShape()
174 Col = II->getArgOperand(1); in getShape()
181 return std::make_pair(Row, Col); in getShape()
268 Value *Col = II->getOperand(1); in combineBitcastStore() local
469 Value *Col = II->getOperand(1); in createTileStore() local
495 Value *Col = II->getOperand(1); in replaceWithTileLoad() local
790 if (!Row || !Col || !isa<Constant>(Row) || !isa<Constant>(Col)) in optimizeAMXCastFromPhi()
1162 Row, Col, I8Ptr, Builder.CreateSExt(Col, Builder.getInt64Ty())}; in transformAMXCast()
[all …]
H A DX86FastTileConfig.cpp118 MachineOperand &Col = MI.getOperand(2); in configBasicBlock() local
120 ShapeInfos.push_back({TMMIdx, ShapeT(&Row, &Col)}); in configBasicBlock()
H A DX86LowerAMXIntrinsics.cpp78 IRBuilderBase &B, Value *Row, Value *Col,
88 Value *Row, Value *Col, Value *K, Value *Acc, Value *LHS,
151 Value *Col, Value *Ptr, Value *Stride, Value *Tile) { in createTileLoadStoreLoops() argument
169 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileLoadStoreLoops()
246 Value *Col, Value *K, Value *Acc, in createTileDPLoops() argument
285 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileDPLoops()
H A DX86PreAMXConfig.cpp176 Value *Col = Shapes[I * 2 + 1]; in preWriteTileCfg() local
179 Builder.CreateStore(Col, ColPos); in preWriteTileCfg()
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h49 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()
/openbsd/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp673 for (unsigned Col = 1; InputFilePtr != InputFileEnd && !Newline; ++Col) { in DumpAnnotatedInput() local
677 if (M.InputStartCol <= Col && Col < M.InputEndCol) { in DumpAnnotatedInput()
704 unsigned Col; in DumpAnnotatedInput() local
705 for (Col = 1; Col < AnnotationItr->InputStartCol; ++Col) in DumpAnnotatedInput()
709 for (++Col; Col < AnnotationItr->InputEndCol && Col <= InputLineWidth; in DumpAnnotatedInput()
710 ++Col) in DumpAnnotatedInput()
718 for (; Col <= InputLineWidth; ++Col) in DumpAnnotatedInput()
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h445 unsigned Col; member
455 CoverageSegment(unsigned Line, unsigned Col, bool IsRegionEntry) in CoverageSegment()
456 : Line(Line), Col(Col), Count(0), HasCount(false), in CoverageSegment()
459 CoverageSegment(unsigned Line, unsigned Col, uint64_t Count,
462 : Line(Line), Col(Col), Count(Count), HasCount(true), in Line()
466 return std::tie(L.Line, L.Col, L.Count, L.HasCount, L.IsRegionEntry,
467 L.IsGapRegion) == std::tie(R.Line, R.Col, R.Count,
482 unsigned Col; variable
485 InstantiationGroup(unsigned Line, unsigned Col, in InstantiationGroup() argument
487 : Line(Line), Col(Col), Instantiations(std::move(Instantiations)) {} in InstantiationGroup()
[all …]
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp113 unsigned Col = SM.getColumnNumber(FID, SM.getFileOffset(Loc)); in handleDeclOccurrence() local
114 OS << Line << ':' << Col << " | "; in handleDeclOccurrence()
151 unsigned Col = SM.getColumnNumber(FID, SM.getFileOffset(Loc)); in handleModuleOccurrence() local
152 OS << Line << ':' << Col << " | "; in handleModuleOccurrence()
174 unsigned Col = SM.getColumnNumber(FID, SM.getFileOffset(Loc)); in handleMacroOccurrence() local
175 OS << Line << ':' << Col << " | "; in handleMacroOccurrence()
/openbsd/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp603 Col = LastCol; in getMatchingNodes()
605 while (Row > FirstRow || Col > FirstCol) { in getMatchingNodes()
607 ForestDist[Row - 1][Col] + 1 == ForestDist[Row][Col]) { in getMatchingNodes()
609 } else if (Col > FirstCol && in getMatchingNodes()
610 ForestDist[Row][Col - 1] + 1 == ForestDist[Row][Col]) { in getMatchingNodes()
611 --Col; in getMatchingNodes()
614 SNodeId LMD2 = S2.getLeftMostDescendant(Col); in getMatchingNodes()
618 NodeId Id2 = S2.getIdInRoot(Col); in getMatchingNodes()
623 --Col; in getMatchingNodes()
625 TreePairs.emplace_back(Row, Col); in getMatchingNodes()
[all …]
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp55 unsigned Col = DL.getColumn(); in toRemarkLocation() local
56 return remarks::RemarkLocation{File, Line, Col}; in toRemarkLocation()
H A DDebugInfoMetadata.cpp124 unsigned Col = LocA->getColumn(); in getMergedLocation() local
128 auto AdvanceToParentLoc = [&S, &L, &Line, &Col]() { in getMergedLocation()
132 Col = L->getColumn(); in getMergedLocation()
140 Locations.try_emplace(std::make_pair(LS, L), std::make_pair(Line, Col)); in getMergedLocation()
148 Col = LocB->getColumn(); in getMergedLocation()
157 bool SameCol = Col == MatchLoc->second.second; in getMergedLocation()
159 Col = SameLine && SameCol ? Col : 0; in getMergedLocation()
169 Line = Col = 0; in getMergedLocation()
173 return DILocation::get(C, Line, Col, S, L); in getMergedLocation()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSourceLocation.h305 unsigned Line, Col;
312 : Filename(FN), ID(FID), Line(Ln), Col(Co), IncludeLoc(IL) {}
347 return Col;
/openbsd/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp93 unsigned Col) { in printResourcePressure() argument
100 OS.PadToColumn(Col); in printResourcePressure()
/openbsd/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp505 dbgs() << "Segment at " << Last.Line << ":" << Last.Col in startSegment()
700 if (!(L.Line < R.Line) && !(L.Line == R.Line && L.Col < R.Col)) { in buildSegments()
701 if (L.Line == R.Line && L.Col == R.Col && !L.HasCount) in buildSegments()
703 LLVM_DEBUG(dbgs() << " ! Segment " << L.Line << ":" << L.Col in buildSegments()
704 << " followed by " << R.Line << ":" << R.Col << "\n"); in buildSegments()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp835 RECORD_SOURCE_RANGE, FileLookup[Start.FileID], Start.Line, Start.Col, in visitSourceRangeRecord()
836 Start.Offset, FileLookup[End.FileID], End.Line, End.Col, End.Offset}; in visitSourceRangeRecord()
847 Location.Col, Location.Offset, CategoryLookup[Category], in visitDiagnosticRecord()
860 Start.Line, Start.Col, Start.Offset, in visitFixitRecord()
861 FileLookup[End.FileID], End.Line, End.Col, in visitFixitRecord()
/openbsd/gnu/llvm/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp83 unsigned Col = RL.SourceColumn; in mapping() local
96 io.mapRequired("Column", Col); in mapping()
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp164 unsigned Col = RetrieveUnsigned(main_value, process_sp, ".col"); in RetrieveReportData() local
175 d->AddIntegerItem("col", Col); in RetrieveReportData()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp113 InlinedAt.Col = IACol; in recordInlinedCallSiteId()
299 FilteredLines.back().getColumn() != IA.Col) { in getFunctionLineEntries()
302 FuncId, IA.File, IA.Line, IA.Col, false, false)); in getFunctionLineEntries()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h111 unsigned Col; member
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DCommentHTMLTags.td50 def Col : Tag<"col"> { let EndTagForbidden = 1; }
/openbsd/gnu/llvm/llvm/tools/llvm-opt-report/
H A DOptReport.cpp320 int Col = CI.first; in writeReport() local
321 ColsInfo[Col] = CI.second; in writeReport()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp420 int Col = E.index(); in verifyIndex() local
423 if (!Sections[Col]) in verifyIndex()
424 Sections[Col] = std::make_unique<MapType>(Alloc); in verifyIndex()
425 auto &M = *Sections[Col]; in verifyIndex()
431 *I, Sig, toString(Index.getColumnKinds()[Col])); in verifyIndex()

123