Home
last modified time | relevance | path

Searched refs:hasOperand (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/mlir/examples/toy/Ch3/mlir/
H A DDialect.cpp262 if (!hasOperand()) in verify()
H A DMLIRGen.cpp161 } else if (returnOp.hasOperand()) { in mlirGen()
/llvm-project-15.0.7/mlir/examples/toy/Ch2/mlir/
H A DDialect.cpp262 if (!hasOperand()) in verify()
H A DMLIRGen.cpp161 } else if (returnOp.hasOperand()) { in mlirGen()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DLowerToAffineLoops.cpp262 if (op.hasOperand()) in matchAndRewrite()
H A DDialect.cpp401 if (!hasOperand()) in verify()
H A DMLIRGen.cpp216 } else if (returnOp.hasOperand()) { in mlirGen()
/llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/
H A DLowerToAffineLoops.cpp262 if (op.hasOperand()) in matchAndRewrite()
H A DMLIRGen.cpp161 } else if (returnOp.hasOperand()) { in mlirGen()
H A DDialect.cpp374 if (!hasOperand()) in verify()
/llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/
H A DLowerToAffineLoops.cpp262 if (op.hasOperand()) in matchAndRewrite()
H A DMLIRGen.cpp161 } else if (returnOp.hasOperand()) { in mlirGen()
H A DDialect.cpp374 if (!hasOperand()) in verify()
/llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/
H A DDialect.cpp374 if (!hasOperand()) in verify()
H A DMLIRGen.cpp161 } else if (returnOp.hasOperand()) { in mlirGen()
/llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/
H A DOps.td302 bool hasOperand() { return getNumOperands() != 0; }
/llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/
H A DOps.td300 bool hasOperand() { return getNumOperands() != 0; }
/llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/
H A DOps.td334 bool hasOperand() { return getNumOperands() != 0; }
/llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/
H A DOps.td335 bool hasOperand() { return getNumOperands() != 0; }
/llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/
H A DOps.td335 bool hasOperand() { return getNumOperands() != 0; }
/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DOps.td359 bool hasOperand() { return getNumOperands() != 0; }
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1147 bool hasOperand(const SCEV *S, const SCEV *Op) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp13533 bool ScalarEvolution::hasOperand(const SCEV *S, const SCEV *Op) const { in hasOperand() function in ScalarEvolution