/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | GetElementPtrTypeIterator.h | 78 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 84 const SCEV *getOperand() const { return Operands[0]; } in getOperand() function 85 const SCEV *getOperand(unsigned i) const { in getOperand() function 199 const SCEV *getOperand(unsigned i) const { in getOperand() function 318 const SCEV *getOperand(unsigned i) const { in getOperand() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
H A D | Nodes.cpp | 208 syntax::Expression *syntax::UnaryOperatorExpression::getOperand() { in getOperand() function in syntax::UnaryOperatorExpression
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Record.h | 788 Init *getOperand(unsigned i) const override { in getOperand() function 794 Init *getOperand() const { return LHS; } in getOperand() function 841 Init *getOperand(unsigned i) const override { in getOperand() function 897 Init *getOperand(unsigned i) const override { in getOperand() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanValue.h | 245 inline VPValue *getOperand(unsigned N) const { in getOperand() function
|
H A D | SLPVectorizer.cpp | 1699 ValueList &getOperand(unsigned OpIdx) { in getOperand() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 653 unsigned getOperand() const { return Operand; } in getOperand() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 290 const SymExpr *getOperand() const { return Operand; } in getOperand() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtCXX.h | 480 Expr *getOperand() const { return static_cast<Expr*>(SubStmts[Operand]); } in getOperand() function
|
H A D | ExprCXX.h | 4014 Expr *getOperand() const { return static_cast<Expr *>(Operand); } in getOperand() function 4787 Expr *getOperand() const { in getOperand() function 4825 Expr *getOperand() const { return cast<Expr>(SubExprs[0]); } in getOperand() function 4864 Expr *getOperand() const { in getOperand() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 167 Value *getOperand(unsigned N) const { in getOperand() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Metadata.cpp | 1118 MDNode *NamedMDNode::getOperand(unsigned i) const { in getOperand() function in NamedMDNode
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.h | 1036 Record *getOperand(unsigned ON) const { in getOperand() function
|
H A D | DAGISelMatcher.h | 1024 unsigned getOperand(unsigned i) const { in getOperand() function
|
H A D | GlobalISelEmitter.cpp | 2285 OperandMatcher &getOperand(unsigned OpIdx) { in getOperand() function in __anon332dbd1e0111::InstructionMatcher
|