Searched refs:typeR (Results 1 – 5 of 5) sorted by relevance
75 const ABIArgInfo &infoR, CanQualType typeR) { in similar() argument77 (typeL == typeR || in similar()78 (isa<PointerType>(typeL) && isa<PointerType>(typeR)) || in similar()79 (isa<ReferenceType>(typeL) && isa<ReferenceType>(typeR)))); in similar()
61 const ABIArgInfo &infoR, CanQualType typeR) { in similar() argument63 (typeL == typeR || in similar()64 (isa<PointerType>(typeL) && isa<PointerType>(typeR)) || in similar()65 (isa<ReferenceType>(typeL) && isa<ReferenceType>(typeR)))); in similar()
3090 auto typeR = op.result().getType().cast<spirv::CooperativeMatrixNVType>(); in verifyCoopMatrixMulAdd() local3091 if (typeA.getRows() != typeR.getRows() || in verifyCoopMatrixMulAdd()3093 typeB.getColumns() != typeR.getColumns()) in verifyCoopMatrixMulAdd()3095 if (typeR.getScope() != typeA.getScope() || in verifyCoopMatrixMulAdd()3096 typeR.getScope() != typeB.getScope() || in verifyCoopMatrixMulAdd()3097 typeR.getScope() != typeC.getScope()) in verifyCoopMatrixMulAdd()3100 typeR.getElementType() != typeC.getElementType()) in verifyCoopMatrixMulAdd()
3044 const TType& typeR = *membersR[member].type; in handleAssign() local3079 !typeL.containsBuiltIn() && !typeR.containsBuiltIn()) { in handleAssign()3096 memberR += (typeR.isBuiltIn() ? 0 : 1); in handleAssign()