/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 148 if (src->Register.Indirect) { in scan_src_operand() 161 if (src->Register.Indirect && src->Indirect.ArrayID) in scan_src_operand() 162 input = info->input_array_first[src->Indirect.ArrayID]; in scan_src_operand() 226 if (src->Register.Indirect && src->Indirect.ArrayID) in scan_src_operand() 227 input = info->output_array_first[src->Indirect.ArrayID]; in scan_src_operand() 245 if (src->Register.Indirect) { in scan_src_operand() 252 if (src->Dimension.Indirect) in scan_src_operand() 262 if (src->Register.Dimension && src->Dimension.Indirect) in scan_src_operand() 305 if (src->Register.Indirect) in scan_src_operand() 310 if (src->Register.Indirect) in scan_src_operand() [all …]
|
D | tgsi_build.c | 848 src_register.Indirect = 0; in tgsi_default_src_register() 887 src_register.Indirect = indirect; in tgsi_build_src_register() 939 dimension.Indirect = 0; in tgsi_default_dimension() 953 full_src_register.Indirect = tgsi_default_ind_register(); in tgsi_default_full_src_register() 969 dimension.Indirect = indirect; in tgsi_build_dimension() 986 dst_register.Indirect = 0; in tgsi_default_dst_register() 1012 dst_register.Indirect = indirect; in tgsi_build_dst_register() 1028 full_dst_register.Indirect = tgsi_default_ind_register(); in tgsi_default_full_dst_register() 1169 reg->Register.Indirect, in tgsi_build_full_instruction() 1175 if( reg->Register.Indirect ) { in tgsi_build_full_instruction() [all …]
|
D | tgsi_parse.c | 206 if (inst->Dst[i].Register.Indirect) in tgsi_parse_token() 207 next_token( ctx, &inst->Dst[i].Indirect ); in tgsi_parse_token() 217 if (inst->Dst[i].Dimension.Indirect) in tgsi_parse_token() 228 if (inst->Src[i].Register.Indirect) in tgsi_parse_token() 229 next_token( ctx, &inst->Src[i].Indirect ); in tgsi_parse_token() 239 if (inst->Src[i].Dimension.Indirect) in tgsi_parse_token()
|
D | tgsi_dump.c | 117 if (src->Dimension.Indirect) { in _dump_register_src() 141 if (src->Register.Indirect) { in _dump_register_src() 143 TXT(tgsi_file_name(src->Indirect.File)); in _dump_register_src() 145 SID( src->Indirect.Index ); in _dump_register_src() 147 ENM( src->Indirect.Swizzle, tgsi_swizzle_names ); in _dump_register_src() 154 if (src->Indirect.ArrayID) { in _dump_register_src() 156 SID( src->Indirect.ArrayID ); in _dump_register_src() 174 if (dst->Dimension.Indirect) { in _dump_register_dst() 198 if (dst->Register.Indirect) { in _dump_register_dst() 200 TXT(tgsi_file_name(dst->Indirect.File)); in _dump_register_dst() [all …]
|
D | tgsi_ureg.h | 53 unsigned Indirect : 1; /* BOOL */ member 78 unsigned Indirect : 1; /* BOOL */ member 915 reg.Indirect = 1; in ureg_dst_indirect() 926 reg.Indirect = 1; in ureg_src_indirect() 1004 dst.Indirect = 0; in ureg_dst_array_register() 1036 dst.Indirect = src.Indirect; in ureg_dst() 1064 src.Indirect = 0; in ureg_src_array_register() 1099 src.Indirect = dst.Indirect; in ureg_src() 1126 dst.Indirect = 0; in ureg_dst_undef() 1153 src.Indirect = 0; in ureg_src_undef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/ |
D | macho-indirect-symbols.test | 4 CHECK: Indirect symbols for (__TEXT,__stubs) 1 entries 7 CHECK: Indirect symbols for (__DATA,__nl_symbol_ptr) 2 entries 11 CHECK: Indirect symbols for (__DATA,__la_symbol_ptr) 1 entries 15 NON_VERBOSE: Indirect symbols for (__TEXT,__stubs) 1 entries 18 NON_VERBOSE: Indirect symbols for (__DATA,__nl_symbol_ptr) 2 entries 22 NON_VERBOSE: Indirect symbols for (__DATA,__la_symbol_ptr) 1 entries
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-indirect-symbols.test | 4 CHECK: Indirect symbols for (__TEXT,__stubs) 1 entries 7 CHECK: Indirect symbols for (__DATA,__nl_symbol_ptr) 2 entries 11 CHECK: Indirect symbols for (__DATA,__la_symbol_ptr) 1 entries 15 NON_VERBOSE: Indirect symbols for (__TEXT,__stubs) 1 entries 18 NON_VERBOSE: Indirect symbols for (__DATA,__nl_symbol_ptr) 2 entries 22 NON_VERBOSE: Indirect symbols for (__DATA,__la_symbol_ptr) 1 entries
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | stackmap-dump.test | 92 CHECK-NEXT: #9: Indirect [R#6 + 72] 93 CHECK-NEXT: #10: Indirect [R#6 + 80] 94 CHECK-NEXT: #11: Indirect [R#6 + 88] 95 CHECK-NEXT: #12: Indirect [R#6 + 96] 96 CHECK-NEXT: #13: Indirect [R#6 + 104] 97 CHECK-NEXT: #14: Indirect [R#6 + 112] 98 CHECK-NEXT: #15: Indirect [R#6 + 120] 99 CHECK-NEXT: #16: Indirect [R#6 + 128] 100 CHECK-NEXT: #17: Indirect [R#6 + 136] 118 CHECK-NEXT: #14: Indirect [R#6 + 112] [all …]
|
/external/llvm/test/tools/llvm-profdata/ |
D | value-prof.proftext | 48 #ICTXT: Indirect Call Site Count: 3 49 #ICTXT-NEXT: Indirect Target Results: 54 #IC: Indirect Call Site Count: 3 55 #IC-NEXT: Indirect Target Results: 66 #ICSUM: Total Number of Indirect Call Sites : 3
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 830 src_register.Indirect = 0; in tgsi_default_src_register() 869 src_register.Indirect = indirect; in tgsi_build_src_register() 921 dimension.Indirect = 0; in tgsi_default_dimension() 935 full_src_register.Indirect = tgsi_default_ind_register(); in tgsi_default_full_src_register() 951 dimension.Indirect = indirect; in tgsi_build_dimension() 968 dst_register.Indirect = 0; in tgsi_default_dst_register() 994 dst_register.Indirect = indirect; in tgsi_build_dst_register() 1010 full_dst_register.Indirect = tgsi_default_ind_register(); in tgsi_default_full_dst_register() 1140 reg->Register.Indirect, in tgsi_build_full_instruction() 1146 if( reg->Register.Indirect ) { in tgsi_build_full_instruction() [all …]
|
D | tgsi_dump.c | 113 if (src->Dimension.Indirect) { in _dump_register_src() 137 if (src->Register.Indirect) { in _dump_register_src() 139 TXT(tgsi_file_name(src->Indirect.File)); in _dump_register_src() 141 SID( src->Indirect.Index ); in _dump_register_src() 143 ENM( src->Indirect.Swizzle, tgsi_swizzle_names ); in _dump_register_src() 150 if (src->Indirect.ArrayID) { in _dump_register_src() 152 SID( src->Indirect.ArrayID ); in _dump_register_src() 170 if (dst->Dimension.Indirect) { in _dump_register_dst() 194 if (dst->Register.Indirect) { in _dump_register_dst() 196 TXT(tgsi_file_name(dst->Indirect.File)); in _dump_register_dst() [all …]
|
D | tgsi_parse.c | 208 if( inst->Dst[i].Register.Indirect ) in tgsi_parse_token() 209 next_token( ctx, &inst->Dst[i].Indirect ); in tgsi_parse_token() 219 if( inst->Dst[i].Dimension.Indirect ) in tgsi_parse_token() 230 if( inst->Src[i].Register.Indirect ) in tgsi_parse_token() 231 next_token( ctx, &inst->Src[i].Indirect ); in tgsi_parse_token() 241 if( inst->Src[i].Dimension.Indirect ) in tgsi_parse_token()
|
D | tgsi_scan.c | 125 if (src0->Register.Indirect && src0->Indirect.ArrayID) in tgsi_scan_shader() 126 input = info->input_array_first[src0->Indirect.ArrayID]; in tgsi_scan_shader() 179 if (src->Register.Indirect) { in tgsi_scan_shader() 201 if (src->Register.Indirect) { in tgsi_scan_shader() 206 if (src->Register.Dimension && src->Dimension.Indirect) { in tgsi_scan_shader() 225 if (dst->Register.Indirect) { in tgsi_scan_shader() 229 if (dst->Register.Dimension && dst->Dimension.Indirect) in tgsi_scan_shader()
|
D | tgsi_ureg.h | 52 unsigned Indirect : 1; /* BOOL */ member 77 unsigned Indirect : 1; /* BOOL */ member 1003 reg.Indirect = 1; in ureg_dst_indirect() 1015 reg.Indirect = 1; in ureg_src_indirect() 1060 assert(!src.Indirect || in ureg_dst() 1067 dst.Indirect = src.Indirect; in ureg_dst() 1088 src.Indirect = 0; in ureg_src_register() 1116 src.Indirect = dst.Indirect; in ureg_src() 1143 dst.Indirect = 0; in ureg_dst_undef() 1164 src.Indirect = 0; in ureg_src_undef()
|
/external/clang/test/CodeGenObjC/ |
D | x86_64-struct-return-gc.m | 17 struct Indirect { struct 22 struct Indirect indirect_func(void); argument 26 struct Indirect i; 28 // CHECK: call void @indirect_func(%struct.Indirect* sret
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/ |
D | value-prof.proftext | 48 #ICTXT: Indirect Call Site Count: 3 49 #ICTXT-NEXT: Indirect Target Results: 54 #IC: Indirect Call Site Count: 3 55 #IC-NEXT: Indirect Target Results:
|
/external/llvm/test/CodeGen/X86/ |
D | statepoint-stackmap-format.ll | 127 ; Indirect Spill Slot [RSP+0] 147 ; Indirect Spill Slot [RSP+16] 152 ; Indirect Spill Slot [RSP+8] 157 ; Indirect Spill Slot [RSP+16] 162 ; Indirect Spill Slot [RSP+16] 194 ; Indirect Spill Slot [RSP+0] 214 ; Indirect Spill Slot [RSP+16] 219 ; Indirect Spill Slot [RSP+8] 224 ; Indirect Spill Slot [RSP+16] 229 ; Indirect Spill Slot [RSP+16]
|
D | statepoint-vector.ll | 111 ; Stack Maps: Loc 3: Indirect 7+0 [encoding: .byte 3, .byte 16, .short 7, .int 0] 112 ; Stack Maps: Loc 4: Indirect 7+0 [encoding: .byte 3, .byte 16, .short 7, .int 0] 124 ; Stack Maps: Loc 3: Indirect 7+16 [encoding: .byte 3, .byte 16, .short 7, .int 16] 125 ; Stack Maps: Loc 4: Indirect 7+0 [encoding: .byte 3, .byte 16, .short 7, .int 0] 137 ; Stack Maps: Loc 3: Indirect 7+16 [encoding: .byte 3, .byte 16, .short 7, .int 16] 138 ; Stack Maps: Loc 4: Indirect 7+16 [encoding: .byte 3, .byte 16, .short 7, .int 16] 139 ; Stack Maps: Loc 5: Indirect 7+16 [encoding: .byte 3, .byte 16, .short 7, .int 16] 140 ; Stack Maps: Loc 6: Indirect 7+0 [encoding: .byte 3, .byte 16, .short 7, .int 0]
|
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 173 inline const uint8_t *Indirect(const uint8_t *offset, uint8_t byte_width) { in Indirect() function 177 template<typename T> const uint8_t *Indirect(const uint8_t *offset) { in Indirect() function 324 return TypedVector(Indirect(keys_offset, byte_width_), in Keys() 401 case FBT_INDIRECT_INT: return ReadInt64(Indirect(), byte_width_); in AsInt64() 403 case FBT_INDIRECT_UINT: return ReadUInt64(Indirect(), byte_width_); in AsInt64() 407 return static_cast<int64_t>(ReadDouble(Indirect(), byte_width_)); in AsInt64() 430 case FBT_INDIRECT_UINT: return ReadUInt64(Indirect(), byte_width_); in AsUInt64() 432 case FBT_INDIRECT_INT: return ReadInt64(Indirect(), byte_width_); in AsUInt64() 436 return static_cast<uint64_t>(ReadDouble(Indirect(), byte_width_)); in AsUInt64() 457 case FBT_INDIRECT_FLOAT: return ReadDouble(Indirect(), byte_width_); in AsDouble() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | statepoint-stackmap-format.ll | 136 ; Indirect Spill Slot [RSP+0] 164 ; Indirect Spill Slot [RSP+16] 171 ; Indirect Spill Slot [RSP+8] 178 ; Indirect Spill Slot [RSP+16] 185 ; Indirect Spill Slot [RSP+16] 223 ; Indirect Spill Slot [RSP+0] 251 ; Indirect Spill Slot [RSP+16] 258 ; Indirect Spill Slot [RSP+8] 265 ; Indirect Spill Slot [RSP+16] 272 ; Indirect Spill Slot [RSP+16]
|
D | stackmap-large-location-size.ll | 31 ; Indirect 70 ; Indirect 109 ; Indirect 148 ; Indirect 155 ; Indirect
|
D | statepoint-vector.ll | 137 ; Stack Maps: Loc 3: Indirect 7+0 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .in… 138 ; Stack Maps: Loc 4: Indirect 7+0 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .in… 154 ; Stack Maps: Loc 3: Indirect 7+16 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .i… 155 ; Stack Maps: Loc 4: Indirect 7+0 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .in… 171 ; Stack Maps: Loc 3: Indirect 7+16 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .i… 172 ; Stack Maps: Loc 4: Indirect 7+16 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .i… 173 ; Stack Maps: Loc 5: Indirect 7+16 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .i… 174 ; Stack Maps: Loc 6: Indirect 7+0 [encoding: .byte 3, .byte 0, .short 16, .short 7, .short 0, .in…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | DWARFVisitor.cpp | 64 bool Indirect; in traverseDebugInfo() local 66 Indirect = false; in traverseDebugInfo() 146 Indirect = true; in traverseDebugInfo() 168 } while (Indirect); in traverseDebugInfo()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 49 s1->Register.Indirect == d1->Register.Indirect && in same_src_dst_reg() 57 d1->Register.Indirect == d2->Register.Indirect && in same_dst_reg() 65 d1->Register.Indirect == d2->Register.Indirect && in same_src_reg() 220 o->Indirect = i->Indirect; in copy_src_reg() 235 o->Indirect = i->Indirect; in copy_dst_reg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MachineLocation.h | 37 explicit MachineLocation(unsigned R, bool Indirect = false) 38 : IsRegister(!Indirect), Register(R) {}
|