Lines Matching full:number
38 %2:gr32 = ADD32rr %0, %1, implicit-def $eflags, debug-instr-number 1
48 the code above, the `DBG_INSTR_REF` instruction refers to instruction number
49 one, operand zero, while the `ADD32rr` has a `debug-instr-number` attribute
50 attached indicating that it is instruction number one.
56 preserve the instruction number, or record a substitution from the old
57 instruction / operand number pair to the new instruction / operand pair -- see
84 %2 = PHI %1, %bb.0, %2, %bb.1, debug-instr-number 1
149 mutated instruction to erase its instruction number. Any `DBG_INSTR_REF`
154 an instruction number substitution: a mapping from the old instruction number /
155 operand pair to new instruction number / operand pair. Consider if we replace
159 %2:gr32 = ADD32rr %0, %1, debug-instr-number 1
165 %2:gr32 = ADD32rr %0(tied-def 0), %1, debug-instr-number 2
168 With a substitution from "instruction number 1 operand 0" to "instruction number
171 recent instruction number / operand number of the value it refers to.
180 `MachineInstr::getDebugInstrNum` to acquire the instruction number for the new
190 instruction number of any cloned instruction, to avoid duplicate numbers