Home
last modified time | relevance | path

Searched refs:Defines (Results 1 – 25 of 158) sorted by relevance

1234567

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSSAUpdaterBulk.cpp57 Rewrites[Var].Defines[BB] = V; in AddAvailableValue()
72 return (Var < Rewrites.size()) ? Rewrites[Var].Defines.count(BB) : false; in HasValueForBlock()
79 if (!R.Defines.count(BB)) { in computeValueAt()
83 R.Defines[BB] = V; in computeValueAt()
85 R.Defines[BB] = UndefValue::get(R.Ty); in computeValueAt()
87 return R.Defines[BB]; in computeValueAt()
142 for (auto &Def : R.Defines) in RewriteAllUses()
162 R.Defines[FrontierBB] = PN; in RewriteAllUses()
/external/swiftshader/third_party/subzero/
DMakefile23 CPP.Defines += -DALLOW_DUMP=0 -DALLOW_LLVM_CL=0 -DALLOW_LLVM_IR=0 \
27 CPP.Defines += -DALLOW_DUMP=1 -DALLOW_LLVM_CL=1 -DALLOW_LLVM_IR=1 \
33 CPP.Defines += -DPNACL_LLVM
38 CPP.Defines += -DSUBZERO_REVISION=$(SZ_COMMIT_COUNT)_$(SZ_GIT_HASH)
/external/syzkaller/sys/syz-extract/
Dfetch.go23 Defines: info.Defines,
93 Defines map[string]string member
129 {{range $name, $val := $.Defines}}
/external/syzkaller/pkg/compiler/
Dconsts_test.go58 if !reflect.DeepEqual(info.Defines, wantDefines) {
59 t.Fatalf("got defines:\n%q\nwant:\n%q", info.Defines, wantDefines)
/external/cros/system_api/dbus/seneschal/
Dseneschal_service.proto13 // Defines a path to be shared with a 9p server.
34 // Defines the vsock address on which a server should listen for requests.
44 // Defines the unix address on which a server should listen for requests.
50 // Defines the network address on which a server should listen for requests.
/external/tensorflow/tensorflow/lite/
Dbuild_def.bzl11 """Defines compile time flags."""
48 """Defines linker flags to reduce size of TFLite binary.
70 """Defines linker flags to reduce size of TFLite binary with JNI.
90 """Defines linker flags whether to include symbols or not."""
104 """Defines linker flags to reduce size of TFLite binary."""
108 """Defines linker flags to reduce size of TFLite binary with JNI."""
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/GlobalISel/
DTarget.td27 // Defines a matcher for complex operands. This is analogous to ComplexPattern
50 // Defines a custom renderer. This is analogous to SDNodeXForm from
/external/tensorflow/tensorflow/core/protobuf/
Dcluster.proto66 // Defines a single job in a TensorFlow cluster.
79 // Defines a TensorFlow cluster as a set of jobs.
/external/webrtc/
D.clang-format1 # Defines the Chromium style for automatic reformatting.
/external/v8/
D.clang-format1 # Defines the Google C++ style for automatic reformatting.
/external/google-breakpad/src/testing/gtest/cmake/
Dinternal_utils.cmake1 # Defines functions and macros useful for building Google Test and
45 # Defines the compiler/linker flags used to build Google Test and
50 # Defines CMAKE_USE_PTHREADS_INIT and CMAKE_THREAD_LIBS_INIT.
125 # Defines the gtest & gtest_main libraries. User tests should link
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicsAlpha.td1 //===- IntrinsicsAlpha.td - Defines Alpha intrinsics -------*- tablegen -*-===//
/external/elfutils/m4/
Dzip.m42 dnl Defines --with-$1 argument, $2 automake conditional,
/external/llvm/include/llvm/IR/
DIntrinsicsWebAssembly.td1 //===- IntrinsicsWebAssembly.td - Defines wasm intrinsics --*- tablegen -*-===//
DIntrinsicsBPF.td1 //===- IntrinsicsBPF.td - Defines BPF intrinsics -----------*- tablegen -*-===//
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_QuantizedReshape.pbtxt6 Defines the shape of the output tensor.
/external/python/cpython2/Doc/library/
Dgl.rst93 Defines a nurbs surface. The dimensions of ``ctl[][]`` are computed as follows:
101 Defines a nurbs curve. The length of ctlpoints is ``len(knots) - order``.
106 Defines a piecewise-linear curve. *points* is a list of points. *type* must be
/external/selinux/secilc/docs/
Dcil_policy_config_statements.md7 Defines whether the policy is built as an MLS or non-MLS policy by the CIL compiler. There MUST onl…
41 Defines how the kernel will handle unknown object classes and permissions when loading the policy. …
/external/libaom/libaom/third_party/googletest/src/googletest/cmake/
Dinternal_utils.cmake1 # Defines functions and macros useful for building Google Test and
45 # Defines the compiler/linker flags used to build Google Test and
50 # Defines CMAKE_USE_PTHREADS_INIT and CMAKE_THREAD_LIBS_INIT.
144 # Defines the gtest & gtest_main libraries. User tests should link
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicsBPF.td1 //===- IntrinsicsBPF.td - Defines BPF intrinsics -----------*- tablegen -*-===//
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinIntrinsics.td1 //===- BlackfinIntrinsics.td - Defines Blackfin intrinsics -*- tablegen -*-===//
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterBulk.h43 DenseMap<BasicBlock *, Value *> Defines; member
/external/fonttools/Doc/source/designspaceLib/
Dreadme.rst418 - Defines a human readable name for UI use.
451 - Defines a single node in a series of input value / output value
489 - Defines a coordinate in the design space.
527 - Defines a single font that contributes to the designspace.
557 - Defines if the instances can inherit the data in the lib of this
585 - Defines if the instances can inherit the non-interpolating font info
597 - Defines if the instances can inherit opentype feature text from this
665 - Defines a single font that can be calculated with the designspace.
763 - Defines a single alternative master for this glyph.
854 - Defines a named rule.
[all …]
/external/Reactive-Extensions/RxCpp/projects/nuget/
Drxcpp.autoconfig30 Defines += HAS_RXCPP;
/external/googletest/googletest/cmake/
Dinternal_utils.cmake1 # Defines functions and macros useful for building Google Test and
52 # Defines the compiler/linker flags used to build Google Test and
60 # Defines CMAKE_USE_PTHREADS_INIT and CMAKE_THREAD_LIBS_INIT.
140 # Defines the gtest & gtest_main libraries. User tests should link

1234567