Home
last modified time | relevance | path

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

12

/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/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-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-04.ll29 ; Test that undefs are treated as zero (mask 0x8c00).
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-06.ll29 ; Test that undefs are treated as zero (mask 0x8c00).
Dvec-const-03.ll29 ; Test that undefs are treated as zero (mask 0x8076).
Dvec-const-05.ll31 ; Test that undefs are treated as zero (mask 0xc031).
Dvec-const-07.ll209 ; Repeat f14 with undefs optimistically treated as 0.
220 ; Repeat f18 with undefs optimistically treated as -1.
Dvec-const-02.ll31 ; Test that undefs are treated as zero.
Dvec-const-01.ll35 ; Test that undefs are treated as zero.
Dvec-const-14.ll97 ; Retest f1 with arbitrary undefs instead of 0s.
Dvec-perm-07.ll57 ; Test a v16i8 shift in which some of the indices are undefs.
/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/
DOnlyX86.patch132 - // Check that all of the elements are integer constants or undefs.
179 + // // Check that all of the elements are integer constants or undefs.
/external/llvm/test/CodeGen/X86/
Dshift-combine-crash.ll8 ; The first shift of the legalized sequence would be a shift by all undefs.
/external/fec/
Dconfigure4180 rm -f conftest.defines conftest.undefs
4201 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
4207 cat >>conftest.undefs <<\_ACEOF
4245 while grep . conftest.undefs >/dev/null
4254 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
4260 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
4261 rm -f conftest.undefs
4262 mv conftest.tail conftest.undefs
4264 rm -f conftest.undefs
/external/llvm/test/CodeGen/AArch64/
Dfcvt_combine.ll103 ; Don't combine all undefs.

12