Home
last modified time | relevance | path

Searched refs:Nops (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWin64EH.cpp725 int Nops = 0; in tryARM64PackedUnwind() local
836 Nops++; in tryARM64PackedUnwind()
883 if (Nops != 0 && Nops != 4) in tryARM64PackedUnwind()
885 int H = Nops == 4; in tryARM64PackedUnwind()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1057 const char(*Nops)[11] = in writeNopData() local
1071 OS.write(Nops[Rest - 1], Rest); in writeNopData()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Daarch64-fix-cortex-a53-835769.ll534 ; CHECK: 11 aarch64-fix-cortex-a53-835769 - Number of Nops added to work around erratum 835769
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td202 // Nops don't have dependencies, so there's no actual latency, but we set this
H A DX86ScheduleBtVer2.td310 // Nops don't have dependencies, so there's no actual latency, but we set this
H A DX86ScheduleBdVer2.td317 // Nops don't have dependencies, so there's no actual latency, but we set this
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19214 for (unsigned Nops = Chain.getNumOperands(); Nops;) in visitLIFETIME_END() local
19215 Chains.push_back(Chain.getOperand(--Nops)); in visitLIFETIME_END()