Home
last modified time | relevance | path

Searched refs:typeR (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.cpp61 const ABIArgInfo &infoR, CanQualType typeR) { in similar() argument
63 (typeL == typeR || in similar()
64 (isa<PointerType>(typeL) && isa<PointerType>(typeR)) || in similar()
65 (isa<ReferenceType>(typeL) && isa<ReferenceType>(typeR)))); in similar()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3823 auto typeR = op.result().getType().cast<spirv::CooperativeMatrixNVType>(); in verifyCoopMatrixMulAdd() local
3824 if (typeA.getRows() != typeR.getRows() || in verifyCoopMatrixMulAdd()
3826 typeB.getColumns() != typeR.getColumns()) in verifyCoopMatrixMulAdd()
3828 if (typeR.getScope() != typeA.getScope() || in verifyCoopMatrixMulAdd()
3829 typeR.getScope() != typeB.getScope() || in verifyCoopMatrixMulAdd()
3830 typeR.getScope() != typeC.getScope()) in verifyCoopMatrixMulAdd()
3833 typeR.getElementType() != typeC.getElementType()) in verifyCoopMatrixMulAdd()