Home
last modified time | relevance | path

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

12

/llvm-project/flang/lib/Lower/
H A DCustomIntrinsicCall.cpp146 const Fortran::lower::OperandGetter &getOperand, in lowerMinOrMax()
216 const Fortran::lower::OperandGetter &getOperand, in lowerIshftc()
269 const Fortran::lower::OperandGetter &getOperand, in lowerAssociated()
332 const OperandGetter &getOperand, std::size_t numOperands, in lowerCustomIntrinsic()
/llvm-project/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUDialect.h82 StringRef getOperand() const { return operand; } getOperand() function
/llvm-project/mlir/include/mlir/TableGen/
H A DOperator.h216 NamedTypeConstraint &getOperand(int index) { return operands[index]; } in getOperand() function
215 NamedTypeConstraint &getOperand(int index) { return operands[index]; } getOperand() function
/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h207 const MCOperand &getOperand(unsigned i) const { return Operands[i]; } in getOperand() function
206 const MCOperand &getOperand(unsigned i) const { return Operands[i]; } getOperand() function
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineValueMap.cpp102 Value AffineValueMap::getOperand(unsigned i) const { in getOperand() function in AffineValueMap
/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h110 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } in getOperand() function
H A DUser.h169 Value *getOperand(unsigned i) const { getOperand() function
/llvm-project/mlir/include/mlir/IR/
H A DUseDefLists.h314 OperandType *getOperand() const { return (OperandType *)current; } in getOperand() function
H A DOperation.h345 Value getOperand(unsigned idx) { return getOpOperand(idx).get(); } getOperand() function
/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h112 const SCEV *getOperand() const { return Op; } in getOperand() function
113 const SCEV *getOperand(unsigned i) const { in getOperand() function
213 const SCEV *getOperand(unsigned i) const { in getOperand() function
319 const SCEV *getOperand(unsigned i) const { in getOperand() function
[all...]
/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h517 Value getOperand(unsigned idx) { in getOperand() function
[all...]
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h313 InstructionOperand &getOperand(unsigned K) { return Operands[K]; } getOperand() function
314 const InstructionOperand &getOperand(unsigned K) const { return Operands[K]; } getOperand() function
/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp208 syntax::Expression *syntax::UnaryOperatorExpression::getOperand() { in getOperand() function in syntax::UnaryOperatorExpression
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h306 const SymExpr *getOperand() const { return Operand; } getOperand() function
353 const SymExpr *getOperand() const { return Operand; } getOperand() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h253 inline VPValue *getOperand(unsigned N) const { getOperand() function
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h879 const Init *getOperand() const { return LHS; } in getOperand() function
885 Init *getOperand() const { return LHS; } getOperand() function
959 Init *getOperand(unsigned i) const override { getOperand() function
1028 Init *getOperand(unsigned i) const override { getOperand() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h679 unsigned getOperand() const { return Operand; } in getOperand() function
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h642 Position *getOperand(OperationPosition *p, unsigned operand) { in getOperand() function
/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h497 Expr *getOperand() const { return static_cast<Expr*>(SubStmts[Operand]); } in getOperand() function
H A DExprCXX.h4141 Expr *getOperand() const { return static_cast<Expr *>(Operand); } getOperand() function
5146 Expr *getOperand() const { getOperand() function
5246 Expr *getOperand() const { return cast<Expr>(SubExprs[0]); } getOperand() function
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h167 Value *getOperand(unsigned N) const { in getOperand() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpPythonBindingGen.cpp420 static const NamedTypeConstraint &getOperand(const Operator &op, int i) { getOperand() function
/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h551 const MCAOperand *getOperand(const unsigned Idx) const { in getOperand() function
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h1039 Record *getOperand(unsigned ON) const { getOperand() function
H A DDAGISelMatcher.h1039 unsigned getOperand(unsigned i) const { getOperand() function

12