Home
last modified time | relevance | path

Searched refs:Assumes (Results 1 – 25 of 36) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp65 SmallVectorImpl<CallInst *> &Assumes, const CallInst *CI) { in findDevirtualizableCallsForTypeTest() argument
75 Assumes.push_back(AssumeCI); in findDevirtualizableCallsForTypeTest()
81 if (!Assumes.empty()) in findDevirtualizableCallsForTypeTest()
DModuleSummaryAnalysis.cpp185 SmallVector<CallInst *, 4> Assumes; in addIntrinsicToSummary() local
186 findDevirtualizableCallsForTypeTest(DevirtCalls, Assumes, CI); in addIntrinsicToSummary()
/external/llvm/lib/Analysis/
DTypeMetadataUtils.cpp65 SmallVectorImpl<CallInst *> &Assumes, CallInst *CI) { in findDevirtualizableCallsForTypeTest() argument
76 Assumes.push_back(AssumeCI); in findDevirtualizableCallsForTypeTest()
82 if (!Assumes.empty()) in findDevirtualizableCallsForTypeTest()
/external/llvm/include/llvm/Analysis/
DTypeMetadataUtils.h35 SmallVectorImpl<CallInst *> &Assumes, CallInst *CI);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTypeMetadataUtils.h42 SmallVectorImpl<CallInst *> &Assumes, const CallInst *CI);
/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp675 SmallVector<CallInst *, 1> Assumes; in scanTypeTestUsers() local
676 findDevirtualizableCallsForTypeTest(DevirtCalls, Assumes, CI); in scanTypeTestUsers()
681 if (!Assumes.empty()) { in scanTypeTestUsers()
694 for (auto Assume : Assumes) in scanTypeTestUsers()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseSparseMinimum.pbtxt54 Assumes the two SparseTensors have the same shape, i.e., no broadcasting.
Dapi_def_SparseSparseMaximum.pbtxt54 Assumes the two SparseTensors have the same shape, i.e., no broadcasting.
Dapi_def_BatchFunction.pbtxt117 Assumes that all arguments of the function are Tensors which will be batched
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DFindOCaml.cmake2 # Assumes ocamlfind will be used for compilation.
DAddOCaml.cmake2 # Assumes FindOCaml is used.
/external/llvm/cmake/modules/
DFindOCaml.cmake2 # Assumes ocamlfind will be used for compilation.
DAddOCaml.cmake2 # Assumes FindOCaml is used.
/external/caliper/expectations/
Dknownfailures.txt25 description: "Assumes it is running on a standard Java platform with java binary",
/external/grpc-grpc/bazel/
Dcc_grpc_library.bzl8 Assumes the generated classes will be used in cc_api_version = 2.
/external/libpng/contrib/visupng/
DREADME.txt17 Assumes that
/external/curl/packages/DOS/
Dcommon.dj4 # Assumes you've unpacked curl with long-file names
/external/tensorflow/tensorflow/core/protobuf/
Ddebug.proto31 // /foo/tfdbg_dump. Assumes all directories can be created if they don't
/external/grpc-grpc/examples/cpp/helloworld/
DCMakeLists.txt16 # Assumes protobuf and gRPC have been installed using cmake.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1354 SmallVector<CallInst *, 1> Assumes; in scanTypeTestUsers() local
1355 findDevirtualizableCallsForTypeTest(DevirtCalls, Assumes, CI); in scanTypeTestUsers()
1360 if (!Assumes.empty()) { in scanTypeTestUsers()
1372 for (auto Assume : Assumes) in scanTypeTestUsers()
/external/python/cpython3/Doc/c-api/
Dsequence.rst156 Return the underlying array of PyObject pointers. Assumes that *o* was returned
/external/python/cpython2/Doc/c-api/
Dsequence.rst195 Return the underlying array of PyObject pointers. Assumes that *o* was returned
/external/tensorflow/tensorflow/contrib/eager/python/examples/workshop/
D3_inspecting.ipynb340 "# Assumes you followed the pdb instructions above!\n",
/external/u-boot/doc/
DREADME.odroid230 (Assumes that you have setenv usbethaddr, and have not set autoload to no)
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc168 /// preceding Cur in the Start string. Assumes Dst has enough space.

12