Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp30 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
112 if (getCol() != 0) in print()
113 OS << ':' << getCol(); in print()
H A DDiagnosticInfo.cpp233 Twine(Loc.getCol())).str(); in Argument()
H A DDebugInfo.cpp769 return DILocation::get(M.getContext(), DL.getLine(), DL.getCol(), in stripNonLineTableDebugInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h80 unsigned getCol() const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h59 MachineOperand *getCol() const { return Col; } in getCol() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp136 for (auto &R : {Shape.getRow()->getReg(), Shape.getCol()->getReg()}) { in INITIALIZE_PASS_DEPENDENCY()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp80 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp688 if (DL.getCol() != 0) in printDebugLoc()
689 CommentOS << ':' << DL.getCol(); in printDebugLoc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp518 ColumnInfo CI(DL.getCol(), /*EndColumn=*/0); in maybeRecordLocation()
519 if (CI.getStartColumn() != DL.getCol()) in maybeRecordLocation()
553 OS.emitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(), in maybeRecordLocation()
H A DDwarfDebug.cpp2027 recordSourceLine(DL.getLine(), DL.getCol(), Scope, /*Flags=*/0); in beginInstruction()
2056 Column = PrevInstLoc.getCol(); in beginInstruction()
2080 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1132 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1553 I.setDebugLoc(DILocation::get(Ctx, DL.getLine(), DL.getCol(), NewSP)); in fixupDebugInfoPostExtraction()
H A DInlineFunction.cpp1488 return DILocation::get(Ctx, OrigDL.getLine(), OrigDL.getCol(), in inlineDebugLoc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2008 " column " + std::to_string(DL.getCol()) + " ("); in linearizeExpr()