Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
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()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp349 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
359 EncodedBytes = 0; in LowerPATCHPOINT()
364 ++EncodedBytes; in LowerPATCHPOINT()
369 ++EncodedBytes; in LowerPATCHPOINT()
374 ++EncodedBytes; in LowerPATCHPOINT()
386 ++EncodedBytes; in LowerPATCHPOINT()
398 ++EncodedBytes; in LowerPATCHPOINT()
403 ++EncodedBytes; in LowerPATCHPOINT()
408 ++EncodedBytes; in LowerPATCHPOINT()
410 ++EncodedBytes; in LowerPATCHPOINT()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp378 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
387 EncodedBytes = 0; in LowerPATCHPOINT()
392 ++EncodedBytes; in LowerPATCHPOINT()
397 ++EncodedBytes; in LowerPATCHPOINT()
402 ++EncodedBytes; in LowerPATCHPOINT()
414 ++EncodedBytes; in LowerPATCHPOINT()
426 ++EncodedBytes; in LowerPATCHPOINT()
431 ++EncodedBytes; in LowerPATCHPOINT()
436 ++EncodedBytes; in LowerPATCHPOINT()
438 ++EncodedBytes; in LowerPATCHPOINT()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp390 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
395 EncodedBytes = 16; in LowerPATCHPOINT()
415 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()
417 assert((NumBytes - EncodedBytes) % 4 == 0 && in LowerPATCHPOINT()
419 for (unsigned i = EncodedBytes; i < NumBytes; i += 4) in LowerPATCHPOINT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp471 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
476 EncodedBytes = 16; in LowerPATCHPOINT()
496 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()
498 assert((NumBytes - EncodedBytes) % 4 == 0 && in LowerPATCHPOINT()
500 for (unsigned i = EncodedBytes; i < NumBytes; i += 4) in LowerPATCHPOINT()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp981 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
1009 EncodedBytes = 13; in LowerPATCHPOINT()
1011 EncodedBytes = 12; in LowerPATCHPOINT()
1020 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()
1023 EmitNops(*OutStreamer, NumBytes - EncodedBytes, Subtarget->is64Bit(), in LowerPATCHPOINT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1073 unsigned EncodedBytes = 0; in LowerPATCHPOINT() local
1099 EncodedBytes = 13; in LowerPATCHPOINT()
1101 EncodedBytes = 12; in LowerPATCHPOINT()
1114 assert(NumBytes >= EncodedBytes && in LowerPATCHPOINT()
1117 EmitNops(*OutStreamer, NumBytes - EncodedBytes, Subtarget->is64Bit(), in LowerPATCHPOINT()