/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 71 if (Name.size() <= 8 || !Name.startswith("llvm.")) in UpgradeIntrinsicFunction1() 78 if (Name.startswith("arm.neon.vclz")) { in UpgradeIntrinsicFunction1() 91 if (Name.startswith("arm.neon.vcnt")) { in UpgradeIntrinsicFunction1() 137 if (Name.startswith("ctlz.") && F->arg_size() == 1) { in UpgradeIntrinsicFunction1() 143 if (Name.startswith("cttz.") && F->arg_size() == 1) { in UpgradeIntrinsicFunction1() 153 if (Name.startswith("masked.load.")) { in UpgradeIntrinsicFunction1() 163 if (Name.startswith("masked.store.")) { in UpgradeIntrinsicFunction1() 180 if (F->arg_size() == 2 && Name.startswith("objectsize.")) { in UpgradeIntrinsicFunction1() 198 bool IsX86 = Name.startswith("x86."); in UpgradeIntrinsicFunction1() 203 (Name.startswith("sse2.pcmpeq.") || in UpgradeIntrinsicFunction1() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 77 Name.startswith("fma4.vfmadd.s") || // Added in 7.0 in ShouldUpgradeX86Intrinsic() 78 Name.startswith("fma.vfmadd.") || // Added in 7.0 in ShouldUpgradeX86Intrinsic() 79 Name.startswith("fma.vfmsub.") || // Added in 7.0 in ShouldUpgradeX86Intrinsic() 80 Name.startswith("fma.vfmaddsub.") || // Added in 7.0 in ShouldUpgradeX86Intrinsic() 81 Name.startswith("fma.vfmsubadd.") || // Added in 7.0 in ShouldUpgradeX86Intrinsic() 82 Name.startswith("fma.vfnmadd.") || // Added in 7.0 in ShouldUpgradeX86Intrinsic() 83 Name.startswith("fma.vfnmsub.") || // Added in 7.0 in ShouldUpgradeX86Intrinsic() 84 Name.startswith("avx512.mask.vfmadd.") || // Added in 7.0 in ShouldUpgradeX86Intrinsic() 85 Name.startswith("avx512.mask.vfnmadd.") || // Added in 7.0 in ShouldUpgradeX86Intrinsic() 86 Name.startswith("avx512.mask.vfnmsub.") || // Added in 7.0 in ShouldUpgradeX86Intrinsic() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/ |
D | Magic.cpp | 30 static bool startswith(StringRef Magic, const char (&S)[N]) { in startswith() function 31 return Magic.startswith(StringRef(S, N - 1)); in startswith() 41 if (startswith(Magic, "\0\0\xFF\xFF")) { in identify_magic() 61 if (startswith(Magic, "\0asm")) in identify_magic() 66 if (startswith(Magic, "\xDE\xC0\x17\x0B")) in identify_magic() 70 if (startswith(Magic, "BC\xC0\xDE")) in identify_magic() 74 if (startswith(Magic, "!<arch>\n") || startswith(Magic, "!<thin>\n")) in identify_magic() 79 if (startswith(Magic, "\177ELF") && Magic.size() >= 18) { in identify_magic() 103 if (startswith(Magic, "\xCA\xFE\xBA\xBE") || in identify_magic() 104 startswith(Magic, "\xCA\xFE\xBA\xBF")) { in identify_magic() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | sort_includes.py | 38 if l.startswith('#include'): 44 if look_for_api_header and header.startswith('"'): 48 if (header.startswith('<') or header.startswith('"gtest/') or 49 header.startswith('"isl/') or header.startswith('"json/')): 52 if (header.startswith('"clang/') or header.startswith('"clang-c/') or 53 header.startswith('"polly/')): 56 if (header.startswith('"llvm/') or header.startswith('"llvm-c/')): 66 if l.startswith('//') or l.startswith('#define') or l.startswith('#ifndef'):
|
D | extract_symbols.py | 137 elif symbol.startswith('??$'): 142 elif symbol.startswith('??_G') or symbol.startswith('??_E'): 146 elif symbol.startswith('??0?$') or symbol.startswith('??1?$'): 181 if calling_convention_decoration and symbol.startswith('_'): 184 if not symbol.startswith('_') and not symbol.startswith('.'): 206 elif symbol.startswith('_ZNK5clang4Type5getAs'): 248 assert arg.startswith('I'), arg 262 elif tmp.startswith('I'): 265 elif tmp.startswith('N'): 268 elif tmp.startswith('L') or tmp.startswith('X'): [all …]
|
/external/llvm/utils/ |
D | sort_includes.py | 38 if l.startswith('#include'): 44 if look_for_api_header and header.startswith('"'): 48 if (header.startswith('<') or header.startswith('"gtest/') or 49 header.startswith('"isl/') or header.startswith('"json/')): 52 if (header.startswith('"clang/') or header.startswith('"clang-c/') or 53 header.startswith('"polly/')): 56 if (header.startswith('"llvm/') or header.startswith('"llvm-c/')): 66 if l.startswith('//') or l.startswith('#define') or l.startswith('#ifndef'):
|
D | extract_symbols.py | 133 elif symbol.startswith('??$'): 138 elif symbol.startswith('??_G') or symbol.startswith('??_E'): 142 elif symbol.startswith('??0?$') or symbol.startswith('??1?$'): 177 if calling_convention_decoration and symbol.startswith('_'): 180 if not symbol.startswith('_') and not symbol.startswith('.'): 240 assert arg.startswith('I'), arg 254 elif tmp.startswith('I'): 257 elif tmp.startswith('N'): 260 elif tmp.startswith('L') or tmp.startswith('X'): 263 elif tmp.startswith('E'): [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Triple.cpp | 293 ArchName.startswith("armv") || in ParseArch() 297 ArchName.startswith("thumbv")) in ParseArch() 299 else if (ArchName.startswith("alpha")) in ParseArch() 349 if (OSName.startswith("auroraux")) in ParseOS() 351 else if (OSName.startswith("cygwin")) in ParseOS() 353 else if (OSName.startswith("darwin")) in ParseOS() 355 else if (OSName.startswith("dragonfly")) in ParseOS() 357 else if (OSName.startswith("freebsd")) in ParseOS() 359 else if (OSName.startswith("ios")) in ParseOS() 361 else if (OSName.startswith("kfreebsd")) in ParseOS() [all …]
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
D | trace_time_unittest.py | 40 if not (sys.platform.startswith(trace_time._PLATFORMS['windows']) 41 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])): 48 if not sys.platform.startswith(trace_time._PLATFORMS['linux']): 54 if not sys.platform.startswith(trace_time._PLATFORMS['mac']): 61 if not (sys.platform.startswith(trace_time._PLATFORMS['windows']) 62 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])): 72 if not (sys.platform.startswith(trace_time._PLATFORMS['windows']) 73 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])): 83 if not (sys.platform.startswith(trace_time._PLATFORMS['windows']) 84 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])): [all …]
|
D | trace_time.py | 76 if plat.startswith(key): 167 if plat.startswith(_PLATFORMS['cygwin']) 204 if plat.startswith(_PLATFORMS['mac']): 207 elif (plat.startswith(_PLATFORMS['linux']) 208 or plat.startswith(_PLATFORMS['freebsd']) 209 or plat.startswith(_PLATFORMS['bsd']) 210 or plat.startswith(_PLATFORMS['sunos'])): 213 elif (plat.startswith(_PLATFORMS['windows']) 214 or plat.startswith(_PLATFORMS['cygwin'])):
|
/external/python/cpython3/Objects/ |
D | typeslots.py | 14 if member.startswith("tp_"): 16 elif member.startswith("am_"): 18 elif member.startswith("nb_"): 20 elif member.startswith("mp_"): 22 elif member.startswith("sq_"): 24 elif member.startswith("bf_"):
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AutoUpgrade.cpp | 37 if (Name.size() <= 8 || !Name.startswith("llvm.")) in UpgradeIntrinsicFunction1() 47 if (Name.startswith("atomic.cmp.swap") || in UpgradeIntrinsicFunction1() 48 Name.startswith("atomic.swap") || in UpgradeIntrinsicFunction1() 49 Name.startswith("atomic.load.add") || in UpgradeIntrinsicFunction1() 50 Name.startswith("atomic.load.sub") || in UpgradeIntrinsicFunction1() 51 Name.startswith("atomic.load.and") || in UpgradeIntrinsicFunction1() 52 Name.startswith("atomic.load.nand") || in UpgradeIntrinsicFunction1() 53 Name.startswith("atomic.load.or") || in UpgradeIntrinsicFunction1() 54 Name.startswith("atomic.load.xor") || in UpgradeIntrinsicFunction1() 55 Name.startswith("atomic.load.max") || in UpgradeIntrinsicFunction1() [all …]
|
/external/scapy/scapy/ |
D | consts.py | 52 LINUX = platform.startswith("linux") 53 OPENBSD = platform.startswith("openbsd") 55 NETBSD = platform.startswith("netbsd") 56 DARWIN = platform.startswith("darwin") 57 SOLARIS = platform.startswith("sunos") 58 WINDOWS = platform.startswith("win32")
|
/external/python/cpython3/Lib/ |
D | imghdr.py | 45 if h.startswith(b'\211PNG\r\n\032\n'): 66 if h.startswith(b'\001\332'): 97 if h.startswith(b'\x59\xA6\x6A\x95'): 104 if h.startswith(b'#define '): 110 if h.startswith(b'BM'): 116 if h.startswith(b'RIFF') and h[8:12] == b'WEBP': 122 if h.startswith(b'\x76\x2f\x31\x01'):
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 123 if (Expr.startswith("<<") || Expr.startswith(">>")) in getTokenForError() 158 if (Expr.startswith("<<")) in parseBinOpToken() 160 if (Expr.startswith(">>")) in parseBinOpToken() 223 if (!Expr.startswith("(")) in evalDecodeOperand() 234 if (!RemainingExpr.startswith(",")) in evalDecodeOperand() 244 if (!RemainingExpr.startswith(")")) in evalDecodeOperand() 291 if (!Expr.startswith("(")) in evalNextPC() 302 if (!RemainingExpr.startswith(")")) in evalNextPC() 329 if (!Expr.startswith("(")) in evalStubAddr() 340 if (!RemainingExpr.startswith(",")) in evalStubAddr() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 123 if (Expr.startswith("<<") || Expr.startswith(">>")) in getTokenForError() 158 if (Expr.startswith("<<")) in parseBinOpToken() 160 if (Expr.startswith(">>")) in parseBinOpToken() 223 if (!Expr.startswith("(")) in evalDecodeOperand() 234 if (!RemainingExpr.startswith(",")) in evalDecodeOperand() 244 if (!RemainingExpr.startswith(")")) in evalDecodeOperand() 291 if (!Expr.startswith("(")) in evalNextPC() 302 if (!RemainingExpr.startswith(")")) in evalNextPC() 329 if (!Expr.startswith("(")) in evalStubAddr() 340 if (!RemainingExpr.startswith(",")) in evalStubAddr() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 210 if (SymName.startswith("??_7")) { in dumpCXXData() 218 else if (SymName.startswith("??_8")) { in dumpCXXData() 225 else if (SymName.startswith("??_R4")) { in dumpCXXData() 234 else if (SymName.startswith("??_R3")) { in dumpCXXData() 243 else if (SymName.startswith("??_R2")) { in dumpCXXData() 250 else if (SymName.startswith("??_R1")) { in dumpCXXData() 259 else if (SymName.startswith("??_R0")) { in dumpCXXData() 272 else if (SymName.startswith("_TI") || SymName.startswith("__TI")) { in dumpCXXData() 280 else if (SymName.startswith("_CTA") || SymName.startswith("__CTA")) { in dumpCXXData() 289 else if (SymName.startswith("_CT") || SymName.startswith("__CT")) { in dumpCXXData() [all …]
|
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 212 if (SymName.startswith("??_7")) { in dumpCXXData() 220 else if (SymName.startswith("??_8")) { in dumpCXXData() 227 else if (SymName.startswith("??_R4")) { in dumpCXXData() 236 else if (SymName.startswith("??_R3")) { in dumpCXXData() 245 else if (SymName.startswith("??_R2")) { in dumpCXXData() 252 else if (SymName.startswith("??_R1")) { in dumpCXXData() 261 else if (SymName.startswith("??_R0")) { in dumpCXXData() 274 else if (SymName.startswith("_TI") || SymName.startswith("__TI")) { in dumpCXXData() 282 else if (SymName.startswith("_CTA") || SymName.startswith("__CTA")) { in dumpCXXData() 291 else if (SymName.startswith("_CT") || SymName.startswith("__CT")) { in dumpCXXData() [all …]
|
/external/toolchain-utils/llvm_extra/ |
D | create_ebuild_file.py | 101 if newline.startswith('#'): 104 elif line.startswith('SLOT='): 108 elif line.startswith('IUSE') and 'multitarget' in line: 112 elif line.startswith('pkg_setup()'): 116 elif line.startswith('multilib_src_install_all()'):
|
/external/v8/tools/ |
D | objdump-v8 | 40 if arg.startswith("--start-address="): 42 if arg.startswith("--stop-address="): 54 return stripped.startswith("--") or stripped.startswith(";;") 69 if line.startswith("0x"):
|
/external/libcxx/utils/google-benchmark/tools/gbench/ |
D | util.py | 14 _num_magic_bytes = 2 if sys.platform.startswith('win') else 4 36 elif sys.platform.startswith('win'): 96 assert prefix.startswith('--') and prefix.endswith('=') 99 if f.startswith(prefix): 109 assert prefix.startswith('--') and prefix.endswith('=') 110 return [f for f in benchmark_flags if not f.startswith(prefix)]
|
/external/google-benchmark/tools/gbench/ |
D | util.py | 14 _num_magic_bytes = 2 if sys.platform.startswith('win') else 4 36 elif sys.platform.startswith('win'): 96 assert prefix.startswith('--') and prefix.endswith('=') 99 if f.startswith(prefix): 109 assert prefix.startswith('--') and prefix.endswith('=') 110 return [f for f in benchmark_flags if not f.startswith(prefix)]
|
/external/python/cpython3/Lib/html/ |
D | parser.py | 168 startswith = rawdata.startswith 169 if startswith('<', i): 172 elif startswith("</", i): 174 elif startswith("<!--", i): 176 elif startswith("<?", i): 178 elif startswith("<!", i): 200 elif startswith("&#", i): 206 if not startswith(';', k-1): 215 elif startswith('&', i): 221 if not startswith(';', k-1): [all …]
|
/external/clang/utils/perf-training/ |
D | perf-helper.py | 65 first_cmd = next(arg for arg in args if not arg.startswith("--")) 121 ln.startswith('Configured with:') or 122 ln.startswith('Target:') or 123 ln.startswith('Thread model:') or 124 ln.startswith('InstalledDir:') or 125 ln.startswith('LLVM Profile Note') or 148 first_cmd = next(arg for arg in args if not arg.startswith("--")) 174 if not s.startswith(symbol): 188 if not ln.startswith("dtrace-"): 192 if ln.startswith("dtrace-TS: "): [all …]
|
/external/python/cpython3/PC/layout/support/ |
D | filesets.py | 19 elif p.startswith("*"): 31 or any(map(bn.startswith, self._prefixes)) 47 if p.startswith("*."): 49 elif p.startswith("*"): 53 elif p.startswith("."): 65 or any(map(bn.startswith, self._prefixes))
|