/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 199 unsigned getNumOperands() const { return (unsigned)Operands.size(); } function in class:llvm::MachineInstr 202 assert(i < getNumOperands() && "getOperand() out of range!"); 206 assert(i < getNumOperands() && "getOperand() out of range!");
|
H A D | SelectionDAGNodes.h | 137 inline unsigned getNumOperands() const; 525 /// getNumOperands - Return the number of values used by this operation. 527 unsigned getNumOperands() const { return NumOperands; } function in class:llvm::SDNode 550 if (getNumOperands() != 0 && 551 getOperand(getNumOperands()-1).getValueType() == MVT::Glue) 552 return getOperand(getNumOperands()-1).getNode(); 775 inline unsigned SDValue::getNumOperands() const { function in class:llvm::SDNode::SDValue 776 return Node->getNumOperands(); 1735 return SDNodeIterator(N, N->getNumOperands());
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
H A D | Metadata.h | 141 /// getNumOperands - Return number of MDNode operands. 142 unsigned getNumOperands() const { return NumOperands; } function in class:llvm::MDNode 217 /// getNumOperands - Return the number of NamedMDNode operands. 218 unsigned getNumOperands() const;
|
/external/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 290 unsigned getNumOperands() const { return NumOperands; } function in class:llvm::MachineInstr 293 assert(i < getNumOperands() && "getOperand() out of range!"); 297 assert(i < getNumOperands() && "getOperand() out of range!");
|
H A D | SelectionDAGNodes.h | 164 inline unsigned getNumOperands() const; 660 unsigned getNumOperands() const { return NumOperands; } function in class:llvm::SDNode 700 if (getNumOperands() != 0 && 701 getOperand(getNumOperands()-1).getValueType() == MVT::Glue) 702 return getOperand(getNumOperands()-1).getNode(); 874 inline unsigned SDValue::getNumOperands() const { function in class:llvm::SDValue 875 return Node->getNumOperands(); 2050 return SDNodeIterator(N, N->getNumOperands());
|
/external/llvm/include/llvm/MC/ |
H A D | MCInst.h | 166 unsigned getNumOperands() const { return Operands.size(); } function in class:llvm::MCInst
|
H A D | MCInstrDesc.h | 185 unsigned getNumOperands() const { return NumOperands; } function in class:llvm::MCInstrDesc 539 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
|
/external/llvm/utils/TableGen/ |
H A D | CodeGenTarget.h | 204 unsigned getNumOperands() const { return NumOperands; } function in class:llvm::ComplexPattern
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
H A D | MCInst.h | 141 unsigned getNumOperands() const { return Operands.size(); } function in class:llvm::MCInst
|
H A D | MCInstrDesc.h | 170 /// getNumOperands - Return the number of declared MachineOperands for this 175 unsigned getNumOperands() const { function in class:llvm::MCInstrDesc 306 for (unsigned i = 0, e = getNumOperands(); i != e; ++i)
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
H A D | CodeGenTarget.h | 181 unsigned getNumOperands() const { return NumOperands; } function in class:llvm::ComplexPattern
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 151 size_t getNumOperands() const { return NumOperands; } function in class:llvm::SCEVNAryExpr 221 return getOperand(getNumOperands() - 1)->getType(); 321 return getNumOperands() == 2; 328 return getNumOperands() == 3;
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
H A D | Metadata.cpp | 84 assert(Op <= N->getNumOperands() && "Invalid operand number"); 141 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) { 166 for (unsigned i = 0, e = getNumOperands(); i != e; ++i) 283 for (unsigned i = 0, e = getNumOperands(); i != e; ++i) 359 for (unsigned i = 0, e = getNumOperands(); i != e; ++i) { 390 /// getNumOperands - Return number of NamedMDNode operands. 391 unsigned NamedMDNode::getNumOperands() const { function in class:NamedMDNode 397 assert(i < getNumOperands() && "Invalid Operand number!");
|
/external/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 137 size_t getNumOperands() const { return NumOperands; } function in class:llvm::SCEVNAryExpr 216 return getOperand(getNumOperands() - 1)->getType(); 309 return getNumOperands() == 2; 316 return getNumOperands() == 3; 569 for (int i = 0, e = Expr->getNumOperands(); i < e; ++i) 576 for (int i = 0, e = Expr->getNumOperands(); i < e; ++i) 588 for (int i = 0, e = Expr->getNumOperands(); i < e; ++i) 596 for (int i = 0, e = Expr->getNumOperands(); i < e; ++i) 603 for (int i = 0, e = Expr->getNumOperands(); i < e; ++i) 667 for (int i = 0, e = Expr->getNumOperands(); [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/ |
H A D | Record.h | 889 virtual int getNumOperands() const = 0; 932 int getNumOperands() const { return 1; } function in class:llvm::UnOpInit 976 int getNumOperands() const { return 2; } function in class:llvm::BinOpInit 1028 int getNumOperands() const { return 3; } function in class:llvm::TernOpInit
|