Home
last modified time | relevance | path

Searched refs:insts (Results 1 – 13 of 13) sorted by relevance

/external/lldb/examples/python/
Ddisasm.py15 def disassemble_instructions (insts): argument
16 for i in insts:
80 insts = function.GetInstructions(target) variable
81 disassemble_instructions (insts)
89 insts = symbol.GetInstructions(target) variable
90 disassemble_instructions (insts)
/external/lldb/test/python_api/disassemble-raw-data/
DTestDisassemble_VST1_64.py33 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes)
37 for i in insts:
48 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes)
50 inst = insts.GetInstructionAtIndex(0)
DTestDisassembleRawData.py29 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes)
31 inst = insts.GetInstructionAtIndex(0)
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_deadcode.c155 struct instruction_state * insts = &s->Instructions[inst->IP]; in update_instruction() local
167 insts->WriteMask |= usedmask; in update_instruction()
178 insts->WriteALUResult = 1; in update_instruction()
186 unsigned int newsrcmask = srcmasks[src] & ~insts->SrcReg[src]; in update_instruction()
187 insts->SrcReg[src] |= newsrcmask; in update_instruction()
/external/lldb/test/lang/cpp/class_types/
DTestClassTypesDisassembly.py112 insts = function.GetInstructions(target)
113 for inst in insts:
/external/llvm/test/CodeGen/X86/
Dsink-cheap-instructions.ll2 ; RUN: llc < %s -mtriple=x86_64-linux -sink-insts-to-avoid-spills | FileCheck %s -check-prefix=SINK
/external/lldb/test/
Dlldbutil.py42 insts = function_or_symbol.GetInstructions(target)
43 for i in insts:
/external/llvm/docs/
DProgrammersManual.rst502 2817 raise - Number of insts DCEd or constprop'd
518 434 instcombine - Number of insts combined
519 248 licm - Number of load insts hoisted
520 1298 licm - Number of insts hoisted to a loop pre-header
521 3 licm - Number of insts hoisted to multiple loop preds (bad, no loop pre-header)
DPasses.rst1146 #. All basic blocks should only end with terminator insts, not contain them.
/external/llvm/test/Transforms/InstCombine/
Dgetelementptr.ll47 ; Test that two getelementptr insts fold
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td5239 // These are pseudo-instructions and are lowered to individual MC-insts, so
DARMInstrNEON.td5538 // Even without these pseudo-insts we would probably end up with the correct