Lines Matching refs:getValueAsInt
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()
109 OpCode = R->getValueAsInt("OpCode"); in DXILOperationDesc()
129 if (TR->getValueAsInt("isOverload")) { 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()
317 unsigned Major = Version->getValueAsInt("Major"); in emitDXILVersions()
318 unsigned Minor = Version->getValueAsInt("Minor"); in emitDXILVersions()
390 Rec->getValueAsDef("dxil_version")->getValueAsInt("Major"); in emitDXILOpAttributes()
392 Rec->getValueAsDef("dxil_version")->getValueAsInt("Minor"); in emitDXILOpAttributes()
450 int Value = ArgSelect->getValueAsInt("value"); in emitDXILIntrinsicMap()