Home
last modified time | relevance | path

Searched refs:valueKind (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dpredicate.td21 // CHECK-NEXT: return op->emitOpError(valueKind) << " #" << valueIndex
26 // CHECK-NOT: return op->emitOpError(valueKind) << " #" << valueIndex
31 // CHECK-NEXT: return op->emitOpError(valueKind) << " #" << valueIndex
36 // CHECK-NEXT: return op->emitOpError(valueKind) << " #" << valueIndex
H A Dinterfaces-as-constraints.td31 // CHECK-NEXT: return op->emitOpError(valueKind) << " #" << valueIndex
36 // CHECK-NEXT: return op->emitOpError(valueKind) << " #" << valueIndex
H A Dconstraint-unique.td58 // CHECK-NEXT: return op->emitOpError(valueKind) << " #" << valueIndex
67 // CHECK-NEXT: return op->emitOpError(valueKind) << " #" << valueIndex
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp520 StringRef valueKind);
2528 StringRef valueKind) { in genOperandResultVerifier() argument
2572 valueKind.substr(0, 1).upper(), valueKind.substr(1), in genOperandResultVerifier()
2578 body << formatv(verifyOptional, staticValue.index(), valueKind); in genOperandResultVerifier()
2594 body << formatv(verifyValues, staticValue.index(), constraintFn, valueKind); in genOperandResultVerifier()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp1120 ExprValueKind valueKind; in BuildMemberReferenceExpr() local
1123 valueKind = VK_PRValue; in BuildMemberReferenceExpr()
1126 valueKind = VK_LValue; in BuildMemberReferenceExpr()
1132 MemberNameInfo, type, valueKind, OK_Ordinary); in BuildMemberReferenceExpr()
H A DSemaExpr.cpp3338 valueKind = VK_PRValue; in BuildDeclarationNameExpr()
3353 valueKind = VK_LValue; in BuildDeclarationNameExpr()
3372 valueKind = VK_LValue; in BuildDeclarationNameExpr()
3378 valueKind = VK_PRValue; in BuildDeclarationNameExpr()
3399 valueKind = VK_LValue; in BuildDeclarationNameExpr()
3416 valueKind = VK_LValue; in BuildDeclarationNameExpr()
3450 valueKind = VK_LValue; in BuildDeclarationNameExpr()
3464 valueKind = VK_PRValue; in BuildDeclarationNameExpr()
3476 valueKind = VK_LValue; in BuildDeclarationNameExpr()
3480 valueKind = VK_LValue; in BuildDeclarationNameExpr()
[all …]
H A DSemaOverload.cpp14406 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction() local
14429 Context, MemExprE, Args, resultType, valueKind, RParenLoc, in BuildCallToMemberFunction()
15347 ExprValueKind valueKind; in FixOverloadedFunctionReference() local
15350 valueKind = VK_LValue; in FixOverloadedFunctionReference()
15353 valueKind = VK_PRValue; in FixOverloadedFunctionReference()
15361 type, valueKind, OK_Ordinary, TemplateArgs); in FixOverloadedFunctionReference()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp1363 SparseTensorFile::ValueKind valueKind = stfile.getValueKind(); in openSparseTensorCOO() local
1367 if ((valueKind == SparseTensorFile::ValueKind::kReal && tensorIsInteger) || in openSparseTensorCOO()
1368 (valueKind == SparseTensorFile::ValueKind::kComplex && tensorIsReal)) { in openSparseTensorCOO()
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp1411 PDLValue::Kind valueKind = read<PDLValue::Kind>(); in executeAreRangesEqual() local
1415 switch (valueKind) { in executeAreRangesEqual()