Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerInvoke.cpp96 void splitLiveRangesLiveAcrossInvokes(SmallVectorImpl<InvokeInst*>&Invokes);
286 splitLiveRangesLiveAcrossInvokes(SmallVectorImpl<InvokeInst*> &Invokes) { in splitLiveRangesLiveAcrossInvokes() argument
288 for (unsigned i = 0, e = Invokes.size(); i != e; ++i) { in splitLiveRangesLiveAcrossInvokes()
289 InvokeInst *II = Invokes[i]; in splitLiveRangesLiveAcrossInvokes()
297 Function *F = Invokes.back()->getParent()->getParent(); in splitLiveRangesLiveAcrossInvokes()
390 for (unsigned i = 0, e = Invokes.size(); i != e; ++i) { in splitLiveRangesLiveAcrossInvokes()
391 BasicBlock *UnwindBlock = Invokes[i]->getUnwindDest(); in splitLiveRangesLiveAcrossInvokes()
408 SmallVector<InvokeInst*,16> Invokes; in insertExpensiveEHSupport() local
417 Invokes.push_back(II); in insertExpensiveEHSupport()
422 if (Unwinds.empty() && Invokes.empty()) return false; in insertExpensiveEHSupport()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp80 void lowerAcrossUnwindEdges(Function &F, ArrayRef<InvokeInst*> Invokes);
85 void splitLiveRangesAcrossInvokes(SmallVector<InvokeInst*,16> &Invokes);
243 splitLiveRangesAcrossInvokes(SmallVector<InvokeInst*,16> &Invokes) { in splitLiveRangesAcrossInvokes() argument
245 for (unsigned i = 0, e = Invokes.size(); i != e; ++i) { in splitLiveRangesAcrossInvokes()
246 InvokeInst *II = Invokes[i]; in splitLiveRangesAcrossInvokes()
260 Function *F = Invokes.back()->getParent()->getParent(); in splitLiveRangesAcrossInvokes()
348 for (unsigned i = 0, e = Invokes.size(); i != e; ++i) { in splitLiveRangesAcrossInvokes()
349 BasicBlock *UnwindBlock = Invokes[i]->getUnwindDest(); in splitLiveRangesAcrossInvokes()
406 SmallVector<InvokeInst*,16> Invokes; in insertSjLjEHSupport() local
416 Invokes.push_back(II); in insertSjLjEHSupport()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp70 void lowerAcrossUnwindEdges(Function &F, ArrayRef<InvokeInst *> Invokes);
259 ArrayRef<InvokeInst *> Invokes) { in lowerAcrossUnwindEdges() argument
307 for (InvokeInst *Invoke : Invokes) { in lowerAcrossUnwindEdges()
329 for (InvokeInst *Invoke : Invokes) { in lowerAcrossUnwindEdges()
354 SmallVector<InvokeInst *, 16> Invokes; in setupEntryBlockAndCallSites() local
368 Invokes.push_back(II); in setupEntryBlockAndCallSites()
374 if (Invokes.empty()) in setupEntryBlockAndCallSites()
377 NumInvokes += Invokes.size(); in setupEntryBlockAndCallSites()
380 lowerAcrossUnwindEdges(F, Invokes); in setupEntryBlockAndCallSites()
415 for (unsigned I = 0, E = Invokes.size(); I != E; ++I) { in setupEntryBlockAndCallSites()
[all …]
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp70 void lowerAcrossUnwindEdges(Function &F, ArrayRef<InvokeInst *> Invokes);
249 ArrayRef<InvokeInst *> Invokes) { in lowerAcrossUnwindEdges() argument
297 for (InvokeInst *Invoke : Invokes) { in lowerAcrossUnwindEdges()
319 for (InvokeInst *Invoke : Invokes) { in lowerAcrossUnwindEdges()
344 SmallVector<InvokeInst *, 16> Invokes; in setupEntryBlockAndCallSites() local
358 Invokes.push_back(II); in setupEntryBlockAndCallSites()
364 if (Invokes.empty()) in setupEntryBlockAndCallSites()
367 NumInvokes += Invokes.size(); in setupEntryBlockAndCallSites()
370 lowerAcrossUnwindEdges(F, Invokes); in setupEntryBlockAndCallSites()
405 for (unsigned I = 0, E = Invokes.size(); I != E; ++I) { in setupEntryBlockAndCallSites()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DGetHostTriple.cmake2 # Invokes config.guess
/external/llvm/cmake/modules/
DGetHostTriple.cmake2 # Invokes config.guess
/external/swiftshader/third_party/LLVM/cmake/modules/
DGetTargetTriple.cmake2 # Invokes config.guess
/external/autotest/client/site_tests/kernel_LTP/
Dcontrol.kernel_tests15 Invokes custom ChromeOS kernel tests LTP cmdfile.
Dcontrol.kernel_unittests15 Invokes custom ChromeOS kernel unittests LTP cmdfile.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_PyFunc.pbtxt35 summary: "Invokes a python function to compute func(input)->output."
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dxla_service.proto134 // Invokes the provided executable with the provided global data passed as
139 // Invokes the provided list of computations in parallel with the provided
/external/webrtc/tools/valgrind-webrtc/
Dwebrtc_tests.bat11 :: - Invokes webrtc_tests.py instead of chrome_tests.py
/external/libyuv/files/tools_libyuv/valgrind/
Dlibyuv_tests.bat11 :: - Invokes libyuv_tests.py instead of chrome_tests.py
/external/tensorflow/tensorflow/lite/experimental/objc/tests/
DTFLInterpreterTests.m147 // Invokes the interpreter.
237 // Invokes the interpreter.
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
DRandomIRBuilderTest.cpp203 TEST(RandomIRBuilderTest, Invokes) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DTestingGuide.rst517 Invokes the Clang driver.
520 Invokes the Clang driver for C++.
523 Invokes the CL-compatible Clang driver.
526 Invokes the G++-compatible Clang driver.
529 Invokes the Clang frontend.
/external/llvm/docs/
DTestingGuide.rst469 Invokes the Clang driver.
472 Invokes the Clang driver for C++.
475 Invokes the CL-compatible Clang driver.
478 Invokes the G++-compatible Clang driver.
481 Invokes the Clang frontend.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dfunction-bitcasts.ll107 ; Invokes should be treated like calls
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi163 """Invokes an RPC.
/external/python/cpython2/Doc/distutils/
Dapiref.rst732 Invokes :func:`distutils.util.execute`. This method invokes a Python function
739 Invokes :func:`distutils.util.spawn`. This invokes an external process to run
745 Invokes :func:`distutils.dir_util.mkpath`. This creates a directory and any
751 Invokes :meth:`distutils.file_util.move_file`. Renames *src* to *dst*.
/external/python/cpython3/Doc/distutils/
Dapiref.rst742 Invokes :func:`distutils.util.execute`. This method invokes a Python function
749 Invokes :func:`distutils.util.spawn`. This invokes an external process to run
755 Invokes :func:`distutils.dir_util.mkpath`. This creates a directory and any
761 Invokes :meth:`distutils.file_util.move_file`. Renames *src* to *dst*.
/external/googletest/googlemock/docs/
DCookBook.md1851 foo.Sum(5, 6); // Invokes CalculateSum(5, 6).
1852 foo.ComplexJob(10); // Invokes helper.ComplexJob(10);
1897 foo.ComplexJob(10); // Invokes Job1().
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md311 Invokes a computation with the given arguments.