/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/ |
D | Instruction.java | 49 Opcode getOpcode(); in getOpcode() method
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | UnresolvedOdexInstruction.java | 52 @Override public Opcode getOpcode() { in getOpcode() method in UnresolvedOdexInstruction
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | BuilderInstruction.java | 52 @Nonnull public Opcode getOpcode() { in getOpcode() method in BuilderInstruction
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
D | ImmutableInstruction.java | 135 @Nonnull public Opcode getOpcode() { in getOpcode() method in ImmutableInstruction
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/ |
D | DexBackedInstruction.java | 56 @Nonnull public Opcode getOpcode() { return opcode; } in getOpcode() method in DexBackedInstruction
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/ |
D | SmalideaInstruction.java | 124 @Nonnull public Opcode getOpcode() { in getOpcode() method in SmalideaInstruction
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ExpandReductions.cpp | 31 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() function
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliInstruction.java | 72 @NotNull public Opcode getOpcode() { in getOpcode() method in SmaliInstruction
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/ |
D | InstructionRewriter.java | 103 @Override public Opcode getOpcode() { in getOpcode() method in InstructionRewriter.BaseRewrittenReferenceInstruction
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | Instruction.java | 505 public short getOpcode() { in getOpcode() method in Instruction
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 48 unsigned getOpcode() const { in getOpcode() function 56 static unsigned getOpcode(const Value *V) { in getOpcode() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Operator.h | 41 unsigned getOpcode() const { in getOpcode() function 49 static unsigned getOpcode(const Value *V) { in getOpcode() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | MCInstrDescView.cpp | 94 unsigned InstructionInstance::getOpcode() const { in getOpcode() function in exegesis::InstructionInstance
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 370 Opcode getOpcode() const { return Op; } in getOpcode() function 506 Opcode getOpcode() const { return Op; } in getOpcode() function
|
D | MCInstrDesc.h | 178 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 402 Opcode getOpcode() const { return Op; } in getOpcode() function 559 Opcode getOpcode() const { return Op; } in getOpcode() function
|
D | MCInstrDesc.h | 202 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 111 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode() function
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 785 UnaryOp getOpcode() const { return (UnaryOp)Opc; } in getOpcode() function 838 BinaryOp getOpcode() const { return (BinaryOp)Opc; } in getOpcode() function 895 TernaryOp getOpcode() const { return (TernaryOp)Opc; } in getOpcode() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | Record.h | 786 UnaryOp getOpcode() const { return (UnaryOp)Opc; } in getOpcode() function 840 BinaryOp getOpcode() const { return (BinaryOp)Opc; } in getOpcode() function 897 TernaryOp getOpcode() const { return (TernaryOp)Opc; } in getOpcode() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 274 unsigned getOpcode() const { in getOpcode() function
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 276 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVNExpression.h | 109 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 634 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | GlobalISelEmitter.cpp | 1609 StringRef getOpcode() const { return I->TheDef->getName(); } in getOpcode() function in __anon44b4b7180111::InstructionOpcodeMatcher 1998 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode() function in __anon44b4b7180111::InstructionMatcher 2001 StringRef RuleMatcher::getOpcode() const { in getOpcode() function in __anon44b4b7180111::RuleMatcher
|