Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp171 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local
172 assert(PatchBytes % NOPBytes == 0 && in LowerSTATEPOINT()
174 emitNops(PatchBytes / NOPBytes); in LowerSTATEPOINT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1350 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local
1351 assert(PatchBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTATEPOINT()
1352 for (unsigned i = 0; i < PatchBytes; i += 4) in LowerSTATEPOINT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp764 if (unsigned PatchBytes = SOpers.getNumPatchBytes()) { in LowerSTATEPOINT() local
765 emitX86Nops(*OutStreamer, PatchBytes, Subtarget); in LowerSTATEPOINT()