| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/ | 
| GVNExpression.h | 79     if (getOpcode() != Other.getOpcode()) 81     if (getOpcode() == getEmptyKey() || getOpcode() == getTombstoneKey())
 109   unsigned getOpcode() const { return Opcode; }
 114   virtual hash_code getHashValue() const { return getOpcode(); }
 120     OS << "opcode = " << getOpcode() << ", ";
 215     if (getOpcode() != Other.getOpcode())
 
 | 
| /external/annotation-tools/asmx/src/org/objectweb/asm/commons/ | 
| GeneratorAdapter.java | 432         mv.visitVarInsn(type.getOpcode(Opcodes.ILOAD), index); 443         mv.visitVarInsn(type.getOpcode(Opcodes.ISTORE), index);
 607         mv.visitInsn(type.getOpcode(Opcodes.IALOAD));
 616         mv.visitInsn(type.getOpcode(Opcodes.IASTORE));
 724         mv.visitInsn(type.getOpcode(op));
 [all...]
 | 
| /external/desugar/java/com/google/devtools/build/android/desugar/ | 
| LambdaDesugaring.java | 139         bridgeMethod.visitVarInsn(arg.getOpcode(Opcodes.ILOAD), slot); 148       bridgeMethod.visitInsn(neededType.getReturnType().getOpcode(Opcodes.IRETURN));
 501         if (insn.getOpcode() == Opcodes.GETFIELD) {
 517           while (insn.getOpcode() == Opcodes.GETFIELD) {
 530               insn.getOpcode() == Opcodes.ALOAD, // should be a this pointer to be precise
 535               insn.getOpcode());
 549               insn.getOpcode());
 570       int opcode = insn.getOpcode();
 571       if (opcode == type.getOpcode(Opcodes.ILOAD)) {
 
 | 
| /dalvik/dx/src/com/android/dx/io/instructions/ | 
| DecodedInstruction.java | 123     public final int getOpcode() { 
 | 
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | 
| SymbolManager.h | 276   BinaryOperator::Opcode getOpcode() const { return Op; } 311     Profile(ID, LHS, getOpcode(), RHS, getType());
 346     Profile(ID, LHS, getOpcode(), RHS, getType());
 380     Profile(ID, LHS, getOpcode(), RHS, getType());
 
 | 
| /external/llvm/include/llvm/IR/ | 
| Constants.h | [all...] | 
| Instruction.h | 102   unsigned getOpcode() const { return getValueID() - InstructionVal; } 104   const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
 105   bool isTerminator() const { return isTerminator(getOpcode()); }
 106   bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
 107   bool isShift() { return isShift(getOpcode()); }
 108   bool isCast() const { return isCast(getOpcode()); }
 109   bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
 128     return getOpcode() == Shl || getOpcode() == LShr;
 133     return getOpcode() == AShr
 [all...]
 | 
| Operator.h | 48   unsigned getOpcode() const { 50       return I->getOpcode();
 51     return cast<ConstantExpr>(this)->getOpcode();
 56   static unsigned getOpcode(const Value *V) {
 58       return I->getOpcode();
 60       return CE->getOpcode();
 107     return I->getOpcode() == Instruction::Add ||
 108            I->getOpcode() == Instruction::Sub ||
 109            I->getOpcode() == Instruction::Mul ||
 110            I->getOpcode() == Instruction::Shl
 [all...]
 | 
| /external/llvm/include/llvm/MC/ | 
| MCExpr.h | 370   Opcode getOpcode() const { return Op; } 506   Opcode getOpcode() const { return Op; }
 
 | 
| /external/swiftshader/third_party/LLVM/include/llvm/ | 
| InstrTypes.h | 118     return I->getOpcode() == Instruction::Alloca || 119            I->getOpcode() == Instruction::Load ||
 120            I->getOpcode() == Instruction::VAArg ||
 121            I->getOpcode() == Instruction::ExtractValue ||
 122            (I->getOpcode() >= CastOpsBegin && I->getOpcode() < CastOpsEnd);
 328   BinaryOps getOpcode() const {
 329     return static_cast<BinaryOps>(Instruction::getOpcode());
 597   Instruction::CastOps getOpcode() const {
 598     return Instruction::CastOps(Instruction::getOpcode());
 [all...]
 | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ | 
| Instruction.h | 111   unsigned getOpcode() const { return getValueID() - InstructionVal; } 113   const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
 114   bool isTerminator() const { return isTerminator(getOpcode()); }
 115   bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
 116   bool isShift() { return isShift(getOpcode()); }
 117   bool isCast() const { return isCast(getOpcode()); }
 118   bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
 137     return getOpcode() == Shl || getOpcode() == LShr;
 142     return getOpcode() == AShr
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | 
| SymbolManager.h | 280   BinaryOperator::Opcode getOpcode() const { return Op; } 315     Profile(ID, LHS, getOpcode(), RHS, getType());
 350     Profile(ID, LHS, getOpcode(), RHS, getType());
 384     Profile(ID, LHS, getOpcode(), RHS, getType());
 
 | 
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ | 
| Constants.h | [all...] | 
| Instruction.h | 117   unsigned getOpcode() const { return getValueID() - InstructionVal; } 119   const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
 120   bool isTerminator() const { return isTerminator(getOpcode()); }
 121   bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
 122   bool isShift() { return isShift(getOpcode()); }
 123   bool isCast() const { return isCast(getOpcode()); }
 124   bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
 143     return getOpcode() == Shl || getOpcode() == LShr;
 148     return getOpcode() == AShr
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ | 
| MCExpr.h | 385   Opcode getOpcode() const { return Op; } 542   Opcode getOpcode() const { return Op; }
 
 | 
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/ | 
| SymbolManager.h | 311   BinaryOperator::Opcode getOpcode() const { return Op; } 348     Profile(ID, LHS, getOpcode(), RHS, getType());
 385     Profile(ID, LHS, getOpcode(), RHS, getType());
 422     Profile(ID, LHS, getOpcode(), RHS, getType());
 
 | 
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/ | 
| Constants.h | [all...] | 
| Instruction.h | 121   unsigned getOpcode() const { return getValueID() - InstructionVal; } 123   const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
 124   bool isTerminator() const { return isTerminator(getOpcode()); }
 125   bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
 126   bool isShift() { return isShift(getOpcode()); }
 127   bool isCast() const { return isCast(getOpcode()); }
 128   bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
 147     return getOpcode() == Shl || getOpcode() == LShr;
 152     return getOpcode() == AShr
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/ | 
| MCExpr.h | 386   Opcode getOpcode() const { return Op; } 543   Opcode getOpcode() const { return Op; }
 
 | 
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/ | 
| SymbolManager.h | 311   BinaryOperator::Opcode getOpcode() const { return Op; } 348     Profile(ID, LHS, getOpcode(), RHS, getType());
 385     Profile(ID, LHS, getOpcode(), RHS, getType());
 422     Profile(ID, LHS, getOpcode(), RHS, getType());
 
 | 
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/ | 
| Constants.h | [all...] | 
| Instruction.h | 121   unsigned getOpcode() const { return getValueID() - InstructionVal; } 123   const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
 124   bool isTerminator() const { return isTerminator(getOpcode()); }
 125   bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
 126   bool isShift() { return isShift(getOpcode()); }
 127   bool isCast() const { return isCast(getOpcode()); }
 128   bool isFuncletPad() const { return isFuncletPad(getOpcode()); }
 147     return getOpcode() == Shl || getOpcode() == LShr;
 152     return getOpcode() == AShr
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/ | 
| MCExpr.h | 386   Opcode getOpcode() const { return Op; } 543   Opcode getOpcode() const { return Op; }
 
 | 
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/ | 
| SymbolManager.h | 311   BinaryOperator::Opcode getOpcode() const { return Op; } 348     Profile(ID, LHS, getOpcode(), RHS, getType());
 385     Profile(ID, LHS, getOpcode(), RHS, getType());
 422     Profile(ID, LHS, getOpcode(), RHS, getType());
 
 | 
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/ | 
| Constants.h | [all...] |