Home
last modified time | relevance | path

Searched refs:FWD (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
DForwardSwitchConditionToPHI.ll3 ; RUN: opt < %s -simplifycfg -forward-switch-cond=true -S | FileCheck %s --check-prefix=FWD
31 ; FWD-LABEL: @t(
32 ; FWD-NEXT: entry:
33 ; FWD-NEXT: [[SWITCH:%.*]] = icmp ult i32 [[M:%.*]], 4
34 ; FWD-NEXT: [[M_:%.*]] = select i1 [[SWITCH]], i32 [[M]], i32 4
35 ; FWD-NEXT: ret i32 [[M_]]
87 ; FWD-LABEL: @PR34471(
88 ; FWD-NEXT: entry:
89 ; FWD-NEXT: switch i32 [[X:%.*]], label [[ELSE3:%.*]] [
90 ; FWD-NEXT: i32 17, label [[RETURN:%.*]]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/AliasSet/
Dsaturation.ll24 ; SAT: AliasSet[{{.*}}, 2] may alias, Mod forwarding to 0x[[FWD:[0-9a-f]*]]
25 ; SAT: AliasSet[{{.*}}, 1] must alias, Mod forwarding to 0x[[FWD]]
26 ; SAT: AliasSet[0x[[FWD]], 2] may alias, Mod/Ref Pointers: (i32* %a, 4), (i32* %a1, 4), (i32* %b, 4)
41 ; SAT: AliasSet[{{.*}}, 1] must alias, Mod forwarding to 0x[[FWD:[0-9a-f]*]]
42 ; SAT: AliasSet[{{.*}}, 1] must alias, Mod forwarding to 0x[[FWD]]
43 ; SAT: AliasSet[{{.*}}, 2] may alias, Mod forwarding to 0x[[FWD]]
44 ; SAT: AliasSet[0x[[FWD]], 3] may alias, Mod/Ref Pointers: (i32* %a, 4), (i32* %b, 4), (i32* %c, 4)…
/external/icu/icu4c/source/common/
Dunisetspan.h40 FWD = 0x20, enumerator
49 FWD_UTF16_CONTAINED = FWD | UTF16 | CONTAINED,
50 FWD_UTF16_NOT_CONTAINED = FWD | UTF16 | NOT_CONTAINED,
51 FWD_UTF8_CONTAINED = FWD | UTF8 | CONTAINED,
52 FWD_UTF8_NOT_CONTAINED = FWD | UTF8 | NOT_CONTAINED,
Dunisetspan.cpp318 if(which&FWD) { in UnicodeSetStringSpan()
337 if(which&FWD) { in UnicodeSetStringSpan()
354 if(which&FWD) { in UnicodeSetStringSpan()
/external/llvm/lib/Support/
Dregexec.c76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) macro
100 #undef FWD
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
Dregengine.inc873 FWD(aft, bef, 1);
877 FWD(aft, bef, 1);
881 FWD(aft, bef, 1);
885 FWD(aft, bef, 1);
889 FWD(aft, bef, 1);
893 FWD(aft, bef, 1);
898 FWD(aft, bef, 1);
902 FWD(aft, aft, 1);
905 FWD(aft, aft, 1);
908 FWD(aft, aft, 1);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregexec.c76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) macro
100 #undef FWD
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
Dregengine.inc873 FWD(aft, bef, 1);
877 FWD(aft, bef, 1);
881 FWD(aft, bef, 1);
885 FWD(aft, bef, 1);
889 FWD(aft, bef, 1);
893 FWD(aft, bef, 1);
898 FWD(aft, bef, 1);
902 FWD(aft, aft, 1);
905 FWD(aft, aft, 1);
908 FWD(aft, aft, 1);
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/
Dregexec.c76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) macro
100 #undef FWD
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
Dregengine.inc873 FWD(aft, bef, 1);
877 FWD(aft, bef, 1);
881 FWD(aft, bef, 1);
885 FWD(aft, bef, 1);
889 FWD(aft, bef, 1);
893 FWD(aft, bef, 1);
898 FWD(aft, bef, 1);
902 FWD(aft, aft, 1);
905 FWD(aft, aft, 1);
908 FWD(aft, aft, 1);
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregexec.c76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) macro
100 #undef FWD
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) macro
Dregengine.inc873 FWD(aft, bef, 1);
877 FWD(aft, bef, 1);
881 FWD(aft, bef, 1);
885 FWD(aft, bef, 1);
889 FWD(aft, bef, 1);
893 FWD(aft, bef, 1);
898 FWD(aft, bef, 1);
902 FWD(aft, aft, 1);
905 FWD(aft, aft, 1);
908 FWD(aft, aft, 1);
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeSetStringSpan.java36 public static final int FWD = 0x20; field in UnicodeSetStringSpan
44 public static final int FWD_UTF16_CONTAINED = FWD | /* UTF16 | */ CONTAINED;
45 public static final int FWD_UTF16_NOT_CONTAINED = FWD | /* UTF16 | */NOT_CONTAINED;
168 if (0 != (which & FWD)) { in UnicodeSetStringSpan()
185 if (0 != (which & FWD)) { in UnicodeSetStringSpan()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java32 public static final int FWD = 0x20; field in UnicodeSetStringSpan
40 public static final int FWD_UTF16_CONTAINED = FWD | /* UTF16 | */ CONTAINED;
41 public static final int FWD_UTF16_NOT_CONTAINED = FWD | /* UTF16 | */NOT_CONTAINED;
164 if (0 != (which & FWD)) { in UnicodeSetStringSpan()
181 if (0 != (which & FWD)) { in UnicodeSetStringSpan()
/external/aac/libAACdec/src/
Drvlcbit.cpp135 if (readDirection == FWD) { in rvlcReadBitFromBitstream()
Drvlc_info.h111 #define FWD 0 /* bitstream decoding direction forward (RVL coded part) */ macro
Drvlc.cpp265 pRvlc->bsAnchor, pBitstreamIndexEsc, FWD); in rvlcDecodeEscapeWord()
392 if (direction == FWD) { in decodeRVLCodeword()
403 if (direction == FWD) { in decodeRVLCodeword()
459 pRvlc->direction = FWD; in rvlcDecodeForward()
/external/ipsec-tools/
DNEWS78 o Fixed FWD policy support.
/external/libxaac/decoder/
Dixheaacd_rev_vlc.c77 #define FWD 0 macro
450 ixheaacd_rvlc_read_bits(it_bit_buff, ptr_bitstream_index_esc, FWD); in ixheaacd_rvlc_decode_escape_word()
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart2.csv1858 "+","GB","FWD","Fawdon","Fawdon","NET","--3-----","RL","1301",,"5500N 00138W",
D2013-1_UNLOCODE_CodeListPart3.csv15088 ,"US","FWD","Flowood","Flowood","MS","--3-----","RQ","9307",,,
D2013-1_UNLOCODE_CodeListPart1.csv19575 ,"DE","FWD","Forstwald","Forstwald","BY","--3-----","RL","0601",,"4853N 01329E",