Home
last modified time | relevance | path

Searched defs:addr0 (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_tess_io.cpp294 nir_ssa_def *addr0 = r600_tcs_base_address(b, base, rel_patch_id); in r600_lower_tess_io_impl() local
388 nir_ssa_def *addr0 = r600_tcs_base_address(b, base, rel_patch_id); in r600_append_tcs_TF_emission() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h187 void SetAddr0AndSizeLog(u64 addr0, unsigned kAccessSizeLog) { in SetAddr0AndSizeLog()
248 u64 ALWAYS_INLINE addr0() const { return (x_ >> kClkBits) & 7; } in addr0() function
Dtsan_rtl.cc686 const m128 addr0 = SHUF(access, access, 1, 1, 1, 1); in ContainsSameAccessFast() local
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h194 void SetAddr0AndSizeLog(u64 addr0, unsigned kAccessSizeLog) { in SetAddr0AndSizeLog()
255 u64 ALWAYS_INLINE addr0() const { return (x_ >> kClkBits) & 7; } in addr0() function
Dtsan_rtl.cpp773 const m128 addr0 = SHUF(access, access, 1, 1, 1, 1); in ContainsSameAccessFast() local
/external/webrtc/rtc_base/
Dip_address_unittest.cc399 IPAddress addr0; // AF_UNSPEC in TEST() local
/external/mesa3d/src/freedreno/ir3/
Dir3_sched.c91 struct ir3_instruction *addr0; /* current a0.x user, if any */ member
/external/mesa3d/src/compiler/nir/
Dnir_lower_io.c2525 nir_build_addr_ieq(nir_builder *b, nir_ssa_def *addr0, nir_ssa_def *addr1, in nir_build_addr_ieq()
2554 nir_build_addr_isub(nir_builder *b, nir_ssa_def *addr0, nir_ssa_def *addr1, in nir_build_addr_isub()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp6400 Temp addr0 = bld.tmp(v1), addr1 = bld.tmp(v1); in visit_store_global() local