Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp838 int Nops = 0; in tryARM64PackedUnwind()
955 Nops++; in tryARM64PackedUnwind()
1036 if (Nops != 0 && Nops != 4) in tryARM64PackedUnwind()
1040 int H = Nops == 4; in tryARM64PackedUnwind()
830 int Nops = 0; tryARM64PackedUnwind() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1032 const char(*Nops)[11] = in writeNopData() local
1046 OS.write(Nops[Rest - 1], Rest); in writeNopData()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21675 for (unsigned Nops = Chain.getNumOperands(); Nops;) in visitLIFETIME_END() local
21676 Chains.push_back(Chain.getOperand(--Nops)); in visitLIFETIME_END()