Home
last modified time | relevance | path

Searched refs:areTypesCompatible (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp75 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 DInefficientAlgorithmCheck.cpp18 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 DControlFlowInterfaces.td32 `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 DSuspiciousCallArgumentCheck.cpp390 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 DAsync.cpp46 bool ExecuteOp::areTypesCompatible(Type lhs, Type rhs) { in areTypesCompatible() function in ExecuteOp
/llvm-project/mlir/include/mlir/Dialect/Async/IR/
H A DAsyncOps.td39 "areTypesCompatible"]>,
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp6507 bool WarpExecuteOnLane0Op::areTypesCompatible(Type lhs, Type rhs) { areTypesCompatible() function in WarpExecuteOnLane0Op
/llvm-project/mlir/include/mlir/Dialect/Vector/IR/
H A DVectorOps.td