Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Rewrite/
DByteCode.cpp754 void selectJump(bool isTrue) { selectJump(size_t(isTrue ? 0 : 1)); } in selectJump() function in __anon726545990d11::ByteCodeExecutor
756 void selectJump(size_t destIndex) { in selectJump() function in __anon726545990d11::ByteCodeExecutor
774 return selectJump(size_t((it - cases.begin()) + 1)); in handleSwitch()
775 selectJump(size_t(0)); in handleSwitch()
865 selectJump(succeeded(constraintFn(args, constParams, rewriter))); in execute()
891 selectJump(lhs == rhs); in execute()
906 selectJump(op->getNumOperands() == expectedCount); in execute()
917 selectJump(op->getName() == expectedName); in execute()
927 selectJump(op->getNumResults() == expectedCount); in execute()
1112 selectJump(value != nullptr); in execute()
[all …]