Searched refs:tmp_p (Results 1 – 3 of 3) sorted by relevance
35 ; CHECK: %tmp_p.splatinsert = insertelement <4 x float> undef, float %.load, i32 036 ; CHECK: %tmp_p.splat = shufflevector <4 x float> %tmp_p.splatinsert, <4 x float> undef, <4 x i32…37 ; CHECK: %0 = fpext <4 x float> %tmp_p.splat to <4 x double>
516 unsigned tmp_p; in vlVaGetImage() local520 tmp_p = pitches[1]; in vlVaGetImage()522 pitches[2] = tmp_p; in vlVaGetImage()650 unsigned tmp_p; in vlVaPutImage() local654 tmp_p = pitches[1]; in vlVaPutImage()656 pitches[2] = tmp_p; in vlVaPutImage()
256 uint8_t *tmp_p = NULL; in finalize() local260 tmp_p = new uint8_t[size]; in finalize()261 memcpy(tmp_p, addr, size); in finalize()263 sections_[fname] = make_tuple(tmp_p, size); in finalize()