Lines Matching refs:CGH

1532 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) {  in SDTypeConstraint()  argument
1537 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1568 VVT = getValueTypeByHwMode(R->getValueAsDef("VT"), CGH); in SDTypeConstraint()
1804 SDNodeInfo::SDNodeInfo(Record *R, const CodeGenHwModes &CGH) : Def(R) { in SDNodeInfo() argument
1818 TypeConstraints.emplace_back(R, CGH); in SDNodeInfo()
2286 const CodeGenHwModes &CGH = CDP.getTargetInfo().getHwModes(); in getImplicitType() local
2287 return TypeSetByHwMode(getValueTypeByHwMode(R, CGH)); in getImplicitType()
2301 const CodeGenHwModes &CGH = CDP.getTargetInfo().getHwModes(); in getImplicitType() local
2302 return TypeSetByHwMode(getValueTypeByHwMode(T, CGH)); in getImplicitType()
2319 const CodeGenHwModes &CGH = CDP.getTargetInfo().getHwModes(); in getImplicitType() local
2321 return TypeSetByHwMode(getValueTypeByHwMode(T, CGH)); in getImplicitType()
2705 const CodeGenHwModes &CGH = CDP.getTargetInfo().getHwModes(); in ApplyTypeConstraints() local
2706 const ValueTypeByHwMode VVT = getValueTypeByHwMode(T, CGH); in ApplyTypeConstraints()
2919 const CodeGenHwModes &CGH = getDAGPatterns().getTargetInfo().getHwModes(); in ParseTreePattern() local
2920 New->UpdateNodeType(0, getValueTypeByHwMode(Operator, CGH), *this); in ParseTreePattern()
3213 const CodeGenHwModes &CGH = getTargetInfo().getHwModes(); in ParseNodeInfo() local
3217 SDNodes.insert(std::pair(R, SDNodeInfo(R, CGH))); in ParseNodeInfo()
4408 const CodeGenHwModes &CGH = getTargetInfo().getHwModes(); in ExpandHwModeBasedTypes() local
4409 if (CGH.getNumModeIds() == 1) in ExpandHwModeBasedTypes()
4464 const HwMode &HM = CGH.getMode(M); in ExpandHwModeBasedTypes()