Searched refs:HwModeSelect (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenHwModes.h35 struct HwModeSelect { struct in namespace:llvm
36 HwModeSelect(Record *R, CodeGenHwModes &CGH);
52 const HwModeSelect &getHwModeSelect(Record *R) const;
60 std::map<Record*,HwModeSelect> ModeSelects;
H A DCodeGenHwModes.cpp31 HwModeSelect::HwModeSelect(Record *R, CodeGenHwModes &CGH) { function in class:HwModeSelect
36 " derived from HwModeSelect: the lists Modes and Objects should "
47 void HwModeSelect::dump() const {
71 std::vector<Record*> MSs = Records.getAllDerivedDefinitions("HwModeSelect");
73 auto P = ModeSelects.emplace(std::make_pair(R, HwModeSelect(R, *this)));
87 const HwModeSelect &CodeGenHwModes::getHwModeSelect(Record *R) const {
H A DInfoByHwMode.cpp33 const HwModeSelect &MS = CGH.getHwModeSelect(R);
34 for (const HwModeSelect::PairType &P : MS.Items) {
117 if (Rec->isSubClassOf("HwModeSelect"))
146 const HwModeSelect &MS = CGH.getHwModeSelect(R);
147 for (const HwModeSelect::PairType &P : MS.Items) {
196 const HwModeSelect &MS = CGH.getHwModeSelect(R);
197 for (const HwModeSelect::PairType &P : MS.Items) {

Completed in 105 milliseconds