Home
last modified time | relevance | path

Searched refs:checkValid (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp761 checkValid(); in getSeverity()
766 checkValid(); in getLocation()
773 checkValid(); in getMessage()
781 checkValid(); in getNotes()
1051 otherOp.checkValid(); in moveAfter()
1060 otherOp.checkValid(); in moveBefore()
1066 checkValid(); in getParentOperation()
1076 checkValid(); in getBlock()
1085 checkValid(); in getCapsule()
1245 checkValid(); in createOpView()
[all …]
H A DIRModule.h301 void checkValid();
559 checkValid(); in get()
577 void checkValid() const;
679 void checkValid() { return parentOperation->checkValid(); } in checkValid() function
699 void checkValid() { return parentOperation->checkValid(); } in checkValid() function
925 void checkValid() { return parentOperation->checkValid(); } in checkValid() function
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp377 void mlir::DataLayout::checkValid() const { in checkValid() function in mlir::DataLayout
412 checkValid(); in getTypeSize()
424 checkValid(); in getTypeSizeInBits()
436 checkValid(); in getTypeABIAlignment()
448 checkValid(); in getTypePreferredAlignment()
/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryBenchmarkMain.cpp176 checkValid(P); in randomize()
213 checkValid(P); in randomize()
H A DLibcMemoryBenchmark.cpp96 void ParameterBatch::checkValid(const ParameterType &P) const { in checkValid() function in llvm::libc_benchmarks::ParameterBatch
H A DLibcMemoryBenchmark.h180 void checkValid(const ParameterType &) const;
H A DLibcMemoryGoogleBenchmarkMain.cpp47 Setup.checkValid(P); in Runner()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.h173 void checkValid() const;