Home
last modified time | relevance | path

Searched refs:RegAltNameIndices (Results 1 – 12 of 12) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenTarget.h71 mutable std::vector<Record*> RegAltNameIndices; variable
121 if (RegAltNameIndices.empty()) ReadRegAltNameIndices(); in getRegAltNameIndices()
122 return RegAltNameIndices; in getRegAltNameIndices()
DCodeGenTarget.cpp228 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex"); in ReadRegAltNameIndices()
229 std::sort(RegAltNameIndices.begin(), RegAltNameIndices.end(), LessRecord()); in ReadRegAltNameIndices()
DRegisterInfoEmitter.cpp141 const std::vector<Record*> &RegAltNameIndices = Target.getRegAltNameIndices(); in runEnums() local
144 if (RegAltNameIndices.size() > 1) { in runEnums()
149 for (unsigned i = 0, e = RegAltNameIndices.size(); i != e; ++i) in runEnums()
150 OS << " " << RegAltNameIndices[i]->getName() << ",\t// " << i << "\n"; in runEnums()
151 OS << " NUM_TARGET_REG_ALT_NAMES = " << RegAltNameIndices.size() << "\n"; in runEnums()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.td47 let RegAltNameIndices = [ABIRegAltName] in {
167 let RegAltNameIndices = [ABIRegAltName] in {
/external/llvm/lib/Target/AVR/
DAVRRegisterInfo.td89 let RegAltNameIndices = [ptr] in {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRRegisterInfo.td88 let RegAltNameIndices = [ptr] in {
/external/capstone/contrib/sysz_update/
D0001-capstone-generate-GenRegisterInfo.inc.patch104 const std::vector<Record*> &RegAltNameIndices = Target.getRegAltNameIndices();
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td319 let SubRegIndices = [ssub], RegAltNameIndices = [vreg, vlist1] in {
354 let SubRegIndices = [dsub], RegAltNameIndices = [vreg, vlist1] in {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td352 let SubRegIndices = [ssub], RegAltNameIndices = [vreg, vlist1] in {
387 let SubRegIndices = [dsub], RegAltNameIndices = [vreg, vlist1] in {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMRegisterInfo.td92 let RegAltNameIndices = [RegNamesRaw] in {
/external/llvm/include/llvm/Target/
DTarget.td101 // RegAltNameIndices - The alternate name indices which are valid for this
103 list<RegAltNameIndex> RegAltNameIndices = [];
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td154 // RegAltNameIndices - The alternate name indices which are valid for this
156 list<RegAltNameIndex> RegAltNameIndices = [];