/external/mesa3d/src/amd/vulkan/ |
D | radv_debug.c | 374 struct ac_wave_info *waves, unsigned num_waves, in radv_dump_annotated_shader() argument 388 if (start_addr <= waves[i].pc && waves[i].pc <= end_addr) in radv_dump_annotated_shader() 396 waves = &waves[i]; in radv_dump_annotated_shader() 419 while (num_waves && start_addr + inst->offset == waves->pc) { in radv_dump_annotated_shader() 423 waves->se, waves->sh, waves->cu, waves->simd, in radv_dump_annotated_shader() 424 waves->wave, waves->exec); in radv_dump_annotated_shader() 428 waves->inst_dw0); in radv_dump_annotated_shader() 431 waves->inst_dw0, waves->inst_dw1); in radv_dump_annotated_shader() 434 waves->matched = true; in radv_dump_annotated_shader() 435 waves = &waves[1]; in radv_dump_annotated_shader() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | attr-amdgpu-waves-per-eu.ll | 13 attributes #0 = {"amdgpu-waves-per-eu"="1,1"} 15 ; Exactly 5 waves per execution unit. 25 attributes #1 = {"amdgpu-waves-per-eu"="5,5"} 27 ; Exactly 10 waves per execution unit. 37 attributes #2 = {"amdgpu-waves-per-eu"="10,10"} 49 attributes #3 = {"amdgpu-waves-per-eu"="1"} 51 ; At least 5 waves per execution unit. 61 attributes #4 = {"amdgpu-waves-per-eu"="5"} 63 ; At least 10 waves per execution unit. 73 attributes #5 = {"amdgpu-waves-per-eu"="10"} [all …]
|
D | large-work-group-promote-alloca.ll | 268 attributes #1 = { nounwind "amdgpu-waves-per-eu"="1,3" "amdgpu-flat-work-group-size"="256,256" } 269 attributes #2 = { nounwind "amdgpu-waves-per-eu"="1,1" "amdgpu-flat-work-group-size"="1600,1600" } 270 attributes #3 = { nounwind "amdgpu-waves-per-eu"="1,10" } 271 attributes #4 = { nounwind "amdgpu-waves-per-eu"="1,10" } 272 attributes #5 = { nounwind "amdgpu-waves-per-eu"="1,6" "amdgpu-flat-work-group-size"="64,64" } 273 attributes #6 = { nounwind "amdgpu-waves-per-eu"="1,8" "amdgpu-flat-work-group-size"="64,64" } 274 attributes #7 = { nounwind "amdgpu-waves-per-eu"="1,9" "amdgpu-flat-work-group-size"="64,64" }
|
D | target-cpu.ll | 111 attributes #5 = { nounwind "target-features"="+promote-alloca" "amdgpu-waves-per-eu"="1,3" } 112 attributes #6 = { nounwind "target-features"="-promote-alloca" "amdgpu-waves-per-eu"="1,3" }
|
D | array-ptr-calc-i32.ll | 46 attributes #0 = { nounwind "amdgpu-waves-per-eu"="1,1" }
|
D | promote-alloca-to-lds-icmp.ll | 64 attributes #0 = { nounwind "amdgpu-waves-per-eu"="1,1" }
|
D | promote-alloca-mem-intrinsics.ll | 64 attributes #0 = { nounwind "amdgpu-flat-work-group-size"="64,64" "amdgpu-waves-per-eu"="1,3" }
|
D | indirect-private-64.ll | 124 attributes #1 = { nounwind "amdgpu-waves-per-eu"="1,2" "amdgpu-flat-work-group-size"="64,128" }
|
D | promote-alloca-to-lds-select.ll | 132 attributes #0 = { norecurse nounwind "amdgpu-waves-per-eu"="1,1" }
|
D | promote-alloca-to-lds-phi.ll | 204 attributes #0 = { nounwind "amdgpu-waves-per-eu"="1,1" }
|
D | promote-alloca-padding-size-estimate.ll | 130 attributes #0 = { nounwind "amdgpu-flat-work-group-size"="64,64" "amdgpu-waves-per-eu"="1,7" }
|
D | private-memory-r600.ll | 303 attributes #0 = { nounwind "amdgpu-waves-per-eu"="1,2" }
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_debug.c | 837 struct ac_wave_info *waves, in si_print_annotated_shader() argument 850 if (start_addr <= waves[i].pc && waves[i].pc <= end_addr) in si_print_annotated_shader() 857 waves = &waves[i]; in si_print_annotated_shader() 896 while (num_waves && start_addr + inst->offset == waves->pc) { in si_print_annotated_shader() 900 waves->se, waves->sh, waves->cu, waves->simd, in si_print_annotated_shader() 901 waves->wave, waves->exec); in si_print_annotated_shader() 905 waves->inst_dw0); in si_print_annotated_shader() 908 waves->inst_dw0, waves->inst_dw1); in si_print_annotated_shader() 911 waves->matched = true; in si_print_annotated_shader() 912 waves = &waves[1]; in si_print_annotated_shader() [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | large-work-group-promote-alloca.ll | 114 attributes #1 = { nounwind "amdgpu-max-waves-per-eu"="3" "amdgpu-max-work-group-size"="256" } 115 attributes #2 = { nounwind "amdgpu-max-waves-per-eu"="1" "amdgpu-max-work-group-size"="1600" } 116 attributes #3 = { nounwind "amdgpu-max-waves-per-eu"="0" } 117 attributes #4 = { nounwind "amdgpu-max-waves-per-eu"="-1" }
|
D | target-cpu.ll | 111 attributes #5 = { nounwind "target-features"="+promote-alloca" "amdgpu-max-waves-per-eu"="3" } 112 attributes #6 = { nounwind "target-features"="-promote-alloca" "amdgpu-max-waves-per-eu"="3" }
|
D | array-ptr-calc-i32.ll | 50 attributes #0 = { nounwind "amdgpu-max-waves-per-eu"="1" }
|
D | promote-alloca-to-lds-icmp.ll | 64 attributes #0 = { nounwind "amdgpu-max-waves-per-eu"="1" }
|
D | promote-alloca-mem-intrinsics.ll | 64 attributes #0 = { nounwind "amdgpu-max-work-group-size"="64" "amdgpu-max-waves-per-eu"="3" }
|
D | indirect-private-64.ll | 124 attributes #1 = { nounwind "amdgpu-max-waves-per-eu"="2" "amdgpu-max-work-group-size"="64" }
|
D | promote-alloca-to-lds-select.ll | 132 attributes #0 = { norecurse nounwind "amdgpu-max-waves-per-eu"="1" }
|
D | promote-alloca-to-lds-phi.ll | 204 attributes #0 = { nounwind "amdgpu-max-waves-per-eu"="1" }
|
D | private-memory-r600.ll | 300 attributes #0 = { nounwind "amdgpu-max-waves-per-eu"="2" }
|
/external/mesa3d/src/amd/common/ |
D | ac_debug.h | 67 unsigned ac_get_wave_info(struct ac_wave_info waves[AC_MAX_WAVES_PER_CHIP]);
|
D | ac_debug.c | 759 unsigned ac_get_wave_info(struct ac_wave_info waves[AC_MAX_WAVES_PER_CHIP]) in ac_get_wave_info() 779 w = &waves[num_waves]; in ac_get_wave_info() 792 qsort(waves, num_waves, sizeof(struct ac_wave_info), compare_wave); in ac_get_wave_info()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 2764 波>'[waves]'; 2817 涛>'[large waves]'; 2879 湃>'[sound of waves]'; 2997 濤>'[large waves]'; 3007 瀁>'[waves]'; 3023 瀲>'[waves]';
|