Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h260 getCol() == Other.getCol() && getScope() == Other.getScope() &&
265 LLVM_ABI unsigned getCol() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp59 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
203 if (getCol() != 0) in print()
204 OS << ':' << getCol(); in print()
H A DDiagnosticInfo.cpp276 Twine(Loc.getCol())).str(); in Argument()
H A DDebugInfo.cpp909 return DILocation::get(M.getContext(), DL.getLine(), DL.getCol(), in stripNonLineTableDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp119 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 DX86FastTileConfig.cpp142 Register ColReg = ShapeInfo.second.getCol()->getReg(); in configBasicBlock()
H A DX86RegisterInfo.cpp1130 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 DX86FastPreTileConfig.cpp403 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 DBTFContext.cpp34 Result.Column = LineInfo->getCol(); in getLineInfoForAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h84 MachineOperand *getCol(unsigned I = 0) const {
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h257 uint32_t getCol() const { return LineCol & 0x3ff; } in getCol() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp102 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp697 if (DL.getCol() != 0) in printDebugLoc()
698 CommentOS << ':' << DL.getCol(); in printDebugLoc()
H A DMachineBasicBlock.cpp1252 if (MergedDL && (MergedDL.getLine() || MergedDL.getCol())) in SplitCriticalEdge()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp526 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 DDwarfDebug.cpp2073 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 DValueMapper.cpp1316 I->getContext(), DL.getLine(), DL.getCol(), DL.getScope(), in RemapSourceAtom()
H A DInlineFunction.cpp1827 return DILocation::get(Ctx, OrigDL.getLine(), OrigDL.getCol(), in inlineDebugLoc()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1511 constructLineInfo(LineSym, DL->getFile(), DL.getLine(), DL.getCol()); in beginInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1582 SuspendLoc.getLine(), SuspendLoc.getCol(), in createResumeEntryBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2601 " column " + std::to_string(DL.getCol()) + " ("); in linearizeExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp156 I->getContext(), DL.getLine(), DL.getCol(), DL.getScope(), in addInstSourceAtomMetadata()