/llvm-project/mlir/include/mlir/Dialect/IRDL/IR/ |
H A D | IRDLTraits.h | 68 getOp() { in getOp() function
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | SymbolTable.h | 79 Operation *getOp() const { return symbolTableOp; } in getOp() function
|
/llvm-project/mlir/examples/toy/Ch3/include/toy/ |
H A D | AST.h | 154 char getOp() { return op; } in getOp() function
|
/llvm-project/mlir/examples/toy/Ch6/include/toy/ |
H A D | AST.h | 154 char getOp() { return op; } in getOp() function
|
/llvm-project/mlir/examples/toy/Ch5/include/toy/ |
H A D | AST.h | 154 char getOp() { return op; } in getOp() function
|
/llvm-project/mlir/examples/toy/Ch4/include/toy/ |
H A D | AST.h | 154 char getOp() { return op; } in getOp() function
|
/llvm-project/mlir/examples/toy/Ch2/include/toy/ |
H A D | AST.h | 154 char getOp() { return op; } in getOp() function
|
/llvm-project/mlir/examples/toy/Ch1/include/toy/ |
H A D | AST.h | 154 char getOp() { return op; } in getOp() function
|
/llvm-project/mlir/examples/toy/Ch7/include/toy/ |
H A D | AST.h | 174 char getOp() { return op; } in getOp() function
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | RedundantExpressionCheck.cpp | 315 static OverloadedOperatorKind getOp(const BinaryOperator *Op) { in getOp() function 319 static OverloadedOperatorKind getOp(const CXXOperatorCallExpr *Op) { in getOp() function
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 331 MachineOperand &getOp() { in getOp() function 334 const MachineOperand &getOp() const { in getOp() function
|
/llvm-project/mlir/lib/Pass/ |
H A D | Pass.cpp | 48 Operation *PassExecutionAction::getOp() const { in getOp() function in PassExecutionAction
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 558 MachineOperand &getOp() { in getOp() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2793 uint64_t getOp() const { return *Op; } getOp() function
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpDefinitionsGen.cpp | 371 const Operator &getOp() const { return op; } getOp() function in __anon4a9417d70111::OpOrAdaptorHelper
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 6664 AtomicOp getOp() const { return Op; } getOp() function [all...] |