Home
last modified time | relevance | path

Searched defs:getOpcode (Results 1 – 25 of 47) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
DInstruction.java49 Opcode getOpcode(); in getOpcode() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DUnresolvedOdexInstruction.java52 @Override public Opcode getOpcode() { in getOpcode() method in UnresolvedOdexInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DBuilderInstruction.java52 @Nonnull public Opcode getOpcode() { in getOpcode() method in BuilderInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction.java135 @Nonnull public Opcode getOpcode() { in getOpcode() method in ImmutableInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DDexBackedInstruction.java56 @Nonnull public Opcode getOpcode() { return opcode; } in getOpcode() method in DexBackedInstruction
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DCodeTemplate.cpp31 unsigned InstructionTemplate::getOpcode() const { in getOpcode() function in llvm::exegesis::InstructionTemplate
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
DSmalideaInstruction.java124 @Nonnull public Opcode getOpcode() { in getOpcode() method in SmalideaInstruction
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandReductions.cpp31 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() function
/external/llvm-project/llvm/lib/CodeGen/
DExpandReductions.cpp31 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() function
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliInstruction.java72 @NotNull public Opcode getOpcode() { in getOpcode() method in SmaliInstruction
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DInstructionRewriter.java103 @Override public Opcode getOpcode() { in getOpcode() method in InstructionRewriter.BaseRewrittenReferenceInstruction
/external/llvm/include/llvm/IR/
DOperator.h48 unsigned getOpcode() const { in getOpcode() function
56 static unsigned getOpcode(const Value *V) { in getOpcode() function
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstruction.java505 public short getOpcode() { in getOpcode() method in Instruction
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h40 unsigned getOpcode() const { in getOpcode() function
48 static unsigned getOpcode(const Value *V) { in getOpcode() function
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h40 unsigned getOpcode() const { in getOpcode() function
48 static unsigned getOpcode(const Value *V) { in getOpcode() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h172 unsigned getOpcode() const { return Opcode; } in getOpcode() function
DMCExpr.h410 Opcode getOpcode() const { return Op; } in getOpcode() function
567 Opcode getOpcode() const { return Op; } in getOpcode() function
/external/llvm-project/llvm/include/llvm/MC/
DMCInst.h172 unsigned getOpcode() const { return Opcode; } in getOpcode() function
DMCExpr.h463 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
620 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
DMCInstrDesc.h213 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp196 static Optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function
/external/llvm/include/llvm/MC/
DMCExpr.h370 Opcode getOpcode() const { return Op; } in getOpcode() function
506 Opcode getOpcode() const { return Op; } in getOpcode() function
DMCInstrDesc.h178 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp197 static Optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h111 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode() function

12