HomeSort by relevance Sort by last modified time
    Searched refs:Instruction (Results 101 - 125 of 2387) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
IndirectCallPromotionAnalysis.h 21 class Instruction;
37 uint32_t getProfitablePromotionCandidates(const Instruction *Inst,
50 /// instruction \p I.
60 getPromotionCandidatesForInstruction(const Instruction *I, uint32_t &NumVals,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
IndirectCallPromotionAnalysis.h 21 class Instruction;
37 uint32_t getProfitablePromotionCandidates(const Instruction *Inst,
50 /// instruction \p I.
60 getPromotionCandidatesForInstruction(const Instruction *I, uint32_t &NumVals,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
IndirectCallPromotionAnalysis.h 21 class Instruction;
37 uint32_t getProfitablePromotionCandidates(const Instruction *Inst,
50 /// instruction \p I.
60 getPromotionCandidatesForInstruction(const Instruction *I, uint32_t &NumVals,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
IndirectCallPromotionAnalysis.h 21 class Instruction;
37 uint32_t getProfitablePromotionCandidates(const Instruction *Inst,
50 /// instruction \p I.
60 getPromotionCandidatesForInstruction(const Instruction *I, uint32_t &NumVals,
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 32 * This exception is thrown when an attempt is made to generate an illegal instruction.
95 private class Instruction {
112 Instruction(Opcodes opcode, Register register) {
117 Instruction(Opcodes opcode) {
141 throw new IllegalStateException("adding label to non-label instruction");
154 throw new IllegalStateException("adding compare bytes to non-JNEBS instruction");
160 * @return size of instruction in bytes.
192 throw new IllegalStateException("instruction grew");
198 * Assemble value for instruction size field.
207 * Assemble first byte of generated instruction
396 Instruction instruction = new Instruction(Opcodes.LABEL); local
406 Instruction instruction = new Instruction(Opcodes.JMP); local
417 Instruction instruction = new Instruction(Opcodes.LDB, register); local
428 Instruction instruction = new Instruction(Opcodes.LDH, register); local
439 Instruction instruction = new Instruction(Opcodes.LDW, register); local
451 Instruction instruction = new Instruction(Opcodes.LDBX, register); local
463 Instruction instruction = new Instruction(Opcodes.LDHX, register); local
475 Instruction instruction = new Instruction(Opcodes.LDWX, register); local
485 Instruction instruction = new Instruction(Opcodes.ADD); local
495 Instruction instruction = new Instruction(Opcodes.MUL); local
505 Instruction instruction = new Instruction(Opcodes.DIV); local
515 Instruction instruction = new Instruction(Opcodes.AND); local
525 Instruction instruction = new Instruction(Opcodes.OR); local
535 Instruction instruction = new Instruction(Opcodes.SH); local
546 Instruction instruction = new Instruction(Opcodes.SH); local
556 Instruction instruction = new Instruction(Opcodes.ADD, Register.R1); local
565 Instruction instruction = new Instruction(Opcodes.MUL, Register.R1); local
574 Instruction instruction = new Instruction(Opcodes.DIV, Register.R1); local
584 Instruction instruction = new Instruction(Opcodes.AND, Register.R1); local
594 Instruction instruction = new Instruction(Opcodes.OR, Register.R1); local
604 Instruction instruction = new Instruction(Opcodes.SH, Register.R1); local
613 Instruction instruction = new Instruction(Opcodes.LI, register); local
624 Instruction instruction = new Instruction(Opcodes.JEQ); local
636 Instruction instruction = new Instruction(Opcodes.JNE); local
648 Instruction instruction = new Instruction(Opcodes.JGT); local
660 Instruction instruction = new Instruction(Opcodes.JLT); local
672 Instruction instruction = new Instruction(Opcodes.JSET); local
683 Instruction instruction = new Instruction(Opcodes.JEQ, Register.R1); local
694 Instruction instruction = new Instruction(Opcodes.JNE, Register.R1); local
705 Instruction instruction = new Instruction(Opcodes.JGT, Register.R1); local
716 Instruction instruction = new Instruction(Opcodes.JLT, Register.R1); local
727 Instruction instruction = new Instruction(Opcodes.JSET, Register.R1); local
742 Instruction instruction = new Instruction(Opcodes.JNEBS, register); local
759 Instruction instruction = new Instruction(Opcodes.EXT, register); local
774 Instruction instruction = new Instruction(Opcodes.EXT, register); local
784 Instruction instruction = new Instruction(Opcodes.EXT, register); local
794 Instruction instruction = new Instruction(Opcodes.EXT, register); local
804 Instruction instruction = new Instruction(Opcodes.EXT); local
815 Instruction instruction = new Instruction(Opcodes.EXT, register); local
    [all...]
  /external/llvm/tools/llvm-diff/
DiffLog.h 21 class Instruction;
62 typedef std::pair<Instruction*,Instruction*> DiffRecord;
71 void addMatch(Instruction *L, Instruction *R);
73 void addLeft(Instruction *L);
74 void addRight(Instruction *R);
78 Instruction *getLeft(unsigned I) const;
79 Instruction *getRight(unsigned I) const;
  /external/r8/src/main/java/com/android/tools/r8/code/
Base1Format.java 6 public abstract class Base1Format extends Instruction {
Base2Format.java 6 public abstract class Base2Format extends Instruction {
Base3Format.java 6 public abstract class Base3Format extends Instruction {
Base4Format.java 6 public abstract class Base4Format extends Instruction {
Base5Format.java 6 public abstract class Base5Format extends Instruction {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
Instruction.java 32 package org.jf.dexlib2.iface.instruction;
37 * This class represents a generic instruction.
39 * There are two categories of sub-interfaces of this interface. The dexlib2.iface.instruction.* interfaces are set of
40 * generic categories of instructions, while the dexlib2.iface.instruction.formats.* interfaces each represent a
41 * specific instruction format, and are typically built up as a composite of generic instruction interfaces.
43 public interface Instruction {
45 * Gets the opcode of this instruction.
47 * @return The Opcode of this instruction.
52 * Gets the size of this instruction
    [all...]
  /frameworks/rs/rsov/compiler/spirit/
instructions.cpp 26 IdRef::IdRef(Instruction *inst) : mId(inst->getId()), mInstruction(inst) {}
28 void Instruction::accept(IVisitor *v) { v->visit(this); }
30 DecorateInst *Instruction::decorate(Decoration decor) {
42 MemberDecorateInst *Instruction::memberDecorate(int member, Decoration decor) {
  /external/llvm/include/llvm/IR/
Operator.h 21 #include "llvm/IR/Instruction.h"
47 /// Return the opcode for this Instruction or ConstantExpr.
49 if (const Instruction *I = dyn_cast<Instruction>(this))
54 /// If V is an Instruction or ConstantExpr, return its opcode.
57 if (const Instruction *I = dyn_cast<Instruction>(V))
61 return Instruction::UserOp1;
64 static inline bool classof(const Instruction *) { return true; }
67 return isa<Instruction>(V) || isa<ConstantExpr>(V)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 21 #include "llvm/IR/Instruction.h"
46 /// Return the opcode for this Instruction or ConstantExpr.
48 if (const Instruction *I = dyn_cast<Instruction>(this))
53 /// If V is an Instruction or ConstantExpr, return its opcode.
56 if (const Instruction *I = dyn_cast<Instruction>(V))
60 return Instruction::UserOp1;
63 static inline bool classof(const Instruction *) { return true; }
66 return isa<Instruction>(V) || isa<ConstantExpr>(V)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 21 #include "llvm/IR/Instruction.h"
46 /// Return the opcode for this Instruction or ConstantExpr.
48 if (const Instruction *I = dyn_cast<Instruction>(this))
53 /// If V is an Instruction or ConstantExpr, return its opcode.
56 if (const Instruction *I = dyn_cast<Instruction>(V))
60 return Instruction::UserOp1;
63 static inline bool classof(const Instruction *) { return true; }
66 return isa<Instruction>(V) || isa<ConstantExpr>(V)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 21 #include "llvm/IR/Instruction.h"
46 /// Return the opcode for this Instruction or ConstantExpr.
48 if (const Instruction *I = dyn_cast<Instruction>(this))
53 /// If V is an Instruction or ConstantExpr, return its opcode.
56 if (const Instruction *I = dyn_cast<Instruction>(V))
60 return Instruction::UserOp1;
63 static inline bool classof(const Instruction *) { return true; }
66 return isa<Instruction>(V) || isa<ConstantExpr>(V)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 21 #include "llvm/IR/Instruction.h"
46 /// Return the opcode for this Instruction or ConstantExpr.
48 if (const Instruction *I = dyn_cast<Instruction>(this))
53 /// If V is an Instruction or ConstantExpr, return its opcode.
56 if (const Instruction *I = dyn_cast<Instruction>(V))
60 return Instruction::UserOp1;
63 static inline bool classof(const Instruction *) { return true; }
66 return isa<Instruction>(V) || isa<ConstantExpr>(V)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 21 #include "llvm/IR/Instruction.h"
46 /// Return the opcode for this Instruction or ConstantExpr.
48 if (const Instruction *I = dyn_cast<Instruction>(this))
53 /// If V is an Instruction or ConstantExpr, return its opcode.
56 if (const Instruction *I = dyn_cast<Instruction>(V))
60 return Instruction::UserOp1;
63 static inline bool classof(const Instruction *) { return true; }
66 return isa<Instruction>(V) || isa<ConstantExpr>(V)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 21 #include "llvm/IR/Instruction.h"
46 /// Return the opcode for this Instruction or ConstantExpr.
48 if (const Instruction *I = dyn_cast<Instruction>(this))
53 /// If V is an Instruction or ConstantExpr, return its opcode.
56 if (const Instruction *I = dyn_cast<Instruction>(V))
60 return Instruction::UserOp1;
63 static inline bool classof(const Instruction *) { return true; }
66 return isa<Instruction>(V) || isa<ConstantExpr>(V)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 21 #include "llvm/IR/Instruction.h"
46 /// Return the opcode for this Instruction or ConstantExpr.
48 if (const Instruction *I = dyn_cast<Instruction>(this))
53 /// If V is an Instruction or ConstantExpr, return its opcode.
56 if (const Instruction *I = dyn_cast<Instruction>(V))
60 return Instruction::UserOp1;
63 static inline bool classof(const Instruction *) { return true; }
66 return isa<Instruction>(V) || isa<ConstantExpr>(V)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 21 #include "llvm/IR/Instruction.h"
46 /// Return the opcode for this Instruction or ConstantExpr.
48 if (const Instruction *I = dyn_cast<Instruction>(this))
53 /// If V is an Instruction or ConstantExpr, return its opcode.
56 if (const Instruction *I = dyn_cast<Instruction>(V))
60 return Instruction::UserOp1;
63 static inline bool classof(const Instruction *) { return true; }
66 return isa<Instruction>(V) || isa<ConstantExpr>(V)
    [all...]
  /art/compiler/optimizing/
graph_checker_test.cc 60 Instruction::RETURN_VOID);
67 Instruction::GOTO | 0x100,
68 Instruction::RETURN_VOID);
75 Instruction::CONST_4 | 0 | 0,
76 Instruction::IF_EQ, 3,
77 Instruction::GOTO | 0x100,
78 Instruction::RETURN_VOID);
85 Instruction::CONST_4 | 0 | 0,
86 Instruction::IF_EQ, 3,
87 Instruction::GOTO | 0x100
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
instruction.h 59 // A *logical* operand to a SPIR-V instruction. It can be the type id, result
60 // id, or other additional operands carried in an instruction.
71 // A SPIR-V instruction. It contains the opcode and any additional logical
72 // operand. It may also contain line-related debug instruction (OpLine,
73 // OpNoLine) directly appearing before this instruction.
74 class Instruction {
76 // Creates a default OpNop instruction.
77 Instruction() : opcode_(SpvOpNop), type_id_(0), result_id_(0) {}
78 // Creates an instruction with the given opcode |op| and no additional logical
80 Instruction(SpvOp op) : opcode_(op), type_id_(0), result_id_(0) {
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 42 bool MayThrow; // The current loop contains an instruction which
95 RecurrenceDescriptor(Value *Start, Instruction *Exit, RecurrenceKind K,
96 MinMaxRecurrenceKind MK, Instruction *UAI, Type *RT,
97 bool Signed, SmallPtrSetImpl<Instruction *> &CI)
107 InstDesc(bool IsRecur, Instruction *I, Instruction *UAI = nullptr)
111 InstDesc(Instruction *I, MinMaxRecurrenceKind K, Instruction *UAI = nullptr)
119 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; }
123 Instruction *getPatternInst() { return PatternLastInst;
    [all...]

Completed in 1403 milliseconds

1 2 3 45 6 7 8 91011>>