Searched refs:Instruction (Results 476 - 500 of 705) sorted by relevance

<<11121314151617181920>>

/external/llvm/tools/bugpoint/
H A DBugDriver.h33 class Instruction;
218 Module *deleteInstructionFromProgram(const Instruction *I, unsigned Simp);
/external/proguard/src/proguard/classfile/instruction/
H A DConstantInstruction.java31 * This Instruction represents an instruction that refers to an entry in the
36 public class ConstantInstruction extends Instruction
91 // Implementations for Instruction.
101 public Instruction shrink()
141 throw new IllegalArgumentException("Instruction has invalid constant index size ("+this.toString(offset)+")");
H A DInstructionFactory.java24 * This class provides methods to create and reuse Instruction objects.
31 * Creates a new Instruction from the data in the byte array, starting
34 public static Instruction create(byte[] code, int offset)
36 Instruction instruction;
H A DVariableInstruction.java28 * This Instruction represents an instruction that refers to a variable on the
33 public class VariableInstruction extends Instruction
166 // Implementations for Instruction.
219 public Instruction shrink()
285 throw new IllegalArgumentException("Instruction has invalid variable index size ("+this.toString(offset)+")");
290 throw new IllegalArgumentException("Instruction has invalid constant size ("+this.toString(offset)+")");
/external/proguard/src/proguard/optimize/
H A DTailRecursionSimplifier.java138 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
163 Instruction nextInstruction =
/external/proguard/src/proguard/optimize/info/
H A DSideEffectInstructionChecker.java77 Instruction instruction)
89 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMethodLocation.java36 import org.jf.dexlib2.iface.instruction.Instruction;
65 public Instruction getInstruction() {
H A DMutableMethodImplementation.java46 import org.jf.dexlib2.iface.instruction.Instruction;
68 for (Instruction instruction: methodImplementation.getInstructions()) {
84 for (final Instruction instruction: methodImplementation.getInstructions()) {
264 Instruction instruction = location.getInstruction();
292 Instruction instruction = location.getInstruction();
334 Instruction instruction = location.instruction;
450 Instruction previousInstruction = previousLocation.instruction;
509 @Nonnull Instruction instruction) {
607 throw new ExceptionWithContext("Instruction format %s not supported", instruction.getOpcode().format);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DSyntheticAccessorFSM.java36 import org.jf.dexlib2.iface.instruction.Instruction;
214 public static int test(List<? extends Instruction> instructions) {
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp13 #include "llvm/IR/Instruction.h"
273 case Instruction::GetElementPtr:
276 case Instruction::BitCast:
285 case Instruction::IntToPtr: {
299 case Instruction::PtrToInt: {
313 case Instruction::Trunc:
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp81 for (const Instruction &I : BB) {
114 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const {
116 assert(I != InstructionMap.end() && "Instruction is not mapped!");
126 void ValueEnumerator::setInstructionID(const Instruction *I) {
232 else if (!isa<Instruction>(V) && !isa<Argument>(V))
295 } else if (isa<Instruction>(V) || isa<Argument>(V))
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeComposer.java182 Instruction instruction)
247 public void appendInstructions(Instruction[] instructions)
264 public void appendInstruction(Instruction instruction)
349 Instruction instruction = InstructionFactory.create(code, instructionOffset);
530 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
736 throw new IllegalArgumentException("Instruction offset ["+oldInstructionOffset +"] out of range in code fragment with length ["+codeFragmentLengths[level]+"] at level "+level);
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector.cc69 Instruction* InstructionSelector::Emit(InstructionCode opcode,
78 Instruction* InstructionSelector::Emit(InstructionCode opcode,
87 Instruction* InstructionSelector::Emit(InstructionCode opcode,
100 Instruction* InstructionSelector::Emit(InstructionCode opcode,
114 Instruction* InstructionSelector::Emit(
126 Instruction* InstructionSelector::Emit(
130 Instruction* instr =
131 Instruction::New(instruction_zone(), opcode, output_count, outputs,
137 Instruction* InstructionSelector::Emit(Instruction* inst
[all...]
/external/oprofile/events/x86-64/family11h/
H A Devents63 # Instruction Cache events
64 event:0x80 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_CACHE_FETCHES : Instruction cache fetches
65 event:0x81 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_CACHE_MISSES : Instruction cache misses
66 event:0x82 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_CACHE_REFILLS_FROM_L2 : Instruction cache refills from L2
67 event:0x83 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_CACHE_REFILLS_FROM_SYSTEM : Instruction cache refills from system
71 event:0x87 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_FETCH_STALL : Instruction fetch stall
/external/oprofile/events/x86-64/hammer/
H A Devents63 # Instruction Cache events
64 event:0x80 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_CACHE_FETCHES : Instruction cache fetches
65 event:0x81 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_CACHE_MISSES : Instruction cache misses
66 event:0x82 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_CACHE_REFILLS_FROM_L2 : Instruction cache refills from L2
67 event:0x83 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_CACHE_REFILLS_FROM_SYSTEM : Instruction cache refills from system
71 event:0x87 counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_FETCH_STALL : Instruction fetch stall
/external/vixl/src/a64/
H A Ddebugger-a64.cc556 Instruction* from = Instruction::Cast(address);
561 Instruction* to = from + count * kInstructionSize;
563 for (Instruction* current = from;
647 void Debugger::VisitException(Instruction* instr) {
764 void Debugger::DoBreakpoint(Instruction* instr) {
774 void Debugger::DoUnreachable(Instruction* instr) {
784 void Debugger::DoTrace(Instruction* instr) {
811 void Debugger::DoLog(Instruction* instr) {
1012 Instruction* pc_valu
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp460 void Instruction::print() const
572 virtual bool visit(Instruction *);
616 PrintPass::visit(Instruction *insn)
H A Dnv50_ir_target.cpp215 Instruction *i, *next;
224 Instruction *exit = in->getExit();
345 for (Instruction *i = fn->bbArray[b]->getEntry(); i; i = i->next)
/external/llvm/lib/CodeGen/
H A DAtomicExpandLoadLinkedPass.cpp67 SmallVector<Instruction *, 1> AtomicInsts;
72 for (Instruction &Inst : BB) {
80 for (Instruction *Inst : AtomicInsts) {
H A DAnalysis.cpp230 const Instruction *I = dyn_cast<Instruction>(V);
479 const Instruction *I = CS.getInstruction();
517 const Instruction *I,
/external/llvm/lib/IR/
H A DCore.cpp553 return unwrap<Instruction>(Inst)->hasMetadata();
557 return wrap(unwrap<Instruction>(Inst)->getMetadata(KindID));
561 unwrap<Instruction>(Inst)->setMetadata(KindID,
825 #include "llvm/IR/Instruction.def"
834 #include "llvm/IR/Instruction.def"
1814 return wrap(unwrap<Instruction>(Inst)->getParent());
1834 Instruction *Instr = unwrap<Instruction>(Inst);
1842 Instruction *Instr = unwrap<Instruction>(Ins
[all...]
/external/llvm/unittests/IR/
H A DValueMapTest.cpp38 typedef ::testing::Types<Value, Instruction, const Instruction> KeyTypes;
109 SmallVector<std::pair<Instruction*, int>, 2> Elems;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp460 void Instruction::print() const
572 virtual bool visit(Instruction *);
616 PrintPass::visit(Instruction *insn)
H A Dnv50_ir_target.cpp215 Instruction *i, *next;
224 Instruction *exit = in->getExit();
345 for (Instruction *i = fn->bbArray[b]->getEntry(); i; i = i->next)
/external/llvm/include/llvm/IR/
H A DUser.h173 return isa<Instruction>(V) || isa<Constant>(V);

Completed in 428 milliseconds

<<11121314151617181920>>