Home
last modified time | relevance | path

Searched refs:infer (Results 1 – 25 of 159) sorted by relevance

1234567

/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dinfer-prestart-no-wrap.ll3 define void @infer.sext.0(i1* %c, i32 %start, i32* %buf) {
4 ; CHECK-LABEL: Classifying expressions for: @infer.sext.0
27 define void @infer.zext.0(i1* %c, i32 %start, i32* %buf) {
28 ; CHECK-LABEL: Classifying expressions for: @infer.zext.0
51 define void @infer.sext.1(i32 %start, i1* %c) {
52 ; CHECK-LABEL: Classifying expressions for: @infer.sext.1
71 define void @infer.sext.2(i1* %c, i8 %start) {
72 ; CHECK-LABEL: Classifying expressions for: @infer.sext.2
91 define void @infer.zext.1(i1* %c, i8 %start) {
92 ; CHECK-LABEL: Classifying expressions for: @infer.zext.1
/external/llvm/test/Analysis/ScalarEvolution/
Dinfer-prestart-no-wrap.ll3 define void @infer.sext.0(i1* %c, i32 %start, i32* %buf) {
4 ; CHECK-LABEL: Classifying expressions for: @infer.sext.0
27 define void @infer.zext.0(i1* %c, i32 %start, i32* %buf) {
28 ; CHECK-LABEL: Classifying expressions for: @infer.zext.0
51 define void @infer.sext.1(i32 %start, i1* %c) {
52 ; CHECK-LABEL: Classifying expressions for: @infer.sext.1
71 define void @infer.sext.2(i1* %c, i8 %start) {
72 ; CHECK-LABEL: Classifying expressions for: @infer.sext.2
91 define void @infer.zext.1(i1* %c, i8 %start) {
92 ; CHECK-LABEL: Classifying expressions for: @infer.zext.1
/external/clang/test/Modules/
Don-demand-build.m2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fno-objc-infer-related-result-type -Werror -Wn…
3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fno-objc-infer-related-result-type -Werror -Wn…
4 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fno-objc-infer-related-result-type -Werror -Wn…
/external/clang/test/Driver/
Drewrite-legacy-objc.m6 …jc-runtime=macosx-fragile" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-typ…
12 …bscripting-legacy-runtime" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-typ…
13 …jc-runtime=macosx-fragile" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-typ…
Drewrite-objc.m6 …s" "-fobjc-runtime=macosx" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-typ…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/OperandBundles/
Dfunction-attrs.ll7 ; FunctionAttrs must not infer readonly / readnone for %x
17 ; FunctionAttrs must not infer readonly / readnone for %x
/external/llvm/test/Feature/OperandBundles/
Dfunction-attrs.ll7 ; FunctionAttrs must not infer readonly / readnone for %x
17 ; FunctionAttrs must not infer readonly / readnone for %x
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m186 // Do not infer a property.
193 // Do not infer a property.
199 // Do not infer a property.
203 // Do not infer a property.
Dobjcmt-property.m189 // Do not infer a property.
196 // Do not infer a property.
202 // Do not infer a property.
206 // Do not infer a property.
Dobjcmt-ns-nonatomic-iosonly.m193 // Do not infer a property.
200 // Do not infer a property.
206 // Do not infer a property.
210 // Do not infer a property.
Dobjcmt-atomic-property.m.result163 // Do not infer a property.
169 // Do not infer a property.
175 // Do not infer a property.
179 // Do not infer a property.
Dobjcmt-ns-nonatomic-iosonly.m.result170 // Do not infer a property.
176 // Do not infer a property.
182 // Do not infer a property.
186 // Do not infer a property.
Dobjcmt-property.m.result166 // Do not infer a property.
172 // Do not infer a property.
178 // Do not infer a property.
182 // Do not infer a property.
/external/clang/test/SemaObjCXX/
Drelated-result-type-inference.mm19 // Do not infer when instance/class mismatches
25 // Do not infer when the return types mismatch.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PruneEH/
D2008-06-02-Weak.ll4 ; We should not infer 'nounwind' for/from a weak function,
/external/clang/test/CodeGenObjC/
Dencode-test-3.m19 char d[] = @encode(int); // infer size.
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dgraph_actions_test.py185 }, learn.graph_actions.infer(None, {'a': in0,
198 learn.graph_actions.infer(None, {'a': in0, 'b': in1, 'c': out})
246 }, learn.graph_actions.infer(None, {'a': in0,
256 learn.graph_actions.infer(None, {'a': in0}, feed_dict={None: 4.0})
267 learn.graph_actions.infer(
D__init__.py43 from tensorflow.contrib.learn.python.learn.graph_actions import infer
/external/libyuv/files/tools_libyuv/ubsan/
Dvptr_blacklist.txt16 # A raw pointer value (16) is used to infer the field offset by
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Dlower-alloca.ll1 ; RUN: opt < %s -S -nvptx-lower-alloca -infer-address-spaces | FileCheck %s
/external/webrtc/tools/ubsan/
Dvptr_blacklist.txt16 # A raw pointer value (16) is used to infer the field offset by
/external/clang/test/SemaObjC/
Drelated-result-type-inference.m19 // Do not infer when instance/class mismatches
25 // Do not infer when the return types mismatch.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dimplied-and-or.ll33 ; We can't infer anything if the result of the 'and' is false
88 ; We can't infer anything if the result of the 'or' is true
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CalledValuePropagation/
Dsimple-select.ll13 ; attribute, the function attributes pass can be made to infer that
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionAttrs/
Dout-of-bounds-iterator-bug.ll9 ; is possible that in the future FunctionAttrs becomes smart enough to infer

1234567