Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugLoc.cpp29 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
111 if (getCol() != 0) in print()
112 OS << ':' << getCol(); in print()
H A DDiagnosticInfo.cpp227 Twine(Loc.getCol())).str(); in Argument()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugLoc.h80 unsigned getCol() const;
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h59 MachineOperand *getCol() const { return Col; } in getCol() function
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A DIRBindings.cpp69 Loc.getCol(), in LLVMGoGetCurrentDebugLocation()
/llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/
H A DLexer.h99 int getCol() { return curCol; } in getCol() function
/llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/
H A DLexer.h99 int getCol() { return curCol; } in getCol() function
/llvm-project-15.0.7/mlir/examples/toy/Ch1/include/toy/
H A DLexer.h99 int getCol() { return curCol; } in getCol() function
/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DLexer.h100 int getCol() { return curCol; } in getCol() function
/llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/
H A DLexer.h99 int getCol() { return curCol; } in getCol() function
/llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/
H A DLexer.h99 int getCol() { return curCol; } in getCol() function
/llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/
H A DLexer.h99 int getCol() { return curCol; } in getCol() function
/llvm-project-15.0.7/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.cpp391 Shape.getCol()->setIsKill(false); in convertPHI()
393 ColPHI.addReg(Shape.getCol()->getReg()).addMBB(InMBB); in convertPHI()
/llvm-project-15.0.7/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp86 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp103 (LHS.getLine() == RHS.getLine() && LHS.getCol() < RHS.getCol()); in operator <()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp209 int getCol() const { return Loc.Col; } in getCol() function in __anon14c1a8750211::ExprAST
211 return out << ':' << getLine() << ':' << getCol() << '\n'; in dump()
852 Scope->getContext(), AST->getLine(), AST->getCol(), Scope)); in emitLocation()
/llvm-project-15.0.7/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));
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp592 EXPECT_EQ(OldDL.getCol(), NewDL.getCol()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp684 if (DL.getCol() != 0) in printDebugLoc()
685 CommentOS << ':' << DL.getCol(); in printDebugLoc()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp522 ColumnInfo CI(DL.getCol(), /*EndColumn=*/0); in maybeRecordLocation()
523 if (CI.getStartColumn() != DL.getCol()) in maybeRecordLocation()
557 OS.emitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(), in maybeRecordLocation()
H A DDwarfDebug.cpp2021 recordSourceLine(DL.getLine(), DL.getCol(), Scope, /*Flags=*/0); in beginInstruction()
2050 Column = PrevInstLoc.getCol(); in beginInstruction()
2074 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp262 loc.getCol()); in processDebugLoc()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp886 DILocation::get(Ctx, DL.getLine(), DL.getCol(), DL.getScope(), IA); in TEST_F()

12