| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 260 getCol() == Other.getCol() && getScope() == Other.getScope() && 265 LLVM_ABI unsigned getCol() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 59 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc 203 if (getCol() != 0) in print() 204 OS << ':' << getCol(); in print()
|
| H A D | DiagnosticInfo.cpp | 276 Twine(Loc.getCol())).str(); in Argument()
|
| H A D | DebugInfo.cpp | 909 return DILocation::get(M.getContext(), DL.getLine(), DL.getCol(), in stripNonLineTableDebugInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TileConfig.cpp | 119 ShapeT Shape0(Shape.getRow(0), Shape.getCol(0), MRI); in collectVirtRegShapes() 124 ShapeT Shape1(Shape.getRow(1), Shape.getCol(1), MRI); in collectVirtRegShapes() 197 for (auto &R : {Shape.getRow()->getReg(), Shape.getCol()->getReg()}) { in runOnMachineFunction()
|
| H A D | X86FastTileConfig.cpp | 142 Register ColReg = ShapeInfo.second.getCol()->getReg(); in configBasicBlock()
|
| H A D | X86RegisterInfo.cpp | 1130 ShapeT PShape(PhysShape.getRow(I), PhysShape.getCol(I)); in canHintShape() 1131 ShapeT VShape(VirtShape.getRow(I), VirtShape.getCol(I)); in canHintShape() 1141 ShapeT PShape(PhysShape.getRow(I), PhysShape.getCol(I)); in canHintShape()
|
| H A D | X86FastPreTileConfig.cpp | 403 Shape.getCol()->setIsKill(false); in convertPHI() 405 ColPHI.addReg(Shape.getCol()->getReg()).addMBB(InMBB); in convertPHI()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/ |
| H A D | BTFContext.cpp | 34 Result.Column = LineInfo->getCol(); in getLineInfoForAddress()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TileShapeInfo.h | 84 MachineOperand *getCol(unsigned I = 0) const {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
| H A D | BTF.h | 257 uint32_t getCol() const { return LineCol & 0x3ff; } in getCol() function
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 102 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 697 if (DL.getCol() != 0) in printDebugLoc() 698 CommentOS << ':' << DL.getCol(); in printDebugLoc()
|
| H A D | MachineBasicBlock.cpp | 1252 if (MergedDL && (MergedDL.getLine() || MergedDL.getCol())) in SplitCriticalEdge()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 526 ColumnInfo CI(DL.getCol(), /*EndColumn=*/0); in maybeRecordLocation() 527 if (CI.getStartColumn() != DL.getCol()) in maybeRecordLocation() 561 OS.emitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(), in maybeRecordLocation()
|
| H A D | DwarfDebug.cpp | 2073 recordSourceLine(DL.getLine(), DL.getCol(), DL.getScope(), Flags, in beginInstruction() 2155 Column = PrevInstLoc.getCol(); in beginInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 1316 I->getContext(), DL.getLine(), DL.getCol(), DL.getScope(), in RemapSourceAtom()
|
| H A D | InlineFunction.cpp | 1827 return DILocation::get(Ctx, OrigDL.getLine(), OrigDL.getCol(), in inlineDebugLoc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1511 constructLineInfo(LineSym, DL->getFile(), DL.getLine(), DL.getCol()); in beginInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 1582 SuspendLoc.getLine(), SuspendLoc.getCol(), in createResumeEntryBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 2601 " column " + std::to_string(DL.getCol()) + " ("); in linearizeExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 156 I->getContext(), DL.getLine(), DL.getCol(), DL.getScope(), in addInstSourceAtomMetadata()
|