Searched refs:dests (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | callbr.ll | 3 ; CHECK: Number of label constraints does not match number of callbr dests 16 ; CHECK-NOT: Number of label constraints does not match number of callbr dests 28 ; CHECK: Number of label constraints does not match number of callbr dests 48 ; CHECK: Number of label constraints does not match number of callbr dests
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/PDLInterp/IR/ |
| H A D | PDLInterpOps.td | 1086 "Block *":$defaultDest, "BlockRange":$dests), [{ 1088 defaultDest, dests); 1120 "Block *":$defaultDest, "BlockRange":$dests), [{ 1122 defaultDest, dests); 1155 "Block *":$defaultDest, "BlockRange":$dests), [{ 1159 defaultDest, dests); 1192 "Block *":$defaultDest, "BlockRange":$dests), [{ 1194 defaultDest, dests); 1225 "Block *":$defaultDest, "BlockRange":$dests), [{ 1227 defaultDest, dests); [all …]
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | PDLToPDLInterp.cpp | 446 llvm::MapVector<Qualifier *, Block *> &dests) { in createSwitchOp() argument 449 values.reserve(dests.size()); in createSwitchOp() 450 blocks.reserve(dests.size()); in createSwitchOp() 451 for (const auto &it : dests) { in createSwitchOp()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIROps.cpp | 2403 llvm::SmallVector<mlir::Block *> dests; in parseIntegralSwitchTerminator() local 2414 dests.push_back(dest); in parseIntegralSwitchTerminator() 2425 const auto count = dests.size(); in parseIntegralSwitchTerminator() 2427 result.addSuccessors(dests[i]); in parseIntegralSwitchTerminator() 2613 llvm::SmallVector<mlir::Block *> dests; in parse() local 2648 dests.push_back(dest); in parse() 2661 const auto count = dests.size(); in parse() 2663 result.addSuccessors(dests[i]); in parse() 2926 dests.push_back(dest); in parse() 2938 const auto count = dests.size(); in parse() [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/ControlFlow/IR/ |
| H A D | ControlFlowOps.td | 165 // These are the indices into the dests list.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | wineh-coreclr.ll | 399 ; Test with several cleanups that need to infer their unwind dests from each
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | inline-funclets.ll | 213 ;;; Test with multiple levels of nesting, and unwind dests
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopIdiom/X86/ |
| H A D | left-shift-until-bittest.ll | 849 br i1 %x.curr.isbitunset, label %end, label %loop ; swapped dests
|