| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | InfoByHwMode.cpp | 32 ValueTypeByHwMode::ValueTypeByHwMode(Record *R, const CodeGenHwModes &CGH) { in ValueTypeByHwMode() argument 33 const HwModeSelect &MS = CGH.getHwModeSelect(R); in ValueTypeByHwMode() 107 const CodeGenHwModes &CGH) { in getValueTypeByHwMode() argument 115 return ValueTypeByHwMode(Rec, CGH); in getValueTypeByHwMode() 119 RegSizeInfo::RegSizeInfo(Record *R, const CodeGenHwModes &CGH) { in RegSizeInfo() argument 142 const CodeGenHwModes &CGH) { in RegSizeInfoByHwMode() argument 143 const HwModeSelect &MS = CGH.getHwModeSelect(R); in RegSizeInfoByHwMode() 145 auto I = Map.insert({P.first, RegSizeInfo(P.second, CGH)}); in RegSizeInfoByHwMode() 189 EncodingInfoByHwMode::EncodingInfoByHwMode(Record *R, const CodeGenHwModes &CGH) { in EncodingInfoByHwMode() argument 190 const HwModeSelect &MS = CGH.getHwModeSelect(R); in EncodingInfoByHwMode()
|
| H A D | InfoByHwMode.h | 121 ValueTypeByHwMode(Record *R, const CodeGenHwModes &CGH); 146 const CodeGenHwModes &CGH); 153 RegSizeInfo(Record *R, const CodeGenHwModes &CGH); 169 RegSizeInfoByHwMode(Record *R, const CodeGenHwModes &CGH); 192 EncodingInfoByHwMode(Record *R, const CodeGenHwModes &CGH);
|
| H A D | CodeGenHwModes.cpp | 31 HwModeSelect::HwModeSelect(Record *R, CodeGenHwModes &CGH) { in HwModeSelect() argument 41 unsigned ModeId = CGH.getHwModeId(Modes[i]->getName()); in HwModeSelect()
|
| H A D | CodeGenTarget.h | 56 CodeGenHwModes CGH; variable 142 const CodeGenHwModes &getHwModes() const { return CGH; } in getHwModes()
|
| H A D | CodeGenHwModes.h | 36 HwModeSelect(Record *R, CodeGenHwModes &CGH);
|
| H A D | RegisterInfoEmitter.cpp | 1234 const CodeGenHwModes &CGH = Target.getHwModes(); in runTargetDesc() local 1235 unsigned NumModes = CGH.getNumModeIds(); in runTargetDesc() 1282 OS << CGH.getMode(M).Name; in runTargetDesc() 1665 const CodeGenHwModes &CGH = Target.getHwModes(); in debugDump() local 1666 unsigned NumModes = CGH.getNumModeIds(); in debugDump() 1667 auto getModeName = [CGH] (unsigned M) -> StringRef { in debugDump() 1670 return CGH.getMode(M).Name; in debugDump()
|
| H A D | CodeGenDAGPatterns.cpp | 1496 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() argument 1501 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint() 1533 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint() 1773 SDNodeInfo::SDNodeInfo(Record *R, const CodeGenHwModes &CGH) : Def(R) { in SDNodeInfo() argument 1787 TypeConstraints.emplace_back(R, CGH); in SDNodeInfo() 2244 const CodeGenHwModes &CGH = CDP.getTargetInfo().getHwModes(); in getImplicitType() local 2245 return TypeSetByHwMode(getValueTypeByHwMode(R, CGH)); in getImplicitType() 2275 const CodeGenHwModes &CGH = CDP.getTargetInfo().getHwModes(); in getImplicitType() local 2277 return TypeSetByHwMode(getValueTypeByHwMode(T, CGH)); in getImplicitType() 2857 const CodeGenHwModes &CGH = getDAGPatterns().getTargetInfo().getHwModes(); in ParseTreePattern() local [all …]
|
| H A D | CodeGenRegisters.h | 533 const CodeGenHwModes &CGH; variable 626 const CodeGenHwModes &getHwModes() const { return CGH; } in getHwModes()
|
| H A D | SubtargetEmitter.cpp | 1675 const CodeGenHwModes &CGH = TGT.getHwModes(); in EmitHwModeCheck() local 1676 assert(CGH.getNumModeIds() > 0); in EmitHwModeCheck() 1677 if (CGH.getNumModeIds() == 1) in EmitHwModeCheck() 1681 for (unsigned M = 1, NumModes = CGH.getNumModeIds(); M != NumModes; ++M) { in EmitHwModeCheck() 1682 const HwMode &HM = CGH.getMode(M); in EmitHwModeCheck()
|
| H A D | CodeGenDAGPatterns.h | 375 SDTypeConstraint(Record *R, const CodeGenHwModes &CGH); 454 SDNodeInfo(Record *R, const CodeGenHwModes &CGH);
|
| H A D | CodeGenTarget.cpp | 251 : Records(records), CGH(records) { in CodeGenTarget()
|
| H A D | CodeGenRegisters.cpp | 1103 const CodeGenHwModes &Modes) : CGH(Modes) { in CodeGenRegBank()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZ196.td | 516 def : InstRW<[WLat2LSU, RegReadAdv, FXU2, LSU, GroupAlone], (instregex "CGH$")>;
|
| H A D | SystemZScheduleZEC12.td | 526 def : InstRW<[WLat2LSU, RegReadAdv, FXU, LSU, NormalGr], (instregex "CGH$")>;
|
| H A D | SystemZScheduleZ13.td | 554 def : InstRW<[WLat2LSU, RegReadAdv, FXb, LSU, NormalGr], (instregex "CGH$")>;
|
| H A D | SystemZScheduleZ14.td | 564 def : InstRW<[WLat2LSU, RegReadAdv, FXb, LSU, NormalGr], (instregex "CGH$")>;
|
| H A D | SystemZScheduleZ15.td | 578 def : InstRW<[WLat2LSU, RegReadAdv, FXb, LSU, NormalGr], (instregex "CGH$")>;
|
| H A D | SystemZInstrInfo.td | 1558 def CGH : CompareRXY<"cgh", 0xE334, z_scmp, GR64, asextloadi16, 2>;
|
| /netbsd-src/share/misc/ |
| H A D | airport | 1250 CGH:Sao Paulo (Congonhas), SP, Brazil
|