Home
last modified time | relevance | path

Searched refs:undefs (Results 1 – 25 of 58) sorted by relevance

123

/external/python/cpython3/Tools/scripts/
Dobjgraph.py127 undefs = {}
131 store(undefs, ext, filename)
132 elist = sorted(undefs.keys())
135 flist = sorted(undefs[ext])
Difdef.py33 undefs = [] variable
41 undefs.append(a)
82 elif word in undefs:
/external/python/cpython2/Tools/scripts/
Dobjgraph.py129 undefs = {}
133 store(undefs, ext, filename)
134 elist = undefs.keys()
138 flist = undefs[ext]
Difdef.py33 undefs = [] variable
41 undefs.append(a)
82 elif word in undefs:
/external/v8/src/runtime/
Druntime-array.cc257 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/
Dvec-const-13.ll117 ; 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
Dvec-const-10.ll155 ; Repeat f14 with undefs optimistically treated as 32767.
163 ; Repeat f18 with undefs optimistically treated as -2.
Dvec-const-04.ll29 ; Test that undefs are treated as zero (mask 0x8c00).
Dvec-const-06.ll29 ; Test that undefs are treated as zero (mask 0x8c00).
Dvec-const-09.ll155 ; Repeat f14 with undefs optimistically treated as 0, 32767.
163 ; Repeat f18 with undefs optimistically treated as -2, -1.
Dvec-const-12.ll155 ; Repeat f14 with undefs optimistically treated as 32767.
163 ; Repeat f18 with undefs optimistically treated as -2.
Dvec-const-08.ll173 ; Repeat f14 with undefs optimistically treated as 0.
182 ; Repeat f18 with undefs optimistically treated as -1.
Dvec-const-11.ll173 ; Repeat f14 with undefs optimistically treated as 0, 32767.
182 ; Repeat f18 with undefs optimistically treated as -2, -1.
Dvec-const-03.ll29 ; Test that undefs are treated as zero (mask 0x8076).
/external/llvm/test/CodeGen/SystemZ/
Dvec-const-13.ll117 ; 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
Dvec-const-10.ll155 ; Repeat f14 with undefs optimistically treated as 32767.
163 ; Repeat f18 with undefs optimistically treated as -2.
Dvec-const-04.ll29 ; Test that undefs are treated as zero (mask 0x8c00).
Dvec-const-06.ll29 ; Test that undefs are treated as zero (mask 0x8c00).
Dvec-const-09.ll155 ; Repeat f14 with undefs optimistically treated as 0, 32767.
163 ; Repeat f18 with undefs optimistically treated as -2, -1.
Dvec-const-12.ll155 ; Repeat f14 with undefs optimistically treated as 32767.
163 ; Repeat f18 with undefs optimistically treated as -2.
Dvec-const-08.ll173 ; Repeat f14 with undefs optimistically treated as 0.
182 ; Repeat f18 with undefs optimistically treated as -1.
Dvec-const-11.ll173 ; 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/
DLTOCodeGenerator.cpp99 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/
DLTOCodeGenerator.cpp139 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/
DLTOCodeGenerator.cpp134 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()

123