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

References

gen/lib/Target/Hexagon/HexagonGenAsmMatcher.inc
 6762     case Hexagon::W0: OpKind = MCK_HvxWR; break;
gen/lib/Target/Hexagon/HexagonGenCallingConv.inc
  157         Hexagon::W0, Hexagon::W1, Hexagon::W2, Hexagon::W3, Hexagon::W4, Hexagon::W5, Hexagon::W6, Hexagon::W7
  205         Hexagon::W0, Hexagon::W1, Hexagon::W2, Hexagon::W3, Hexagon::W4, Hexagon::W5, Hexagon::W6, Hexagon::W7
  322       if (unsigned Reg = State.AllocateReg(Hexagon::W0)) {
  344       if (unsigned Reg = State.AllocateReg(Hexagon::W0)) {
gen/lib/Target/Hexagon/HexagonGenRegisterInfo.inc
 1235     Hexagon::W0, Hexagon::W1, Hexagon::W2, Hexagon::W3, Hexagon::W4, Hexagon::W5, Hexagon::W6, Hexagon::W7, Hexagon::W8, Hexagon::W9, Hexagon::W10, Hexagon::W11, Hexagon::W12, Hexagon::W13, Hexagon::W14, Hexagon::W15, 
 1383   { 99U, Hexagon::W0 },
 1537   { 99U, Hexagon::W0 },
 1772   { Hexagon::W0, 99U },
 1971   { Hexagon::W0, 99U },
lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
  499       if (Producer >= Hexagon::W0 && Producer <= Hexagon::W15)
  500         Producer = ((Producer - Hexagon::W0) << 1) + SubregBit + Hexagon::V0;
  607       Hexagon::W0,  Hexagon::W1,  Hexagon::W2,  Hexagon::W3,
lib/Target/Hexagon/HexagonRegisterInfo.cpp
   74     W0, W1, W2, W3, W4, W5, W6, W7, W8, W9, W10, W11, W12, W13, W14, W15, 0
lib/Target/Hexagon/HexagonVectorPrint.cpp
   75       || (Reg >= Hexagon::W0 && Reg <= Hexagon::W15)
  185     } else if (Reg >= Hexagon::W0 && Reg <= Hexagon::W15) {
  186       LLVM_DEBUG(dbgs() << "adding dump for W" << Reg - Hexagon::W0 << '\n');
  187       addAsmInstr(MBB, Hexagon::V0 + (Reg - Hexagon::W0) * 2 + 1,
  189       addAsmInstr(MBB, Hexagon::V0 + (Reg - Hexagon::W0) * 2,
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
  399   if (Producer >= Hexagon::W0 && Producer <= Hexagon::W15)
  401       return ((Consumer - Hexagon::V0) >> 1) == (Producer - Hexagon::W0);
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
  877   if (Producer >= Hexagon::W0 && Producer <= Hexagon::W15)