Home
last modified time | relevance | path

Searched refs:NumNOPBytes (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp438 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local
441 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
447 while (NumNOPBytes > 0) { in LowerSTACKMAP()
454 NumNOPBytes -= 4; in LowerSTACKMAP()
458 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp512 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
515 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
522 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
534 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
535 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp512 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
515 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
522 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
534 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
535 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp553 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
556 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
563 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
575 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
576 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp584 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
591 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
598 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
610 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
611 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp584 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
591 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
598 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
610 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
611 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp585 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
592 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
599 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
611 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
612 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp584 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
591 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
598 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
610 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
611 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp584 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
591 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
598 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
610 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
611 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp585 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
592 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
599 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
611 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
612 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp584 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
591 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
598 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
610 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
611 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp584 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
591 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
598 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
610 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
611 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp634 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
641 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
648 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
660 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
661 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp634 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
641 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
648 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
660 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
661 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp634 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
641 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
648 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
660 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
661 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp636 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
643 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
650 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
662 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
663 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp634 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
641 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
648 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
660 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
661 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp634 unsigned NumNOPBytes = MI.getOperand(1).getImm(); in LowerSTACKMAP() local
641 assert(NumNOPBytes % 2 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
648 while (ShadowBytes < NumNOPBytes) { in LowerSTACKMAP()
660 while (ShadowBytes < NumNOPBytes) in LowerSTACKMAP()
661 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp576 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local
579 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
585 while (NumNOPBytes > 0) { in LowerSTACKMAP()
592 NumNOPBytes -= 4; in LowerSTACKMAP()
596 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp766 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local
769 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
775 while (NumNOPBytes > 0) { in LowerSTACKMAP()
782 NumNOPBytes -= 4; in LowerSTACKMAP()
786 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp874 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local
881 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
887 while (NumNOPBytes > 0) { in LowerSTACKMAP()
894 NumNOPBytes -= 4; in LowerSTACKMAP()
898 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp866 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local
873 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
879 while (NumNOPBytes > 0) { in LowerSTACKMAP()
886 NumNOPBytes -= 4; in LowerSTACKMAP()
890 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp866 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local
873 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
879 while (NumNOPBytes > 0) { in LowerSTACKMAP()
886 NumNOPBytes -= 4; in LowerSTACKMAP()
890 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp866 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local
873 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
879 while (NumNOPBytes > 0) { in LowerSTACKMAP()
886 NumNOPBytes -= 4; in LowerSTACKMAP()
890 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp910 unsigned NumNOPBytes = StackMapOpers(&MI).getNumPatchBytes(); in LowerSTACKMAP() local
917 assert(NumNOPBytes % 4 == 0 && "Invalid number of NOP bytes requested!"); in LowerSTACKMAP()
923 while (NumNOPBytes > 0) { in LowerSTACKMAP()
930 NumNOPBytes -= 4; in LowerSTACKMAP()
934 for (unsigned i = 0; i < NumNOPBytes; i += 4) in LowerSTACKMAP()

123