Home
last modified time | relevance | path

Searched refs:AltNames (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYRegisterInfo.td16 let AltNames = alt;
21 let AltNames = alt;
24 // Because CSKYFReg64 register have AsmName and AltNames that alias with their
37 let AltNames = subreg.AltNames;
45 let AltNames = subreg.AltNames;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaRegisterInfo.td31 let AltNames = alt;
72 let AltNames = alt;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchRegisterInfo.td17 let AltNames = alt;
24 let AltNames = alt;
30 let AltNames = alt;
36 subreg.AltNames> {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430RegisterInfo.td17 let AltNames = alt;
27 let AltNames = alt;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVRegisterInfo.td16 let AltNames = alt;
23 let AltNames = alt;
28 let AltNames = alt;
34 subreg.AltNames> {
38 // Because RISCVReg64 register have AsmName and AltNames that alias with their
44 subreg.AltNames> {
576 X0.AltNames> {
588 Reg.AltNames> {
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDAsmWriterEmitter.cpp608 std::vector<StringRef> AltNames = in emitRegisterNameString() local
610 if (AltNames.size() <= Idx) in emitRegisterNameString()
614 AsmName = std::string(AltNames[Idx]); in emitRegisterNameString()
HDAsmMatcherEmitter.cpp2662 auto AltNames = Reg.TheDef->getValueAsListOfStrings("AltNames"); in emitMatchRegisterAltName() local
2664 for (auto AltName : AltNames) { in emitMatchRegisterAltName()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRRegisterInfo.td21 let AltNames = altNames;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonRegisterInfo.td30 let AltNames = alt;
43 let AltNames = alt;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTarget.td166 list<string> AltNames = altNames;