/external/llvm-project/llvm/test/CodeGen/X86/ |
D | sse-minmax.ll | 2 … | FileCheck %s --check-prefix=ALL --check-prefix=STRICT 37 ; STRICT-LABEL: ogt_inverse: 38 ; STRICT: # %bb.0: 39 ; STRICT-NEXT: minsd %xmm0, %xmm1 40 ; STRICT-NEXT: movapd %xmm1, %xmm0 41 ; STRICT-NEXT: retq 59 ; STRICT-LABEL: olt_inverse: 60 ; STRICT: # %bb.0: 61 ; STRICT-NEXT: maxsd %xmm0, %xmm1 62 ; STRICT-NEXT: movapd %xmm1, %xmm0 [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-align.ll | 3 …o-pic -mtriple=armv7-apple-ios -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN 4 …c -mtriple=thumbv7-apple-ios -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN 8 …c -mtriple=armv7-linux-gnueabi -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN 9 …triple=thumbv7-linux-gnueabi -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN 12 …ic -mtriple=armv7-unknown-nacl -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN 14 …-mtriple=armv7-unknown-unknown -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN 15 …unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN 18 …n-unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN 19 …unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN 84 ; ARM-STRICT-ALIGN: @unaligned_i16_store [all …]
|
D | swift-atomics.ll | 2 ; RUN: llc -mtriple=armv7-apple-ios6.0 < %s | FileCheck %s --check-prefix=CHECK-STRICT-ATOMIC 11 ; CHECK-STRICT-ATOMIC-LABEL: test_store_release: 12 ; CHECK-STRICT-ATOMIC: dmb {{ish$}} 28 ; CHECK-STRICT-ATOMIC-LABEL: test_seq_cst: 29 ; CHECK-STRICT-ATOMIC: dmb {{ish$}} 30 ; CHECK-STRICT-ATOMIC: str 31 ; CHECK-STRICT-ATOMIC: dmb {{ish$}} 32 ; CHECK-STRICT-ATOMIC: ldr 33 ; CHECK-STRICT-ATOMIC: dmb {{ish$}} 47 ; CHECK-STRICT-ATOMIC-LABEL: test_acq: [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | fast-isel-align.ll | 3 …o-pic -mtriple=armv7-apple-ios -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN 4 …c -mtriple=thumbv7-apple-ios -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN 8 …c -mtriple=armv7-linux-gnueabi -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN 9 …triple=thumbv7-linux-gnueabi -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN 12 …ic -mtriple=armv7-unknown-nacl -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN 14 …-mtriple=armv7-unknown-unknown -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN 15 …unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN 18 …n-unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-prefix=ARM-STRICT-ALIGN 19 …unknown -mattr=+strict-align -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-STRICT-ALIGN 84 ; ARM-STRICT-ALIGN: @unaligned_i16_store [all …]
|
D | swift-atomics.ll | 2 ; RUN: llc -mtriple=armv7-apple-ios6.0 < %s | FileCheck %s --check-prefix=CHECK-STRICT-ATOMIC 11 ; CHECK-STRICT-ATOMIC-LABEL: test_store_release: 12 ; CHECK-STRICT-ATOMIC: dmb {{ish$}} 28 ; CHECK-STRICT-ATOMIC-LABEL: test_seq_cst: 29 ; CHECK-STRICT-ATOMIC: dmb {{ish$}} 30 ; CHECK-STRICT-ATOMIC: str 31 ; CHECK-STRICT-ATOMIC: dmb {{ish$}} 32 ; CHECK-STRICT-ATOMIC: ldr 33 ; CHECK-STRICT-ATOMIC: dmb {{ish$}} 47 ; CHECK-STRICT-ATOMIC-LABEL: test_acq: [all …]
|
D | fnmul.ll | 1 …triple=arm-eabi -mattr=+v6,+vfp2 %s -o - | FileCheck %s -check-prefix STRICT 6 ; STRICT: vnmul.f64
|
/external/webrtc/rtc_base/ |
D | base64_unittest.cc | 1385 EXPECT_TRUE(DecodeTest("YWJjZA== ", 1, "abcd", Flags(STRICT, YES, CHAR))); in TEST() 1390 EXPECT_FALSE(DecodeTest("YWJjZA= =", 3, "abcd", Flags(STRICT, YES, CHAR))); in TEST() 1395 EXPECT_FALSE(DecodeTest("YWJjZA=*=", 3, "abcd", Flags(STRICT, YES, CHAR))); in TEST() 1400 EXPECT_FALSE(DecodeTest("YW=JjZA==", 7, "a", Flags(STRICT, YES, CHAR))); in TEST() 1407 EXPECT_TRUE(DecodeTest("YWJjZA==", 0, "abcd", Flags(STRICT, YES, CHAR))); in TEST() 1408 EXPECT_TRUE(DecodeTest("YWJjZA==", 0, "abcd", Flags(STRICT, ANY, CHAR))); in TEST() 1409 EXPECT_TRUE(DecodeTest("YWJjZA==", 2, "abcd", Flags(STRICT, NO, CHAR))); in TEST() 1412 EXPECT_FALSE(DecodeTest("YWJjZA=", 1, "abcd", Flags(STRICT, YES, CHAR))); in TEST() 1413 EXPECT_TRUE(DecodeTest("YWJjZA=", 1, "abcd", Flags(STRICT, ANY, CHAR))); in TEST() 1414 EXPECT_TRUE(DecodeTest("YWJjZA=", 1, "abcd", Flags(STRICT, NO, CHAR))); in TEST() [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-narrow-st-merge.ll | 2 …h64--none-eabi -mattr=+strict-align -verify-machineinstrs | FileCheck %s -check-prefix=CHECK-STRICT 6 ; CHECK-STRICT-LABEL: Strh_zero 7 ; CHECK-STRICT: strh wzr 8 ; CHECK-STRICT: strh wzr 23 ; CHECK-STRICT-LABEL: Strh_zero_4 24 ; CHECK-STRICT: strh wzr 25 ; CHECK-STRICT: strh wzr 26 ; CHECK-STRICT: strh wzr 27 ; CHECK-STRICT: strh wzr 50 ; CHECK-STRICT-LABEL: Strw_zero [all …]
|
D | arm64-strict-align.ll | 2 …lc < %s -mtriple=arm64-apple-darwin -mattr=+strict-align | FileCheck %s --check-prefix=CHECK-STRICT 3 …riple=arm64-apple-darwin -mattr=+strict-align -fast-isel | FileCheck %s --check-prefix=CHECK-STRICT 6 ; CHECK-STRICT: ldrh [[HIGH:w[0-9]+]], [x0, #2] 7 ; CHECK-STRICT: ldrh [[LOW:w[0-9]+]], [x0] 8 ; CHECK-STRICT: bfi [[LOW]], [[HIGH]], #16, #16 9 ; CHECK-STRICT: ret 18 ; CHECK-STRICT: ldp w[[LOW:[0-9]+]], w[[HIGH:[0-9]+]], [x0] 19 ; CHECK-STRICT: bfi x[[LOW]], x[[HIGH]], #32, #32 20 ; CHECK-STRICT: ret
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-strict-align.ll | 2 …lc < %s -mtriple=arm64-apple-darwin -mattr=+strict-align | FileCheck %s --check-prefix=CHECK-STRICT 3 …riple=arm64-apple-darwin -mattr=+strict-align -fast-isel | FileCheck %s --check-prefix=CHECK-STRICT 6 ; CHECK-STRICT: ldrh [[HIGH:w[0-9]+]], [x0, #2] 7 ; CHECK-STRICT: ldrh [[LOW:w[0-9]+]], [x0] 8 ; CHECK-STRICT: bfi [[LOW]], [[HIGH]], #16, #16 9 ; CHECK-STRICT: ret 18 ; CHECK-STRICT: ldp w[[LOW:[0-9]+]], w[[HIGH:[0-9]+]], [x0] 19 ; CHECK-STRICT: bfi x[[LOW]], x[[HIGH]], #32, #32 20 ; CHECK-STRICT: ret
|
/external/llvm-project/llvm/docs/ |
D | AddingConstrainedIntrinsics.rst | 23 Add the new STRICT version of the node type to the ISD::NodeType enum:: 57 STRICT_FP_ROUND. The new STRICT node will eventually be converted 58 to the matching non-STRICT node. For this reason it should have the same 59 operands and values as the non-STRICT version but should also use the chain. 60 This makes subsequent sharing of code for STRICT and non-STRICT code paths 65 Most of the STRICT nodes get legalized the same as their matching non-STRICT 66 counterparts. A new STRICT node with this property must get added to the 72 places where the non-STRICT counterpart is legalized and update as needed. 73 Be careful of the chain since STRICT nodes use it but their counterparts 76 The code to do the conversion or mutation of the STRICT node to a non-STRICT
|
/external/okhttp/okhttp-ws-tests/ |
D | fuzzingserver-expected.txt | 246 "3.2 NON-STRICT" 247 "3.3 NON-STRICT" 248 "3.4 NON-STRICT" 254 "4.1.3 NON-STRICT" 255 "4.1.4 NON-STRICT" 259 "4.2.3 NON-STRICT" 260 "4.2.4 NON-STRICT" 268 "5.15 NON-STRICT"
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | fmuladd.f64.ll | 1 …=tahiti -fp-contract=on -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,GCN-STRICT,SI %s 2 …=verde -fp-contract=on -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,GCN-STRICT,SI %s 5 …global -fp-contract=on -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,GCN-STRICT,VI %s 23 ; GCN-STRICT: v_mul_f64 {{v\[[0-9]+:[0-9]+\], v\[[0-9]+:[0-9]+\], v\[[0-9]+:[0-9]+\]}} 24 ; GCN-STRICT: v_add_f64 {{v\[[0-9]+:[0-9]+\], v\[[0-9]+:[0-9]+\], v\[[0-9]+:[0-9]+\]}} 54 ; GCN-STRICT: v_add_f64 [[TMP:v\[[0-9]+:[0-9]+\]]], [[R1]], [[R1]] 55 ; GCN-STRICT: v_add_f64 [[RESULT:v\[[0-9]+:[0-9]+\]]], [[TMP]], [[R2]] 82 ; GCN-STRICT: v_add_f64 [[TMP:v\[[0-9]+:[0-9]+\]]], [[R1]], [[R1]] 83 ; GCN-STRICT: v_add_f64 [[RESULT:v\[[0-9]+:[0-9]+\]]], [[R2]], [[TMP]] 107 ; GCN-STRICT: v_mul_f64 v{{\[[0-9]+:[0-9]+\]}}, v{{\[[0-9]+:[0-9]+\]}}, v{{\[[0-9]+:[0-9]+\]}} [all …]
|
D | fmuladd.f32.ll | 1 …cope -check-prefixes=GCN,GCN-FLUSH,GCN-FLUSH-STRICT,GCN-FLUSH-MAD,GCN-FLUSH-FASTFMA,GCN-FLUSH-FAST… 2 …ar-scope -check-prefixes=GCN,GCN-DENORM-STRICT,GCN-DENORM,SI-DENORM,GCN-DENORM-FASTFMA,GCN-DENORM-… 3 …-check-prefixes=GCN,GCN-FLUSH,GCN-FLUSH-STRICT,GCN-FLUSH-MAD,SI-FLUSH,GCN-FLUSH-SLOWFMA,GCN-FLUSH-… 4 …ar-scope -check-prefixes=GCN,GCN-DENORM-STRICT,GCN-DENORM,SI-DENORM,GCN-DENORM-SLOWFMA,GCN-DENORM-… 12 …check-prefixes=GCN,GCN-FLUSH,GCN-FLUSH-STRICT,GCN-FLUSH-MAD,GFX9-FLUSH,GCN-FLUSH-FASTFMA,GCN-FLUSH… 13 …r-scope -check-prefixes=GCN,GCN-DENORM-STRICT,GCN-DENORM,GFX9-DENORM,GCN-DENORM-FASTFMA,GCN-DENORM… 15 …check-prefixes=GCN,GCN-FLUSH,GCN-FLUSH-STRICT,GCN-FLUSH-FMAC,GFX9-FLUSH,GCN-FLUSH-FASTFMA,GCN-FLUS… 18 …r-scope -check-prefixes=GCN,GCN-DENORM-STRICT,GCN-DENORM,GFX9-DENORM,GCN-DENORM-FASTFMA,GCN-DENORM… 20 …ope -check-prefixes=GCN,GCN-FLUSH,GCN-FLUSH-STRICT,GCN-FLUSH-FMAC,GCN-FLUSH-FASTFMA,GCN-FLUSH-FAST… 21 …Check -enable-var-scope -check-prefixes=GCN,GCN-DENORM-STRICT,GCN-DENORM,GCN-DENORM-FASTFMA-STRICT… [all …]
|
D | fmuladd.f16.ll | 1 …rify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,GCN-STRICT,VI-FLUSH,VI %s 4 …leCheck -enable-var-scope -check-prefixes=GCN,GCN-STRICT,GCN-DENORM,GCN-DENORM-STRICT,VI-DENORM-ST… 7 …machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,GCN-STRICT,GFX10-FLUSH,GFX10 … 9 …eCheck -enable-var-scope -check-prefixes=GCN,GCN-STRICT,GCN-DENORM,GCN-DENORM-STRICT,GFX10-DENORM-… 144 ; GCN-DENORM-STRICT: v_add_f16_e32 [[TMP:v[0-9]+]], [[R1]], [[R1]] 145 ; GCN-DENORM-STRICT: v_add_f16_e32 [[RESULT:v[0-9]+]], [[TMP]], [[R2]] 152 ; GFX10-DENORM-STRICT: global_store_short v{{[0-9]+}}, [[RESULT]] 181 ; GCN-DENORM-STRICT: v_add_f16_e32 [[TMP:v[0-9]+]], [[R1]], [[R1]] 182 ; GCN-DENORM-STRICT: v_add_f16_e32 [[RESULT:v[0-9]+]], [[R2]], [[TMP]] 189 ; GFX10-DENORM-STRICT: global_store_short v{{[0-9]+}}, [[RESULT]] [all …]
|
D | fmuladd.v2f16.ll | 1 …ontract=on -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,GCN-STRICT,GFX9-FLUSH,GFX9 %s 2 …ontract=on -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,GCN-STRICT,GFX9-FLUSH,GFX9 %s 6 … -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,GCN-STRICT,GFX9-DENORM-STRICT,GFX9-DEN… 7 … -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,GCN-STRICT,GFX9-DENORM-STRICT,GFX9-DEN… 31 ; GFX9-DENORM-STRICT: v_pk_mul_f16 {{v[0-9]+, v[0-9]+, v[0-9]+}} 32 ; GFX9-DENORM-STRICT: v_pk_add_f16 {{v[0-9]+, v[0-9]+, v[0-9]+}} 117 ; GFX9-DENORM-STRICT: v_pk_add_f16 [[ADD0:v[0-9]+]], [[R1]], [[R1]] 118 ; GFX9-DENORM-STRICT: v_pk_add_f16 [[RESULT:v[0-9]+]], [[ADD0]], [[R2]]
|
/external/llvm/test/MC/Hexagon/ |
D | new-value-check.s | 2 # RUN: FileCheck %s --check-prefix=CHECK-STRICT 6 # CHECK-STRICT: :12:1: error: register `R0' used with `.new' but not validly modified in the same p… 14 # CHECK-STRICT: :20:1: error: register `R0' used with `.new' but not validly modified in the same p… 22 # CHECK-STRICT: :29:1: error: register `R0' used with `.new' but not validly modified in the same p… 35 # CHECK-STRICT: :41:1: error: register `R0' used with `.new' but not validly modified in the same p… 43 # CHECK-STRICT: :48:1: error: register `R0' used with `.new' but not validly modified in the same p…
|
/external/llvm-project/llvm/test/MC/Hexagon/ |
D | new-value-check.s | 2 # RUN: FileCheck %s --check-prefix=CHECK-STRICT 6 # CHECK-STRICT: :10:3: note: Register producer has the opposite predicate sense as consumer 14 # CHECK-STRICT: :18:3: note: FPU instructions cannot be new-value producers for jumps 25 # CHECK-STRICT: :28:3: note: Register producer is predicated and consumer is unconditional 32 # CHECK-STRICT: :36:3: note: Register producer does not use the same predicate register as the cons… 40 # CHECK-STRICT: :43:3: note: Register producer is predicated and consumer is unconditional
|
/external/llvm-project/llvm/test/FileCheck/ |
D | match-full-lines.txt | 6 // RUN: 2>&1 | FileCheck --check-prefix=ERROR-STRICT --check-prefix=ERROR \ 32 // ERROR-STRICT:error: {{C}}HECK: expected string not found in input 33 // ERROR-STRICT:// {{C}}HECK:trailing whitespace 39 // ERROR-STRICT:error: {{C}}HECK-NEXT: expected string not found in input 40 // ERROR-STRICT:// {{C}}HECK-NEXT:leading whitespace
|
/external/llvm-project/clang/test/Parser/ |
D | fp-floatcontrol-syntax.cpp | 29 #ifdef STRICT 40 #ifndef STRICT 45 #ifdef STRICT in main()
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
D | stdafx.h | 24 #ifndef STRICT 26 #define STRICT macro
|
/external/javassist/src/main/javassist/ |
D | Modifier.java | 44 public static final int STRICT = AccessFlag.STRICT; field in Modifier 169 return (mod & STRICT) != 0; in isStrict()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
D | IgnorablesMatcher.java | 20 private static final IgnorablesMatcher STRICT = new IgnorablesMatcher( field in IgnorablesMatcher 30 return STRICT; in getInstance()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | IgnorablesMatcher.java | 18 private static final IgnorablesMatcher STRICT = new IgnorablesMatcher( field in IgnorablesMatcher 28 return STRICT; in getInstance()
|
/external/libwebsockets/scripts/ |
D | autobahn-test-server.sh | 78 R=`cat /tmp/jis | grep -v '"behavior": "OK"' | grep -v '"behavior": "NON-STRICT"' | grep -v '"behav… 86 …cat /tmp/jis | grep -v '"behavior": "OK"' | grep -v '"behavior": "NON-STRICT"' | grep -v '"behavio…
|