Lines Matching refs:getResultId
88 return import->getResultId(); in import()
144 return type->getResultId(); in makeVoidType()
158 return type->getResultId(); in makeBoolType()
172 return type->getResultId(); in makeSamplerType()
183 return type->getResultId(); in makePointer()
194 return type->getResultId(); in makePointer()
207 return type->getResultId(); in makeForwardPointer()
218 return type->getResultId(); in makePointerFromForwardPointer()
228 return type->getResultId(); in makePointerFromForwardPointer()
239 return type->getResultId(); in makeIntegerType()
263 return type->getResultId(); in makeIntegerType()
273 return type->getResultId(); in makeFloatType()
295 return type->getResultId(); in makeFloatType()
314 addName(type->getResultId(), name); in makeStructType()
316 return type->getResultId(); in makeStructType()
332 return type->getResultId(); in makeStructResultType()
351 return type->getResultId(); in makeVectorType()
362 return type->getResultId(); in makeVectorType()
377 return type->getResultId(); in makeMatrixType()
388 return type->getResultId(); in makeMatrixType()
404 return type->getResultId(); in makeArrayType()
416 return type->getResultId(); in makeArrayType()
426 return type->getResultId(); in makeRuntimeArray()
445 return type->getResultId(); in makeFunctionType()
457 return type->getResultId(); in makeFunctionType()
475 return type->getResultId(); in makeImageType()
538 return type->getResultId(); in makeImageType()
548 return type->getResultId(); in makeSampledImageType()
559 return type->getResultId(); in makeSampledImageType()
575 return type->getResultId(); in makeAccelerationStructureNVType()
647 return instr->getResultId(); in getScalarTypeId()
748 return constant->getResultId(); in findScalarConstant()
764 return constant->getResultId(); in findScalarConstant()
822 existing = constant->getResultId(); in makeBoolConstant()
835 return c->getResultId(); in makeBoolConstant()
856 return c->getResultId(); in makeIntConstant()
881 return c->getResultId(); in makeInt64Constant()
906 return c->getResultId(); in makeFloatConstant()
934 return c->getResultId(); in makeDoubleConstant()
962 return c->getResultId(); in makeFloat16Constant()
1009 return found ? constant->getResultId() : NoResult; in findCompositeConstant()
1033 return found ? constant->getResultId() : NoResult; in findStructConstant()
1075 return c->getResultId(); in makeCompositeConstant()
1297 addName(inst->getResultId(), name); in createVariable()
1299 return inst->getResultId(); in createVariable()
1307 return inst->getResultId(); in createUndefined()
1371 return load->getResultId(); in createLoad()
1397 return chain->getResultId(); in createAccessChain()
1408 return length->getResultId(); in createArrayLength()
1423 return extract->getResultId(); in createCompositeExtract()
1439 return extract->getResultId(); in createCompositeExtract()
1450 return insert->getResultId(); in createCompositeInsert()
1462 return insert->getResultId(); in createCompositeInsert()
1472 return extract->getResultId(); in createVectorExtractDynamic()
1483 return insert->getResultId(); in createVectorInsertDynamic()
1553 return op->getResultId(); in createUnaryOp()
1570 return op->getResultId(); in createBinOp()
1591 return op->getResultId(); in createTriOp()
1601 return op->getResultId(); in createOp()
1615 return op->getResultId(); in createOp()
1629 return op->getResultId(); in createSpecConstantOp()
1640 return op->getResultId(); in createFunctionCall()
1662 return setPrecision(swizzle->getResultId(), precision); in createRvalueSwizzle()
1695 return swizzle->getResultId(); in createLvalueSwizzle()
1741 return setPrecision(smear->getResultId(), precision); in smearScalar()
1755 return inst->getResultId(); in createBuiltinCall()
1955 setPrecision(textureInst->getResultId(), precision); in createTextureCall()
1958 Id resultId = textureInst->getResultId(); in createTextureCall()
2042 return query->getResultId(); in createTextureQueryCall()
2138 return op->getResultId(); in createCompositeConstruct()