| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 29 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc 111 if (getCol() != 0) in print() 112 OS << ':' << getCol(); in print()
|
| H A D | DiagnosticInfo.cpp | 227 Twine(Loc.getCol())).str(); in Argument()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 80 unsigned getCol() const;
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TileShapeInfo.h | 59 MachineOperand *getCol() const { return Col; } in getCol() function
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | IRBindings.cpp | 69 Loc.getCol(), in LLVMGoGetCurrentDebugLocation()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/ |
| H A D | Lexer.h | 99 int getCol() { return curCol; } in getCol() function
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/ |
| H A D | Lexer.h | 99 int getCol() { return curCol; } in getCol() function
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch1/include/toy/ |
| H A D | Lexer.h | 99 int getCol() { return curCol; } in getCol() function
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/ |
| H A D | Lexer.h | 100 int getCol() { return curCol; } in getCol() function
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/ |
| H A D | Lexer.h | 99 int getCol() { return curCol; } in getCol() function
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/ |
| H A D | Lexer.h | 99 int getCol() { return curCol; } in getCol() function
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/ |
| H A D | Lexer.h | 99 int getCol() { return curCol; } in getCol() function
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FastTileConfig.cpp | 129 Register ColReg = ShapeInfo.second.getCol()->getReg(); in configBasicBlock()
|
| H A D | X86TileConfig.cpp | 141 for (auto &R : {Shape.getRow()->getReg(), Shape.getCol()->getReg()}) { in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | X86FastPreTileConfig.cpp | 391 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 D | llvm-dis.cpp | 86 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopDetectionDiagnostic.cpp | 103 (LHS.getLine() == RHS.getLine() && LHS.getCol() < RHS.getCol()); in operator <()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/ |
| H A D | toy.cpp | 209 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 D | LangImpl09.rst | 318 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 D | CloningTest.cpp | 592 EXPECT_EQ(OldDL.getCol(), NewDL.getCol()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 684 if (DL.getCol() != 0) in printDebugLoc() 685 CommentOS << ':' << DL.getCol(); in printDebugLoc()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 522 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 D | DwarfDebug.cpp | 2021 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 D | ConvertFromLLVMIR.cpp | 262 loc.getCol()); in processDebugLoc()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | IRBuilderTest.cpp | 886 DILocation::get(Ctx, DL.getLine(), DL.getCol(), DL.getScope(), IA); in TEST_F()
|