Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp178 static const int8_t NoopsInSledCount = 6; in EmitSled() local
213 for (int8_t I = 0; I < NoopsInSledCount; I++) in EmitSled()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp195 static const int8_t NoopsInSledCount = 7; in EmitSled() local
226 for (int8_t I = 0; I < NoopsInSledCount; I++) in EmitSled()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1133 const uint8_t NoopsInSledCount = Subtarget->isGP64bit() ? 15 : 11; in EmitSled() local
1211 for (int8_t I = 0; I < NoopsInSledCount; I++) in EmitSled()