Home
last modified time | relevance | path

Searched defs:Instruction (Results 1 – 25 of 55) sorted by relevance

123

/external/webkit/Source/JavaScriptCore/bytecode/
DInstruction.h125 struct Instruction { struct
126 Instruction(Opcode opcode) in Instruction() function
136 Instruction(int operand) in Instruction() function
144 Instruction(JSGlobalData& globalData, JSCell* owner, Structure* structure) in Instruction() argument
149 Instruction(JSGlobalData& globalData, JSCell* owner, StructureChain* structureChain) in Instruction() function
154 Instruction(JSGlobalData& globalData, JSCell* owner, JSCell* jsCell) in Instruction() function
159Instruction(PolymorphicAccessStructureList* polymorphicStructures) { u.polymorphicStructures = pol… in Instruction() argument
160 Instruction(PropertySlot::GetValueFunc getterFunc) { u.getterFunc = getterFunc; } in Instruction() argument
173 Instruction(StructureChain*); argument
/external/llvm/include/llvm/Assembly/
DAssemblyAnnotationWriter.h24 class Instruction; variable
53 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
DInstruction.java35 public abstract class Instruction { class
47 protected Instruction(Opcode opcode) { in Instruction() method in Instruction
/external/llvm/lib/MC/
DMCStreamer.cpp244 MCCFIInstruction Instruction(Label, Dest, Source); in EmitCFIDefCfa() local
255 MCCFIInstruction Instruction(Label, Dest, Source); in EmitCFIDefCfaOffset() local
266 MCCFIInstruction Instruction(MCCFIInstruction::RelMove, Label, Dest, Source); in EmitCFIAdjustCfaOffset() local
277 MCCFIInstruction Instruction(Label, Dest, Source); in EmitCFIDefCfaRegister() local
288 MCCFIInstruction Instruction(Label, Dest, Source); in EmitCFIOffset() local
299 MCCFIInstruction Instruction(MCCFIInstruction::RelMove, Label, Dest, Source); in EmitCFIRelOffset() local
323 MCCFIInstruction Instruction(MCCFIInstruction::RememberState, Label); in EmitCFIRememberState() local
333 MCCFIInstruction Instruction(MCCFIInstruction::RestoreState, Label); in EmitCFIRestoreState() local
342 MCCFIInstruction Instruction(MCCFIInstruction::SameValue, Label, Register); in EmitCFISameValue() local
351 MCCFIInstruction Instruction(MCCFIInstruction::Restore, Label, Register); in EmitCFIRestore() local
[all …]
/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h26 class Instruction; variable
DConstantFolding.h26 class Instruction; variable
DValueTracking.h23 class Instruction; variable
DScalarEvolutionNormalization.h43 class Instruction; variable
DIVUsers.h25 class Instruction; variable
DCodeMetrics.h24 class Instruction; variable
/external/llvm/include/llvm/Transforms/Utils/
DValueMapper.h22 class Instruction; variable
DBasicBlockUtils.h27 class Instruction; variable
DSSAUpdater.h21 class Instruction; variable
DLocal.h29 class Instruction; variable
DCloning.h31 class Instruction; variable
DAddrModeMatcher.h28 class Instruction; variable
/external/llvm/include/llvm/
DLLVMContext.h23 class Instruction; variable
DMetadata.h26 class Instruction; variable
/external/llvm/tools/llvm-diff/
DDiffLog.h21 class Instruction; variable
DDifferenceEngine.h28 class Instruction; variable
/external/llvm/lib/Transforms/Scalar/
DSink.cpp157 SmallPtrSet<Instruction *, 8> &Stores) { in isSafeToMove()
220 SmallPtrSet<Instruction *, 8> &Stores) { in SinkInstruction()
/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess32_64.cpp109 void JIT::emit_op_method_check(Instruction*) {} in emit_op_method_check() argument
110 void JIT::emitSlow_op_method_check(Instruction*, Vector<SlowCaseEntry>::iterator&) { ASSERT_NOT_REA… in emitSlow_op_method_check() argument
127 void JIT::emitSlow_op_get_by_val(Instruction*, Vector<SlowCaseEntry>::iterator&) in emitSlow_op_get_by_val() argument
145 void JIT::emitSlow_op_put_by_val(Instruction*, Vector<SlowCaseEntry>::iterator&) in emitSlow_op_put_by_val() argument
164 void JIT::emitSlow_op_get_by_id(Instruction*, Vector<SlowCaseEntry>::iterator&) in emitSlow_op_get_by_id() argument
185 void JIT::emitSlow_op_put_by_id(Instruction*, Vector<SlowCaseEntry>::iterator&) in emitSlow_op_put_by_id() argument
265 void JIT::emit_op_method_check(Instruction*) {} in emit_op_method_check() argument
266 void JIT::emitSlow_op_method_check(Instruction*, Vector<SlowCaseEntry>::iterator&) { ASSERT_NOT_REA… in emitSlow_op_method_check() argument
/external/llvm/lib/VMCore/
DInstruction.cpp23 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction() function in Instruction
37 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction() function in Instruction
/external/llvm/lib/Transforms/Utils/
DAddrModeMatcher.cpp408 SmallVectorImpl<std::pair<Instruction*,unsigned> > &MemoryUses, in FindAllMemoryUses()
409 SmallPtrSet<Instruction*, 16> &ConsideredInsts, in FindAllMemoryUses()
DSimplifyIndVar.cpp268 static void pushIVUsers( in pushIVUsers()
270 SmallPtrSet<Instruction*,16> &Simplified, in pushIVUsers()

123