Searched refs:Nops (Results 1 – 7 of 7) sorted by relevance
725 int Nops = 0; in tryARM64PackedUnwind() local836 Nops++; in tryARM64PackedUnwind()883 if (Nops != 0 && Nops != 4) in tryARM64PackedUnwind()885 int H = Nops == 4; in tryARM64PackedUnwind()
1057 const char(*Nops)[11] = in writeNopData() local1071 OS.write(Nops[Rest - 1], Rest); in writeNopData()
534 ; CHECK: 11 aarch64-fix-cortex-a53-835769 - Number of Nops added to work around erratum 835769
202 // Nops don't have dependencies, so there's no actual latency, but we set this
310 // Nops don't have dependencies, so there's no actual latency, but we set this
317 // Nops don't have dependencies, so there's no actual latency, but we set this
19214 for (unsigned Nops = Chain.getNumOperands(); Nops;) in visitLIFETIME_END() local19215 Chains.push_back(Chain.getOperand(--Nops)); in visitLIFETIME_END()