Searched refs:r_index (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/CodeGen/AMDGPU/ |
D | vector-alloca.ll | 37 define void @vector_write(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) { 50 %2 = getelementptr [4 x i32], [4 x i32]* %0, i32 0, i32 %r_index 60 define void @bitcast_gep(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_graph_utils.cc | 332 const size_t r_index = debug_op_name.find(')'); in ParseDebugOpName() local 333 if (l_index == string::npos && r_index == string::npos) { in ParseDebugOpName() 337 r_index != debug_op_name.size() - 1) { in ParseDebugOpName() 343 string arguments = debug_op_name.substr(l_index + 1, r_index - l_index - 1); in ParseDebugOpName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | vector-alloca.ll | 38 ; OPT: %1 = extractelement <4 x i32> %0, i32 %r_index 48 define amdgpu_kernel void @vector_write(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) { 61 %tmp2 = getelementptr [4 x i32], [4 x i32] addrspace(5)* %tmp, i32 0, i32 %r_index 75 define amdgpu_kernel void @bitcast_gep(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
|