Home
last modified time | relevance | path

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

123

/external/apache-xml/src/main/java/org/apache/xpath/operations/
DUnaryOperation.java115 public Expression getOperand(){ in getOperand() method in UnaryOperation
/external/llvm-project/mlir/include/mlir/TableGen/
DOperator.h142 NamedTypeConstraint &getOperand(int index) { return operands[index]; } in getOperand() function
143 const NamedTypeConstraint &getOperand(int index) const { in getOperand() function
DPattern.h258 static SymbolInfo getOperand(const Operator *op, int index) { in getOperand() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h180 const MCOperand &getOperand(unsigned i) const { return Operands[i]; } in getOperand() function
181 MCOperand &getOperand(unsigned i) { return Operands[i]; } in getOperand() function
/external/llvm-project/llvm/include/llvm/MC/
DMCInst.h180 const MCOperand &getOperand(unsigned i) const { return Operands[i]; } in getOperand() function
181 MCOperand &getOperand(unsigned i) { return Operands[i]; } in getOperand() function
/external/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h75 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } in getOperand() function
DUser.h134 Value *getOperand(unsigned i) const { in getOperand() function
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineValueMap.cpp93 Value AffineValueMap::getOperand(unsigned i) const { in getOperand() function in AffineValueMap
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h74 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } in getOperand() function
DUser.h169 Value *getOperand(unsigned i) const { in getOperand() function
/external/llvm-project/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h74 Value *getOperand() const { return const_cast<Value *>(&**OpIt); } in getOperand() function
DUser.h169 Value *getOperand(unsigned i) const { in getOperand() function
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h84 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
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUser.h145 Value *getOperand(unsigned i) const { in getOperand() function
/external/llvm-project/mlir/include/mlir/IR/
DUseDefLists.h289 OperandType *getOperand() const { return current; } in getOperand() function
DOpDefinition.h365 Value getOperand(unsigned i) { return this->getOperation()->getOperand(i); } in getOperand() function
403 void getOperand() {} in getOperand() function
412 Value getOperand() { return this->getOperation()->getOperand(0); } in getOperand() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h162 inline VPValue *getOperand(unsigned N) const { in getOperand() function
/external/llvm-project/clang/lib/Tooling/Syntax/
DNodes.cpp208 syntax::Expression *syntax::UnaryOperatorExpression::getOperand() { in getOperand() function in syntax::UnaryOperatorExpression
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.h418 Value getOperand(unsigned idx) { return op.getOperand(opStart + idx); } in getOperand() function
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h64 const SCEV *getOperand() const { return Op; } in getOperand() function
138 const SCEV *getOperand(unsigned i) const { in getOperand() function
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanValue.h211 inline VPValue *getOperand(unsigned N) const { in getOperand() function
/external/angle/src/compiler/translator/
DIntermNode.h443 TIntermTyped *getOperand() { return mOperand; } in getOperand() function
538 TIntermTyped *getOperand() { return mOperand; } in getOperand() function
/external/llvm/include/llvm/TableGen/
DRecord.h780 Init *getOperand(unsigned i) const override { in getOperand() function
786 Init *getOperand() const { return LHS; } in getOperand() function
830 Init *getOperand(unsigned i) const override { in getOperand() function
886 Init *getOperand(unsigned i) const override { in getOperand() function
/external/cldr/tools/java/com/ibm/icu/text/
DFixedDecimal.java422 public static Operand getOperand(String t) { in getOperand() method in FixedDecimal
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h84 const SCEV *getOperand() const { return Op; } in getOperand() function
159 const SCEV *getOperand(unsigned i) const { in getOperand() function

123