Home
last modified time | relevance | path

Searched defs:getCol (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h58 MachineOperand *getCol() const { return Col; } getCol() function
/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp29 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
/llvm-project/mlir/examples/toy/Ch6/include/toy/
H A DLexer.h99 int getCol() { return curCol; } getCol() function
/llvm-project/mlir/examples/toy/Ch5/include/toy/
H A DLexer.h99 int getCol() { return curCol; } getCol() function
/llvm-project/mlir/examples/toy/Ch1/include/toy/
H A DLexer.h99 int getCol() { return curCol; } getCol() function
/llvm-project/mlir/examples/toy/Ch3/include/toy/
H A DLexer.h99 int getCol() { return curCol; } getCol() function
/llvm-project/mlir/examples/toy/Ch2/include/toy/
H A DLexer.h99 int getCol() { return curCol; } getCol() function
/llvm-project/mlir/examples/toy/Ch4/include/toy/
H A DLexer.h99 int getCol() { return curCol; } getCol() function
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DLexer.h100 int getCol() { return curCol; } getCol() function
/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h257 uint32_t getCol() const { return LineCol & 0x3ff; } in getCol() function
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp209 int getCol() const { return Loc.Col; } in getCol() function in __anon014738b80211::ExprAST