Home
last modified time | relevance | path

Searched refs:tmp_i (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltins-x86.c55 signed int tmp_i; in f0() local
315 tmp_i = __builtin_ia32_cvtss2si(tmp_V4f); in f0()
316 tmp_i = __builtin_ia32_cvttss2si(tmp_V4f); in f0()
318 tmp_i = __builtin_ia32_rdtsc(); in f0()
319 tmp_i = __rdtsc(); in f0()
320 tmp_i = __builtin_ia32_rdtscp(&tmp_Ui); in f0()
321 tmp_LLi = __builtin_ia32_rdpmc(tmp_i); in f0()
329 tmp_i = __builtin_ia32_movmskps(tmp_V4f); in f0()
330 tmp_i = __builtin_ia32_pmovmskb(tmp_V8c); in f0()
345 tmp_i = __builtin_ia32_movmskpd(tmp_V2d); in f0()
[all …]
/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnostic.cpp168 size_t tmp_i = i; in expandTabs() local
170 = printableTextForNextCharacter(SourceLine, &tmp_i, TabStop); in expandTabs()