Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp546 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
563 EncodedBytes += 6; in LowerPATCHPOINT()
568 EncodedBytes += 6; in LowerPATCHPOINT()
574 EncodedBytes += 2; in LowerPATCHPOINT()
581 EncodedBytes += 6; in LowerPATCHPOINT()
586 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()
588 assert((NumBytes - EncodedBytes) % 2 == 0 && in LowerPATCHPOINT()
590 while (EncodedBytes < NumBytes) in LowerPATCHPOINT()
591 EncodedBytes += EmitNop(OutContext, *OutStreamer, NumBytes - EncodedBytes, in LowerPATCHPOINT()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp373 EncodedBytes = 0; in LowerPATCHPOINT()
378 ++EncodedBytes; in LowerPATCHPOINT()
383 ++EncodedBytes; in LowerPATCHPOINT()
388 ++EncodedBytes; in LowerPATCHPOINT()
400 ++EncodedBytes; in LowerPATCHPOINT()
412 ++EncodedBytes; in LowerPATCHPOINT()
422 ++EncodedBytes; in LowerPATCHPOINT()
424 ++EncodedBytes; in LowerPATCHPOINT()
431 ++EncodedBytes; in LowerPATCHPOINT()
440 EncodedBytes += 2; in LowerPATCHPOINT()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp609 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
614 EncodedBytes = 16; in LowerPATCHPOINT()
634 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()
636 assert((NumBytes - EncodedBytes) % 4 == 0 && in LowerPATCHPOINT()
638 for (unsigned i = EncodedBytes; i < NumBytes; i += 4) in LowerPATCHPOINT()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1040 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
1066 EncodedBytes = 13; in LowerPATCHPOINT()
1068 EncodedBytes = 12; in LowerPATCHPOINT()
1081 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()
1084 EmitNops(*OutStreamer, NumBytes - EncodedBytes, Subtarget->is64Bit(), in LowerPATCHPOINT()