Searched defs:getOpcode (Results 26 - 42 of 42) sorted by relevance

12

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h181 unsigned getOpcode() const { function in class:llvm::MCInstrDesc
H A DMCExpr.h366 /// getOpcode - Get the kind of this unary expression.
367 Opcode getOpcode() const { return Op; } function in class:llvm::MCUnaryExpr
497 /// getOpcode - Get the kind of this binary expression.
498 Opcode getOpcode() const { return Op; } function in class:llvm::MCBinaryExpr
/external/llvm/include/llvm/TableGen/
H A DRecord.h906 return UnOpInit::get(getOpcode(), *Operands.begin(), getType());
915 UnaryOp getOpcode() const { return Opc; } function in class:llvm::UnOpInit
954 return BinOpInit::get(getOpcode(), Operands[0], Operands[1], getType());
967 BinaryOp getOpcode() const { return Opc; } function in class:llvm::BinOpInit
1009 return TernOpInit::get(getOpcode(), Operands[0], Operands[1], Operands[2],
1026 TernaryOp getOpcode() const { return Opc; } function in class:llvm::TernOpInit
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h485 const SDNodeInfo &getOpcode() const { return Opcode; } function in class:llvm::CheckOpcodeMatcher
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java1423 int idx = opcode.getOpcode() - Opcodes.MIN_VALUE;
1444 public int getOpcode() { method in class:OpcodeInfo.Info
/external/llvm/include/llvm/IR/
H A DInstructions.h131 return (I->getOpcode() == Instruction::Alloca);
252 return I->getOpcode() == Instruction::Load;
374 return I->getOpcode() == Instruction::Store;
445 return I->getOpcode() == Instruction::Fence;
594 return I->getOpcode() == Instruction::AtomicCmpXchg;
738 return I->getOpcode() == Instruction::AtomicRMW;
930 return (I->getOpcode() == Instruction::GetElementPtr);
1105 return I->getOpcode() == Instruction::ICmp;
1214 return I->getOpcode() == Instruction::FCmp;
1470 return I->getOpcode()
1572 OtherOps getOpcode() const { function in class:llvm::SelectInst
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h177 inline unsigned getOpcode() const;
397 /// getOpcode - Return the SelectionDAG opcode value for this node. For
401 unsigned getOpcode() const { return (unsigned short)NodeType; } function in class:llvm::SDNode
880 inline unsigned SDValue::getOpcode() const { function in class:llvm::SDValue
881 return Node->getOpcode();
991 return isBinOpWithFlags(N->getOpcode());
1036 return N->getOpcode() == ISD::ADDRSPACECAST;
1123 return getOperand(getOpcode() == ISD::STORE ? 2 : 1);
1130 return N->getOpcode() == ISD::LOAD ||
1131 N->getOpcode()
[all...]
/external/clang/include/clang/AST/
H A DExpr.h1682 Opcode getOpcode() const { return static_cast<Opcode>(Opc); } function in class:clang::StringLiteral::UnaryOperator
1702 bool isPrefix() const { return isPrefix(getOpcode()); }
1703 bool isPostfix() const { return isPostfix(getOpcode()); }
1709 return isIncrementOp(getOpcode());
1716 return isDecrementOp(getOpcode());
1721 return isIncrementDecrementOp(getOpcode());
1727 bool isArithmeticOp() const { return isArithmeticOp(getOpcode()); }
2955 Opcode getOpcode() const { return static_cast<Opcode>(Opc); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
2974 StringRef getOpcodeStr() const { return getOpcodeStr(getOpcode()); }
2988 bool isAdditiveOp() const { return isAdditiveOp(getOpcode()); }
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-tree-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/AbstractInsnNode.class " package org.objectweb.asm ...
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 1328 milliseconds

12