Lines Matching refs:CGH
1450 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() argument
1455 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1487 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1727 SDNodeInfo::SDNodeInfo(Record *R, const CodeGenHwModes &CGH) : Def(R) { in SDNodeInfo() argument
1741 TypeConstraints.emplace_back(R, CGH); in SDNodeInfo()
2195 const CodeGenHwModes &CGH = CDP.getTargetInfo().getHwModes(); in getImplicitType() local
2196 return TypeSetByHwMode(getValueTypeByHwMode(R, CGH)); in getImplicitType()
2226 const CodeGenHwModes &CGH = CDP.getTargetInfo().getHwModes(); in getImplicitType() local
2228 return TypeSetByHwMode(getValueTypeByHwMode(T, CGH)); in getImplicitType()
2806 const CodeGenHwModes &CGH = getDAGPatterns().getTargetInfo().getHwModes(); in ParseTreePattern() local
2807 New->UpdateNodeType(0, getValueTypeByHwMode(Operator, CGH), *this); in ParseTreePattern()
3102 const CodeGenHwModes &CGH = getTargetInfo().getHwModes(); in ParseNodeInfo() local
3106 SDNodes.insert(std::make_pair(R, SDNodeInfo(R, CGH))); in ParseNodeInfo()
4282 const CodeGenHwModes &CGH = getTargetInfo().getHwModes(); in ExpandHwModeBasedTypes() local
4340 const HwMode &HM = CGH.getMode(M); in ExpandHwModeBasedTypes()