| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | CustomIntrinsicCall.cpp | 119 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 D | GPUDialect.h | 76 StringRef getOperand() const { return operand; } in getOperand() function
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Operator.h | 153 NamedTypeConstraint &getOperand(int index) { return operands[index]; } in getOperand() function 154 const NamedTypeConstraint &getOperand(int index) const { in getOperand() function
|
| H A D | Pattern.h | 296 static SymbolInfo getOperand(DagNode node, const Operator *op, int index) { in getOperand() function
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GetElementPtrTypeIterator.h | 76 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } in getOperand() function
|
| H A D | User.h | 169 Value *getOperand(unsigned i) const { in getOperand() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/ |
| H A D | AffineValueMap.cpp | 92 Value AffineValueMap::getOperand(unsigned i) const { in getOperand() function in AffineValueMap
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCInst.h | 206 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 D | UseDefLists.h | 261 OperandType *getOperand() const { return (OperandType *)current; } in getOperand() function
|
| H A D | OpDefinition.h | 336 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 D | Operation.h | 267 Value getOperand(unsigned idx) { return getOpOperand(idx).get(); } in getOperand() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpressions.h | 95 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 D | AffineOps.h | 486 Value getOperand(unsigned idx) { return op.getOperand(opStart + idx); } in getOperand() function
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | Nodes.cpp | 208 syntax::Expression *syntax::UnaryOperatorExpression::getOperand() { in getOperand() function in syntax::UnaryOperatorExpression
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 305 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 D | VPlanValue.h | 257 inline VPValue *getOperand(unsigned N) const { in getOperand() function
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 816 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 D | ScheduleDAG.h | 652 unsigned getOperand() const { return Operand; } in getOperand() function
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | Predicate.h | 593 Position *getOperand(OperationPosition *p, unsigned operand) { in getOperand() function
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 482 Expr *getOperand() const { return static_cast<Expr*>(SubStmts[Operand]); } in getOperand() function
|
| H A D | ExprCXX.h | 4031 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 D | OpPythonBindingGen.cpp | 419 static const NamedTypeConstraint &getOperand(const Operator &op, int i) { in getOperand() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVNExpression.h | 167 Value *getOperand(unsigned N) const { in getOperand() function
|
| /llvm-project-15.0.7/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 551 const MCAOperand *getOperand(const unsigned Idx) const { in getOperand() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/ |
| H A D | GPUDialect.cpp | 61 StringRef MMAMatrixType::getOperand() const { return getImpl()->getOperand(); } in getOperand() function in MMAMatrixType
|