/llvm-project/flang/lib/Lower/ |
H A D | CustomIntrinsicCall.cpp | 146 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 D | GPUDialect.h | 82 StringRef getOperand() const { return operand; } getOperand() function
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Operator.h | 216 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 D | MCInst.h | 207 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 D | AffineValueMap.cpp | 102 Value AffineValueMap::getOperand(unsigned i) const { in getOperand() function in AffineValueMap
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | GetElementPtrTypeIterator.h | 110 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } in getOperand() function
|
H A D | User.h | 169 Value *getOperand(unsigned i) const { getOperand() function
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | UseDefLists.h | 314 OperandType *getOperand() const { return (OperandType *)current; } in getOperand() function
|
H A D | Operation.h | 345 Value getOperand(unsigned idx) { return getOpOperand(idx).get(); } getOperand() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 112 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 D | AffineOps.h | 517 Value getOperand(unsigned idx) { in getOperand() function [all...] |
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.h | 313 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 D | Nodes.cpp | 208 syntax::Expression *syntax::UnaryOperatorExpression::getOperand() { in getOperand() function in syntax::UnaryOperatorExpression
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 306 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 D | VPlanValue.h | 253 inline VPValue *getOperand(unsigned N) const { getOperand() function
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 879 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 D | ScheduleDAG.h | 679 unsigned getOperand() const { return Operand; } in getOperand() function
|
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ |
H A D | Predicate.h | 642 Position *getOperand(OperationPosition *p, unsigned operand) { in getOperand() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 497 Expr *getOperand() const { return static_cast<Expr*>(SubStmts[Operand]); } in getOperand() function
|
H A D | ExprCXX.h | 4141 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 D | GVNExpression.h | 167 Value *getOperand(unsigned N) const { in getOperand() function
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpPythonBindingGen.cpp | 420 static const NamedTypeConstraint &getOperand(const Operator &op, int i) { getOperand() function
|
/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 551 const MCAOperand *getOperand(const unsigned Idx) const { in getOperand() function
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 1039 Record *getOperand(unsigned ON) const { getOperand() function
|
H A D | DAGISelMatcher.h | 1039 unsigned getOperand(unsigned i) const { getOperand() function
|