HomeSort by relevance Sort by last modified time
    Searched defs:getOperand (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/
User.h 86 Value *getOperand(unsigned i) const {
87 assert(i < NumOperands && "getOperand() out of range!");
  /external/collada/include/1.4/dom/
domGles_texcombiner_argumentAlpha_type.h 42 domGles_texcombiner_operandAlpha_enums getOperand() const { return attrOperand; }
101 domGles_texcombiner_operandAlpha_enums getOperand() const { return attrOperand; }
domGles_texcombiner_argumentRGB_type.h 42 domGles_texcombiner_operandRGB_enums getOperand() const { return attrOperand; }
101 domGles_texcombiner_operandRGB_enums getOperand() const { return attrOperand; }
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
UnaryOperation.java 115 public Expression getOperand(){
  /external/llvm/include/llvm/Support/
GetElementPtrTypeIterator.h 59 return CT->getTypeAtIndex(getOperand());
66 Value *getOperand() const { return *OpIt; }
70 CurTy = CT->getTypeAtIndex(getOperand());
86 return gep_type_iterator::begin(GEP->getOperand(0)->getType(),
93 return gep_type_iterator::begin(GEP.getOperand(0)->getType(),
  /external/llvm/lib/MC/MCDisassembler/
EDInst.cpp 154 int EDInst::getOperand(EDOperand *&operand, unsigned int index) {
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 205 const MachineOperand& getOperand(unsigned i) const {
206 assert(i < getNumOperands() && "getOperand() out of range!");
209 MachineOperand& getOperand(unsigned i) {
210 assert(i < getNumOperands() && "getOperand() out of range!");
292 return isCopy() && !getOperand(0).getSubReg() && !getOperand(1).getSubReg();
303 return isCopy() && getOperand(0).getReg() == getOperand(1).getReg() &&
304 getOperand(0).getSubReg() == getOperand(1).getSubReg()
    [all...]
MachineRegisterInfo.h 372 MachineOperand &getOperand() const {
381 return Op - &Op->getParent()->getOperand(0);
ScheduleDAG.h 622 unsigned getOperand() const { return Operand; }
SelectionDAGNodes.h 137 inline const SDValue &getOperand(unsigned i) const;
532 const SDValue &getOperand(unsigned Num) const {
550 getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
551 return getOperand(getNumOperands()-1).getNode();
777 inline const SDValue &SDValue::getOperand(unsigned i) const {
778 return Node->getOperand(i);
946 const SDValue &getChain() const { return getOperand(0); }
948 return getOperand(getOpcode() == ISD::STORE ? 2 : 1);
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 66 const SCEV *getOperand() const { return Op; }
152 const SCEV *getOperand(unsigned i) const {
161 Type *getType() const { return getOperand(0)->getType(); }
221 return getOperand(getNumOperands() - 1)->getType();
310 if (isAffine()) return getOperand(1);
  /external/llvm/include/llvm/MC/
MCInst.h 139 const MCOperand &getOperand(unsigned i) const { return Operands[i]; }
140 MCOperand &getOperand(unsigned i) { return Operands[i]; }
  /external/llvm/lib/VMCore/
Metadata.cpp 142 if (Value *V = N->getOperand(i)) {
167 if (const Function *F = getFunctionForValue(getOperand(i)))
273 /// getOperand - Return specified operand.
274 Value *MDNode::getOperand(unsigned i) const {
284 ID.AddPointer(getOperand(i));
360 Value *V = getOperand(i);
395 /// getOperand - Return specified operand.
396 MDNode *NamedMDNode::getOperand(unsigned i) const {
  /external/llvm/utils/TableGen/
Record.h 824 virtual Init *getOperand(int i) = 0;
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
intermediate.h 408 TIntermTyped* getOperand() { return operand; }
  /prebuilt/common/jython/
jython.jar 

Completed in 1870 milliseconds