Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/
DMCWin64EH.cpp684 int Nops = 0; in tryPackedUnwind() local
795 Nops++; in tryPackedUnwind()
842 if (Nops != 0 && Nops != 4) in tryPackedUnwind()
844 int H = Nops == 4; in tryPackedUnwind()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp328 static const uint8_t Nops[10][10] = { in writeNopData() local
369 OW->write8(Nops[Rest - 1][i]); in writeNopData()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp639 static const char Nops[10][11] = { in writeNopData() local
689 OS.write(Nops[Rest - 1], Rest); in writeNopData()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp1091 static const char Nops[10][11] = { in writeNopData() local
1125 OS.write(Nops[Rest - 1], Rest); in writeNopData()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Daarch64-fix-cortex-a53-835769.ll534 ; CHECK: 11 aarch64-fix-cortex-a53-835769 - Number of Nops added to work around erratum 835769
/external/llvm/test/CodeGen/AArch64/
Daarch64-fix-cortex-a53-835769.ll534 ; CHECK: 11 aarch64-fix-cortex-a53-835769 - Number of Nops added to work around erratum 835769
/external/llvm-project/llvm/lib/Target/X86/
DX86ScheduleAtom.td197 // Nops don't have dependencies, so there's no actual latency, but we set this
DX86ScheduleBtVer2.td306 // Nops don't have dependencies, so there's no actual latency, but we set this
DX86ScheduleBdVer2.td316 // Nops don't have dependencies, so there's no actual latency, but we set this
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ScheduleAtom.td197 // Nops don't have dependencies, so there's no actual latency, but we set this
DX86ScheduleBtVer2.td306 // Nops don't have dependencies, so there's no actual latency, but we set this
DX86ScheduleBdVer2.td316 // Nops don't have dependencies, so there's no actual latency, but we set this
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16581 for (unsigned Nops = Chain.getNumOperands(); Nops;) in visitLIFETIME_END() local
16582 Chains.push_back(Chain.getOperand(--Nops)); in visitLIFETIME_END()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17688 for (unsigned Nops = Chain.getNumOperands(); Nops;) in visitLIFETIME_END() local
17689 Chains.push_back(Chain.getOperand(--Nops)); in visitLIFETIME_END()