Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dscreen_capturer_integration_test.cc232 const char* result_end = result.c_str() + result.length(); in TestCaptureOneFrame() local
233 for (const char* it = result.c_str(); it < result_end; in TestCaptureOneFrame()
235 const size_t max_length = result_end - it; in TestCaptureOneFrame()
/external/llvm-project/mlir/include/mlir/Transforms/
DFoldUtils.h72 results.assign(op->result_begin(), op->result_end()); in create()
/external/llvm-project/mlir/include/mlir/TableGen/
DOperator.h102 value_iterator result_end();
/external/llvm-project/mlir/lib/TableGen/
DOperator.cpp99 auto Operator::result_end() -> value_iterator { return results.end(); } in result_end() function in Operator
102 return {result_begin(), result_end()}; in getResults()
/external/llvm-project/mlir/lib/IR/
DOperation.cpp1253 : op(op), res(end ? op->result_end() : op->result_begin()) { in UseIterator()
1272 while (res != op->result_end() && (*res).use_empty()) in skipOverResultsWithNoUsers()
1277 if (res == op->result_end()) in skipOverResultsWithNoUsers()
DBuilders.cpp404 results.assign(op->result_begin(), op->result_end()); in tryFold()
/external/llvm-project/mlir/lib/Conversion/SCFToStandard/
DSCFToStandard.cpp431 loopResults.assign(forOp.result_begin(), forOp.result_end()); in matchAndRewrite()
/external/llvm-project/mlir/include/mlir/IR/
DOperation.h285 result_iterator result_end() { return getResults().end(); } in result_end() function
DOpDefinition.h595 result_iterator result_end() { return this->getOperation()->result_end(); } in result_end() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc1584 inst_to_return.push_back(*std::prev(inst->result_end())); in ConvertFunctionArgAndRets()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2308 results.append(newOp.result_begin(), newOp.result_end()); in matchAndRewrite()