Searched refs:infer (Results 1 – 25 of 71) sorted by relevance
123
/external/llvm/test/Analysis/ScalarEvolution/ |
D | infer-prestart-no-wrap.ll | 3 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/ |
D | on-demand-build.m | 2 // 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/ |
D | rewrite-legacy-objc.m | 6 …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…
|
D | rewrite-objc.m | 6 …s" "-fobjc-runtime=macosx" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-typ…
|
/external/llvm/test/Feature/OperandBundles/ |
D | function-attrs.ll | 7 ; FunctionAttrs must not infer readonly / readnone for %x 17 ; FunctionAttrs must not infer readonly / readnone for %x
|
/external/clang/test/ARCMT/ |
D | objcmt-atomic-property.m | 186 // Do not infer a property. 193 // Do not infer a property. 199 // Do not infer a property. 203 // Do not infer a property.
|
D | objcmt-ns-nonatomic-iosonly.m | 193 // Do not infer a property. 200 // Do not infer a property. 206 // Do not infer a property. 210 // Do not infer a property.
|
D | objcmt-property.m | 189 // Do not infer a property. 196 // Do not infer a property. 202 // Do not infer a property. 206 // Do not infer a property.
|
D | objcmt-atomic-property.m.result | 163 // Do not infer a property. 169 // Do not infer a property. 175 // Do not infer a property. 179 // Do not infer a property.
|
D | objcmt-ns-nonatomic-iosonly.m.result | 170 // Do not infer a property. 176 // Do not infer a property. 182 // Do not infer a property. 186 // Do not infer a property.
|
D | objcmt-property.m.result | 166 // 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/ |
D | related-result-type-inference.mm | 19 // Do not infer when instance/class mismatches 25 // Do not infer when the return types mismatch.
|
/external/clang/test/CodeGenObjC/ |
D | encode-test-3.m | 19 char d[] = @encode(int); // infer size.
|
/external/libyuv/files/tools_libyuv/ubsan/ |
D | vptr_blacklist.txt | 16 # A raw pointer value (16) is used to infer the field offset by
|
/external/webrtc/tools/ubsan/ |
D | vptr_blacklist.txt | 16 # A raw pointer value (16) is used to infer the field offset by
|
/external/clang/test/SemaObjC/ |
D | related-result-type-inference.m | 19 // Do not infer when instance/class mismatches 25 // Do not infer when the return types mismatch.
|
/external/llvm/test/Transforms/FunctionAttrs/ |
D | out-of-bounds-iterator-bug.ll | 8 ; is possible that in the future FunctionAttrs becomes smart enough to infer
|
/external/llvm/test/CodeGen/NVPTX/ |
D | access-non-generic.ll | 3 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -nvptx-use-infer-addrspace | FileCheck %s --check-prefi… 5 ; RUN: opt < %s -S -nvptx-infer-addrspace | FileCheck %s --check-prefix IR --check-prefix IR-WITH-L…
|
D | load-with-non-coherent-cache.ll | 192 ; Test that we can infer a cached load for a pointer induction variable. 233 ; kernel). This case does not currently come up normally since we do not infer
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | used-physical-register-info.mir | 3 # correctly and that the MIR parser can infer it as well.
|
/external/llvm/test/Assembler/ |
D | getelementptr.ll | 52 ; Verify that array GEP doesn't incorrectly infer inbounds.
|
/external/libyuv/files/tools/ubsan/ |
D | vptr_blacklist.txt | 73 # A raw pointer value (16) is used to infer the field offset by
|
/external/v8/src/parsing/ |
D | preparser.cc | 313 PreParserIdentifier name, int start_position, InferName infer) { in ExpressionFromIdentifier() argument
|
/external/v8/ |
D | snapshot_toolchain.gni | 37 # Try to infer the appropriate snapshot toolchain for the v8_current_cpu
|
/external/r8/src/main/java/com/android/tools/r8/ir/desugar/ |
D | LambdaRewriter.java | 221 : putIfAbsent(knownCallSites, callSite, LambdaDescriptor.infer(this, callSite)); in inferLambdaDescriptor()
|
123