/external/python/cpython3/Tools/scripts/ |
D | objgraph.py | 127 undefs = {} 131 store(undefs, ext, filename) 132 elist = sorted(undefs.keys()) 135 flist = sorted(undefs[ext])
|
D | ifdef.py | 33 undefs = [] variable 41 undefs.append(a) 82 elif word in undefs:
|
/external/python/cpython2/Tools/scripts/ |
D | objgraph.py | 129 undefs = {} 133 store(undefs, ext, filename) 134 elist = undefs.keys() 138 flist = undefs[ext]
|
D | ifdef.py | 33 undefs = [] variable 41 undefs.append(a) 82 elif word in undefs:
|
/external/v8/src/runtime/ |
D | runtime-array.cc | 257 unsigned int undefs = limit; in RemoveArrayHoles() local 261 for (unsigned int i = 0; i < undefs; i++) { in RemoveArrayHoles() 265 undefs--; in RemoveArrayHoles() 267 undefs--; in RemoveArrayHoles() 272 while (undefs > i) { in RemoveArrayHoles() 273 current = elements->get(undefs); in RemoveArrayHoles() 276 undefs--; in RemoveArrayHoles() 278 undefs--; in RemoveArrayHoles() 285 result = undefs; in RemoveArrayHoles() 286 while (undefs < holes) { in RemoveArrayHoles() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | vec-const-13.ll | 117 ; Retest f1 with arbitrary undefs instead of 0s. 128 ; Try a case where we want consistent undefs to be treated as 0. 150 ; Try a case where we want consistent undefs to be treated as -1. 172 ; Repeat f9 with arbitrary undefs. 183 ; Try a case where we want some consistent undefs to be treated as 0
|
D | vec-const-10.ll | 155 ; Repeat f14 with undefs optimistically treated as 32767. 163 ; Repeat f18 with undefs optimistically treated as -2.
|
D | vec-const-04.ll | 29 ; Test that undefs are treated as zero (mask 0x8c00).
|
D | vec-const-06.ll | 29 ; Test that undefs are treated as zero (mask 0x8c00).
|
D | vec-const-09.ll | 155 ; Repeat f14 with undefs optimistically treated as 0, 32767. 163 ; Repeat f18 with undefs optimistically treated as -2, -1.
|
D | vec-const-12.ll | 155 ; Repeat f14 with undefs optimistically treated as 32767. 163 ; Repeat f18 with undefs optimistically treated as -2.
|
D | vec-const-08.ll | 173 ; Repeat f14 with undefs optimistically treated as 0. 182 ; Repeat f18 with undefs optimistically treated as -1.
|
D | vec-const-11.ll | 173 ; Repeat f14 with undefs optimistically treated as 0, 32767. 182 ; Repeat f18 with undefs optimistically treated as -2, -1.
|
D | vec-const-03.ll | 29 ; Test that undefs are treated as zero (mask 0x8076).
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-const-13.ll | 117 ; Retest f1 with arbitrary undefs instead of 0s. 128 ; Try a case where we want consistent undefs to be treated as 0. 150 ; Try a case where we want consistent undefs to be treated as -1. 172 ; Repeat f9 with arbitrary undefs. 183 ; Try a case where we want some consistent undefs to be treated as 0
|
D | vec-const-10.ll | 155 ; Repeat f14 with undefs optimistically treated as 32767. 163 ; Repeat f18 with undefs optimistically treated as -2.
|
D | vec-const-04.ll | 29 ; Test that undefs are treated as zero (mask 0x8c00).
|
D | vec-const-06.ll | 29 ; Test that undefs are treated as zero (mask 0x8c00).
|
D | vec-const-09.ll | 155 ; Repeat f14 with undefs optimistically treated as 0, 32767. 163 ; Repeat f18 with undefs optimistically treated as -2, -1.
|
D | vec-const-12.ll | 155 ; Repeat f14 with undefs optimistically treated as 32767. 163 ; Repeat f18 with undefs optimistically treated as -2.
|
D | vec-const-08.ll | 173 ; Repeat f14 with undefs optimistically treated as 0. 182 ; Repeat f18 with undefs optimistically treated as -1.
|
D | vec-const-11.ll | 173 ; Repeat f14 with undefs optimistically treated as 0, 32767. 182 ; Repeat f18 with undefs optimistically treated as -2, -1.
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOCodeGenerator.cpp | 99 const std::vector<const char*> &undefs = mod->getAsmUndefinedRefs(); in addModule() local 100 for (int i = 0, e = undefs.size(); i != e; ++i) in addModule() 101 _asmUndefinedRefs[undefs[i]] = 1; in addModule()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 139 const std::vector<const char *> &undefs = Mod->getAsmUndefinedRefs(); in addModule() local 140 for (int i = 0, e = undefs.size(); i != e; ++i) in addModule() 141 AsmUndefinedRefs[undefs[i]] = 1; in addModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 134 const std::vector<StringRef> &undefs = Mod->getAsmUndefinedRefs(); in setAsmUndefinedRefs() local 135 for (int i = 0, e = undefs.size(); i != e; ++i) in setAsmUndefinedRefs() 136 AsmUndefinedRefs[undefs[i]] = 1; in setAsmUndefinedRefs()
|