Searched refs:insts (Results 1 – 13 of 13) sorted by relevance
15 def disassemble_instructions (insts): argument16 for i in insts:80 insts = function.GetInstructions(target) variable81 disassemble_instructions (insts)89 insts = symbol.GetInstructions(target) variable90 disassemble_instructions (insts)
33 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)
29 insts = target.GetInstructions(lldb.SBAddress(), raw_bytes)31 inst = insts.GetInstructionAtIndex(0)
155 struct instruction_state * insts = &s->Instructions[inst->IP]; in update_instruction() local167 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()
112 insts = function.GetInstructions(target)113 for inst in insts:
2 ; RUN: llc < %s -mtriple=x86_64-linux -sink-insts-to-avoid-spills | FileCheck %s -check-prefix=SINK
42 insts = function_or_symbol.GetInstructions(target)43 for i in insts:
502 2817 raise - Number of insts DCEd or constprop'd518 434 instcombine - Number of insts combined519 248 licm - Number of load insts hoisted520 1298 licm - Number of insts hoisted to a loop pre-header521 3 licm - Number of insts hoisted to multiple loop preds (bad, no loop pre-header)
1146 #. All basic blocks should only end with terminator insts, not contain them.
47 ; Test that two getelementptr insts fold
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
5239 // These are pseudo-instructions and are lowered to individual MC-insts, so
5538 // Even without these pseudo-insts we would probably end up with the correct