Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp135 unsigned NOPBytes = STI->hasStdExtZca() ? 2 : 4; in LowerSTACKMAP() local
143 assert(NumNOPBytes % NOPBytes == 0 && in LowerSTACKMAP()
161 emitNops(NumNOPBytes / NOPBytes); in LowerSTACKMAP()
168 unsigned NOPBytes = STI->hasStdExtZca() ? 2 : 4; in LowerPATCHPOINT() local
210 assert((NumBytes - EncodedBytes) % NOPBytes == 0 && in LowerPATCHPOINT()
212 emitNops((NumBytes - EncodedBytes) / NOPBytes); in LowerPATCHPOINT()
217 unsigned NOPBytes = STI->hasStdExtZca() ? 2 : 4; in LowerSTATEPOINT() local
221 assert(PatchBytes % NOPBytes == 0 && in LowerSTATEPOINT()
223 emitNops(PatchBytes / NOPBytes); in LowerSTATEPOINT()