Lines Matching refs:getResultId
91 return import->getResultId(); in import()
147 return type->getResultId(); in makeVoidType()
161 return type->getResultId(); in makeBoolType()
175 return type->getResultId(); in makeSamplerType()
186 return type->getResultId(); in makePointer()
197 return type->getResultId(); in makePointer()
210 return type->getResultId(); in makeForwardPointer()
221 return type->getResultId(); in makePointerFromForwardPointer()
231 return type->getResultId(); in makePointerFromForwardPointer()
247 return type->getResultId(); in makeIntegerType()
271 return type->getResultId(); in makeIntegerType()
286 return type->getResultId(); in makeFloatType()
308 return type->getResultId(); in makeFloatType()
327 addName(type->getResultId(), name); in makeStructType()
329 return type->getResultId(); in makeStructType()
345 return type->getResultId(); in makeStructResultType()
364 return type->getResultId(); in makeVectorType()
375 return type->getResultId(); in makeVectorType()
390 return type->getResultId(); in makeMatrixType()
401 return type->getResultId(); in makeMatrixType()
414 return type->getResultId(); in makeCooperativeMatrixType()
427 return type->getResultId(); in makeCooperativeMatrixType()
444 return type->getResultId(); in makeArrayType()
456 return type->getResultId(); in makeArrayType()
466 return type->getResultId(); in makeRuntimeArray()
485 return type->getResultId(); in makeFunctionType()
497 return type->getResultId(); in makeFunctionType()
516 return type->getResultId(); in makeImageType()
581 return type->getResultId(); in makeImageType()
591 return type->getResultId(); in makeSampledImageType()
602 return type->getResultId(); in makeSampledImageType()
618 return type->getResultId(); in makeAccelerationStructureType()
633 return type->getResultId(); in makeRayQueryType()
709 return instr->getResultId(); in getScalarTypeId()
811 return constant->getResultId(); in findScalarConstant()
827 return constant->getResultId(); in findScalarConstant()
885 existing = constant->getResultId(); in makeBoolConstant()
898 return c->getResultId(); in makeBoolConstant()
919 return c->getResultId(); in makeIntConstant()
944 return c->getResultId(); in makeInt64Constant()
969 return c->getResultId(); in makeFloatConstant()
1001 return c->getResultId(); in makeDoubleConstant()
1034 return c->getResultId(); in makeFloat16Constant()
1088 return found ? constant->getResultId() : NoResult; in findCompositeConstant()
1112 return found ? constant->getResultId() : NoResult; in findStructConstant()
1155 return c->getResultId(); in makeCompositeConstant()
1380 addName(inst->getResultId(), name); in createVariable()
1382 return inst->getResultId(); in createVariable()
1390 return inst->getResultId(); in createUndefined()
1456 return load->getResultId(); in createLoad()
1482 return chain->getResultId(); in createAccessChain()
1493 return length->getResultId(); in createArrayLength()
1510 return length->getResultId(); in createCooperativeMatrixLength()
1526 return extract->getResultId(); in createCompositeExtract()
1542 return extract->getResultId(); in createCompositeExtract()
1553 return insert->getResultId(); in createCompositeInsert()
1565 return insert->getResultId(); in createCompositeInsert()
1575 return extract->getResultId(); in createVectorExtractDynamic()
1586 return insert->getResultId(); in createVectorInsertDynamic()
1656 return op->getResultId(); in createUnaryOp()
1673 return op->getResultId(); in createBinOp()
1694 return op->getResultId(); in createTriOp()
1704 return op->getResultId(); in createOp()
1718 return op->getResultId(); in createOp()
1733 return op->getResultId(); in createSpecConstantOp()
1744 return op->getResultId(); in createFunctionCall()
1766 return setPrecision(swizzle->getResultId(), precision); in createRvalueSwizzle()
1799 return swizzle->getResultId(); in createLvalueSwizzle()
1845 return setPrecision(smear->getResultId(), precision); in smearScalar()
1859 return inst->getResultId(); in createBuiltinCall()
2062 setPrecision(textureInst->getResultId(), precision); in createTextureCall()
2065 Id resultId = textureInst->getResultId(); in createTextureCall()
2146 return query->getResultId(); in createTextureQueryCall()
2244 return op->getResultId(); in createCompositeConstruct()