Lines Matching refs:getValueAsDef
75 RecA->getValueAsDef("dxil_version")->getValueAsInt("Major"); in ascendingSortByVersion()
77 RecA->getValueAsDef("dxil_version")->getValueAsInt("Minor"); in ascendingSortByVersion()
79 RecB->getValueAsDef("dxil_version")->getValueAsInt("Major"); in ascendingSortByVersion()
81 RecB->getValueAsDef("dxil_version")->getValueAsInt("Minor"); in ascendingSortByVersion()
114 ParamTypeRecs.push_back(R->getValueAsDef("result")); in DXILOperationDesc()
173 OpClass = R->getValueAsDef("OpClass")->getName(); in DXILOperationDesc()
243 Rec->getValueAsDef("dxil_version")->getValueAsInt("Major"); in getOverloadMaskString()
245 Rec->getValueAsDef("dxil_version")->getValueAsInt("Minor"); in getOverloadMaskString()
288 unsigned Major = Rec->getValueAsDef("dxil_version")->getValueAsInt("Major"); in getStageMaskString()
289 unsigned Minor = Rec->getValueAsDef("dxil_version")->getValueAsInt("Minor"); in getStageMaskString()
390 Rec->getValueAsDef("dxil_version")->getValueAsInt("Major"); in emitDXILOpAttributes()
392 Rec->getValueAsDef("dxil_version")->getValueAsInt("Minor"); in emitDXILOpAttributes()
449 ArgSelect->getValueAsDef("type")->getNameInitAsString(); in emitDXILIntrinsicMap()