Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp29 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
151 if (getCol() != 0) in print()
152 OS << ':' << getCol(); in print()
H A DDiagnosticInfo.cpp240 Twine(Loc.getCol())).str(); in Argument()
H A DDebugInfo.cpp883 return DILocation::get(M.getContext(), DL.getLine(), DL.getCol(), in stripNonLineTableDebugInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h80 unsigned getCol() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp33 Result.Column = LineInfo->getCol(); in getLineInfoForAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h58 MachineOperand *getCol() const { return Col; }
59 MachineOperand *getCol() const { return Col; } getCol() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h257 uint32_t getCol() const { return LineCol & 0x3ff; }
249 uint32_t getCol() const { return LineCol & 0x3ff; } getCol() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp129 Register ColReg = ShapeInfo.second.getCol()->getReg(); in configBasicBlock()
H A DX86TileConfig.cpp146 for (auto &R : {Shape.getRow()->getReg(), Shape.getCol()->getReg()}) { in INITIALIZE_PASS_DEPENDENCY()
H A DX86FastPreTileConfig.cpp391 Shape.getCol()->setIsKill(false); in convertPHI()
393 ColPHI.addReg(Shape.getCol()->getReg()).addMBB(InMBB); in convertPHI()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp90 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp686 if (DL.getCol() != 0) in printDebugLoc()
687 CommentOS << ':' << DL.getCol(); in printDebugLoc()
H A DMachineBasicBlock.cpp1243 if (MergedDL && (MergedDL.getLine() || MergedDL.getCol())) in SplitCriticalEdge()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp524 ColumnInfo CI(DL.getCol(), /*EndColumn=*/0); in maybeRecordLocation()
525 if (CI.getStartColumn() != DL.getCol()) in maybeRecordLocation()
559 OS.emitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(),
H A DDwarfDebug.cpp2077 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()
2106 Column = PrevInstLoc.getCol(); in beginInstruction()
2129 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1392 constructLineInfo(LineSym, DL->getFile(), DL.getLine(), DL.getCol()); in beginInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1741 return DILocation::get(Ctx, OrigDL.getLine(), OrigDL.getCol(), in inlineDebugLoc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2392 " column " + std::to_string(DL.getCol()) + " ("); in linearizeExpr()