Home
last modified time | relevance | path

Searched defs:getOperand (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/flang/lib/Lower/
H A DCustomIntrinsicCall.cpp119 const Fortran::lower::OperandGetter &getOperand, in lowerMinOrMax()
190 const Fortran::lower::OperandGetter &getOperand, in lowerIshftc()
244 const OperandGetter &getOperand, std::size_t numOperands, in lowerCustomIntrinsic()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUDialect.h76 StringRef getOperand() const { return operand; } in getOperand() function
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h153 NamedTypeConstraint &getOperand(int index) { return operands[index]; } in getOperand() function
154 const NamedTypeConstraint &getOperand(int index) const { in getOperand() function
H A DPattern.h296 static SymbolInfo getOperand(DagNode node, const Operator *op, int index) { in getOperand() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h76 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } in getOperand() function
H A DUser.h169 Value *getOperand(unsigned i) const { in getOperand() function
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineValueMap.cpp92 Value AffineValueMap::getOperand(unsigned i) const { in getOperand() function in AffineValueMap
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInst.h206 const MCOperand &getOperand(unsigned i) const { return Operands[i]; } in getOperand() function
207 MCOperand &getOperand(unsigned i) { return Operands[i]; } in getOperand() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DUseDefLists.h261 OperandType *getOperand() const { return (OperandType *)current; } in getOperand() function
H A DOpDefinition.h336 Value getOperand(unsigned i) { return this->getOperation()->getOperand(i); } in getOperand() function
386 void getOperand() {} in getOperand() function
395 Value getOperand() { return this->getOperation()->getOperand(0); } in getOperand() function
H A DOperation.h267 Value getOperand(unsigned idx) { return getOpOperand(idx).get(); } in getOperand() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h95 const SCEV *getOperand() const { return Operands[0]; } in getOperand() function
96 const SCEV *getOperand(unsigned i) const { in getOperand() function
201 const SCEV *getOperand(unsigned i) const { in getOperand() function
310 const SCEV *getOperand(unsigned i) const { in getOperand() function
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h486 Value getOperand(unsigned idx) { return op.getOperand(opStart + idx); } in getOperand() function
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DNodes.cpp208 syntax::Expression *syntax::UnaryOperatorExpression::getOperand() { in getOperand() function in syntax::UnaryOperatorExpression
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h305 const SymExpr *getOperand() const { return Operand; } in getOperand() function
352 const SymExpr *getOperand() const { return Operand; } in getOperand() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h257 inline VPValue *getOperand(unsigned N) const { in getOperand() function
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h816 Init *getOperand(unsigned i) const override { in getOperand() function
822 Init *getOperand() const { return LHS; } in getOperand() function
869 Init *getOperand(unsigned i) const override { in getOperand() function
925 Init *getOperand(unsigned i) const override { in getOperand() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h652 unsigned getOperand() const { return Operand; } in getOperand() function
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h593 Position *getOperand(OperationPosition *p, unsigned operand) { in getOperand() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtCXX.h482 Expr *getOperand() const { return static_cast<Expr*>(SubStmts[Operand]); } in getOperand() function
H A DExprCXX.h4031 Expr *getOperand() const { return static_cast<Expr *>(Operand); } in getOperand() function
4762 Expr *getOperand() const { in getOperand() function
4844 Expr *getOperand() const { return cast<Expr>(SubExprs[0]); } in getOperand() function
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpPythonBindingGen.cpp419 static const NamedTypeConstraint &getOperand(const Operator &op, int i) { in getOperand() function
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h167 Value *getOperand(unsigned N) const { in getOperand() function
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DInstruction.h551 const MCAOperand *getOperand(const unsigned Idx) const { in getOperand() function
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp61 StringRef MMAMatrixType::getOperand() const { return getImpl()->getOperand(); } in getOperand() function in MMAMatrixType

12