/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Operator.h | 41 unsigned getOpcode() const { in getOpcode() function 49 static unsigned getOpcode(const Value *V) { in getOpcode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Operator.h | 41 unsigned getOpcode() const { in getOpcode() function 49 static unsigned getOpcode(const Value *V) { in getOpcode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Operator.h | 41 unsigned getOpcode() const { in getOpcode() function 49 static unsigned getOpcode(const Value *V) { in getOpcode() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Operator.h | 41 unsigned getOpcode() const { in getOpcode() function 49 static unsigned getOpcode(const Value *V) { in getOpcode() function
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | Operator.h | 48 unsigned getOpcode() const { in getOpcode() function 56 static unsigned getOpcode(const Value *V) { in getOpcode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Operator.h | 41 unsigned getOpcode() const { in getOpcode() function 49 static unsigned getOpcode(const Value *V) { in getOpcode() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Operator.h | 40 unsigned getOpcode() const { in getOpcode() function 48 static unsigned getOpcode(const Value *V) { in getOpcode() function
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/instruction/ |
H A D | Instruction.java | 48 Opcode getOpcode(); in getOpcode() method
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/ |
H A D | UnresolvedOdexInstruction.java | 51 @Override public Opcode getOpcode() { in getOpcode() method in UnresolvedOdexInstruction
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/ |
H A D | BuilderInstruction.java | 51 @Nonnull public Opcode getOpcode() { in getOpcode() method in BuilderInstruction
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/ |
H A D | ImmutableInstruction.java | 174 @Nonnull public Opcode getOpcode() { in getOpcode() method in ImmutableInstruction
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.h | 37 unsigned getOpcode() const { return Opc; } in getOpcode() function
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
H A D | Dop.java | 85 public int getOpcode() { in getOpcode() method in Dop
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/ |
H A D | Dop.java | 96 public int getOpcode() { in getOpcode() method in Dop
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/instruction/ |
H A D | DexBackedInstruction.java | 56 @Nonnull public Opcode getOpcode() { return opcode; } in getOpcode() method in DexBackedInstruction
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 354 UnaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function 397 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 354 UnaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function 397 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 354 UnaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function 397 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 354 UnaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function 397 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ExpandReductions.cpp | 31 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ExpandReductions.cpp | 29 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() function
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/ssa/ |
H A D | NormalSsaInsn.java | 134 public Rop getOpcode() { in getOpcode() method in NormalSsaInsn
|
H A D | SsaInsn.java | 178 abstract public Rop getOpcode(); in getOpcode() method in SsaInsn
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 370 Opcode getOpcode() const { return Op; } in getOpcode() function 506 Opcode getOpcode() const { return Op; } in getOpcode() function
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecMessage.java | 139 public int getOpcode() { in getOpcode() method in HdmiCecMessage
|