Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/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 { in getOperand() function
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.h
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp208 syntax::Expression *syntax::UnaryOperatorExpression::getOperand() { in getOperand() function in syntax::UnaryOperatorExpression
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h306 const SymExpr *getOperand() const { return Operand; } in getOperand() function
353 const SymExpr *getOperand() const { return Operand; } in getOperand() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h254 inline VPValue *getOperand(unsigned N) const { getOperand() function
H A DSLPVectorizer.cpp2651 ValueList &getOperand(unsigned OpIdx) { getOperand() function
2657 ArrayRef<Value *> getOperand(unsigned OpIdx) const { getOperand() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h879 Init *getOperand(unsigned i) const override { in getOperand() function
885 Init *getOperand() const { return LHS; } in getOperand() function
959 Init *getOperand(unsigned i) const override { in getOperand() function
1028 Init *getOperand(unsigned i) const override { in getOperand() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h661 unsigned getOperand() const { return Operand; } getOperand() function
/freebsd-src/contrib/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.h4105 Expr *getOperand() const { return static_cast<Expr *>(Operand); } getOperand() function
4997 Expr *getOperand() const { getOperand() function
5079 Expr *getOperand() const { return cast<Expr>(SubExprs[0]); } getOperand() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h167 Value *getOperand(unsigned N) const { in getOperand() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h551 const MCAOperand *getOperand(const unsigned Idx) const { in getOperand() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h
H A DDAGISelMatcher.h
H A DGlobalISelMatchTable.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1373 MDNode *NamedMDNode::getOperand(unsigned i) const { getOperand() function in NamedMDNode
[all...]