|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/Hexagon/HexagonGenAsmMatcher.inc 6786 case Hexagon::Q0: OpKind = MCK_HvxQR; break;
gen/lib/Target/Hexagon/HexagonGenRegisterInfo.inc 962 { Hexagon::Q0 },
1215 Hexagon::Q0, Hexagon::Q1, Hexagon::Q2, Hexagon::Q3,
1415 { 131U, Hexagon::Q0 },
1569 { 131U, Hexagon::Q0 },
1694 { Hexagon::Q0, 131U },
1893 { Hexagon::Q0, 131U },
lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp 639 static const MCPhysReg HvxQRDecoderTable[] = {Hexagon::Q0, Hexagon::Q1,
lib/Target/Hexagon/HexagonVectorPrint.cpp 76 || (Reg >= Hexagon::Q0 && Reg <= Hexagon::Q3);
87 if (R >= Hexagon::Q0 && R <= Hexagon::Q3) {
89 return S[R-Hexagon::Q0];
191 } else if (Reg >= Hexagon::Q0 && Reg <= Hexagon::Q3) {
192 LLVM_DEBUG(dbgs() << "adding dump for Q" << Reg - Hexagon::Q0 << '\n');