Searched refs:areTypesCompatible (Results 1 – 8 of 8) sorted by relevance
| /llvm-project/mlir/lib/Interfaces/ |
| H A D | ControlFlowInterfaces.cpp | 75 if (!cast<BranchOpInterface>(op).areTypesCompatible( in verifyBranchSuccessorOperands() 134 if (!regionInterface.areTypesCompatible(sourceType, inputType)) { in verifyTypesAlongAllEdges() 159 auto areTypesCompatible = [&](TypeRange lhs, TypeRange rhs) { in verifyTypesAlongControlFlowEdges() local 163 if (!regionInterface.areTypesCompatible(std::get<0>(types), in verifyTypesAlongControlFlowEdges() 203 if (!areTypesCompatible(regionReturnOperands->getTypes(), in verifyTypesAlongControlFlowEdges()
|
| /llvm-project/clang-tools-extra/clang-tidy/performance/ |
| H A D | InefficientAlgorithmCheck.cpp | 18 static bool areTypesCompatible(QualType Left, QualType Right) { in areTypesCompatible() function 77 const bool CompatibleTypes = areTypesCompatible(KeyType, ValueType); in check()
|
| /llvm-project/mlir/include/mlir/Interfaces/ |
| H A D | ControlFlowInterfaces.td | 32 `areTypesCompatible` can be implemented to compare types along control-flow 97 "bool", "areTypesCompatible", 141 results must have the same type. `areTypesCompatible` can be implemented to 257 "bool", "areTypesCompatible",
|
| /llvm-project/clang-tools-extra/clang-tidy/readability/ |
| H A D | SuspiciousCallArgumentCheck.cpp | 390 static bool areTypesCompatible(QualType ArgType, QualType ParamType, in areTypesCompatible() 754 if (!areTypesCompatible(ArgTypes[Position1], ParamTypes[Position2], Ctx) || in areParamAndArgComparable() 755 !areTypesCompatible(ArgTypes[Position2], ParamTypes[Position1], Ctx)) in areParamAndArgComparable() 387 static bool areTypesCompatible(QualType ArgType, QualType ParamType, areTypesCompatible() function
|
| /llvm-project/mlir/lib/Dialect/Async/IR/ |
| H A D | Async.cpp | 46 bool ExecuteOp::areTypesCompatible(Type lhs, Type rhs) { in areTypesCompatible() function in ExecuteOp
|
| /llvm-project/mlir/include/mlir/Dialect/Async/IR/ |
| H A D | AsyncOps.td | 39 "areTypesCompatible"]>,
|
| /llvm-project/mlir/lib/Dialect/Vector/IR/ |
| H A D | VectorOps.cpp | 6507 bool WarpExecuteOnLane0Op::areTypesCompatible(Type lhs, Type rhs) { areTypesCompatible() function in WarpExecuteOnLane0Op
|
| /llvm-project/mlir/include/mlir/Dialect/Vector/IR/ |
| H A D | VectorOps.td | |