Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp235 Twine(Loc.getCol())).str(); in Argument()
H A DDebugInfo.cpp786 return DILocation::get(M.getContext(), DL.getLine(), DL.getCol(), in stripNonLineTableDebugInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugLoc.h80 unsigned getCol() const;
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h59 MachineOperand *getCol() const { return Col; } in getCol() function
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp129 Register ColReg = ShapeInfo.second.getCol()->getReg(); in configBasicBlock()
H A DX86TileConfig.cpp141 for (auto &R : {Shape.getRow()->getReg(), Shape.getCol()->getReg()}) { in INITIALIZE_PASS_DEPENDENCY()
H A DX86FastPreTileConfig.cpp392 Shape.getCol()->setIsKill(false); in convertPHI()
394 ColPHI.addReg(Shape.getCol()->getReg()).addMBB(InMBB); in convertPHI()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp86 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp209 int getCol() const { return Loc.Col; } in getCol() function in __anondfc9389c0211::ExprAST
211 return out << ':' << getLine() << ':' << getCol() << '\n'; in dump()
852 Scope->getContext(), AST->getLine(), AST->getCol(), Scope)); in emitLocation()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst318 int getCol() const { return Loc.Col; }
320 return out << ':' << getLine() << ':' << getCol() << '\n';
345 DILocation::get(Scope->getContext(), AST->getLine(), AST->getCol(), Scope));
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp685 if (DL.getCol() != 0) in printDebugLoc()
686 CommentOS << ':' << DL.getCol(); in printDebugLoc()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp520 ColumnInfo CI(DL.getCol(), /*EndColumn=*/0); in maybeRecordLocation()
521 if (CI.getStartColumn() != DL.getCol()) in maybeRecordLocation()
555 OS.emitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(), in maybeRecordLocation()
H A DDwarfDebug.cpp2058 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()
2087 Column = PrevInstLoc.getCol(); in beginInstruction()
2110 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1385 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1648 return DILocation::get(Ctx, OrigDL.getLine(), OrigDL.getCol(), in inlineDebugLoc()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2140 " column " + std::to_string(DL.getCol()) + " ("); in linearizeExpr()