Home
last modified time | relevance | path

Searched refs:NoopsInSledCount (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp177 static const int8_t NoopsInSledCount = 6; in EmitSled() local
210 emitNops(NoopsInSledCount); in EmitSled()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp780 static const int8_t NoopsInSledCount = 4; in EmitSled() local
822 emitNops(NoopsInSledCount); in EmitSled()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1141 const uint8_t NoopsInSledCount = Subtarget->isGP64bit() ? 15 : 11; in EmitSled() local
1219 for (int8_t I = 0; I < NoopsInSledCount; I++) in EmitSled()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp282 static const int8_t NoopsInSledCount = 7; in emitSled() local
313 for (int8_t I = 0; I < NoopsInSledCount; I++) in emitSled()