reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/WebAssembly/WebAssemblyGenInstrInfo.inc
 1359 static const MCPhysReg ImplicitList3[] = { WebAssembly::VALUE_STACK, 0 };
gen/lib/Target/WebAssembly/WebAssemblyGenRegisterInfo.inc
  118   { WebAssembly::VALUE_STACK },
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
   84   if (!MI->definesRegister(WebAssembly::VALUE_STACK))
   85     MI->addOperand(MachineOperand::CreateReg(WebAssembly::VALUE_STACK,
   90   if (!MI->readsRegister(WebAssembly::VALUE_STACK))
   91     MI->addOperand(MachineOperand::CreateReg(WebAssembly::VALUE_STACK,
  903     MF.getRegInfo().addLiveIn(WebAssembly::VALUE_STACK);
  905       MBB.addLiveIn(WebAssembly::VALUE_STACK);
lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp
   82     if (PReg == WebAssembly::VALUE_STACK || PReg == WebAssembly::ARGUMENTS)