Searched refs:dlc (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opt_value_numbering.cpp | 216 return aS.sync == bS.sync && aS.glc == bS.glc && aS.dlc == bS.dlc && aS.nv == bS.nv && in operator ()() 257 aM.glc == bM.glc && aM.dlc == bM.dlc && aM.slc == bM.slc && aM.tfe == bM.tfe && in operator ()() 264 aM.idxen == bM.idxen && aM.glc == bM.glc && aM.dlc == bM.dlc && aM.slc == bM.slc && in operator ()()
|
H A D | aco_assembler.cpp | 209 assert(!smem.dlc); /* Device-level coherent is not supported on GFX9 and lower */ in emit_instruction() 214 encoding |= smem.dlc ? 1 << 14 : 0; in emit_instruction() 390 assert(!mubuf.dlc); /* Device-level coherent is not supported on GFX9 and lower */ in emit_instruction() 393 encoding |= (mubuf.dlc ? 1 : 0) << 15; in emit_instruction() 417 assert(!mtbuf.dlc || ctx.gfx_level >= GFX10); in emit_instruction() 418 encoding |= (mtbuf.dlc ? 1 : 0) << 15; /* DLC bit replaces one bit of the OPCODE on GFX10 */ in emit_instruction() 464 assert(!mimg.dlc); /* Device-level coherent is not supported on GFX9 and lower */ in emit_instruction() 473 encoding |= mimg.dlc ? 1 << 7 : 0; in emit_instruction() 534 encoding |= flat.dlc ? 1 << 12 : 0; in emit_instruction() 536 assert(!flat.dlc); in emit_instruction() [all...] |
H A D | aco_print_ir.cpp | 343 if (smem.dlc) in print_instr_format_specific() 344 fprintf(output, " dlc"); in print_instr_format_specific() 378 if (mubuf.dlc) in print_instr_format_specific() 379 fprintf(output, " dlc"); in print_instr_format_specific() 413 if (mimg.dlc) in print_instr_format_specific() 414 fprintf(output, " dlc"); in print_instr_format_specific() 490 if (flat.dlc) in print_instr_format_specific() 491 fprintf(output, " dlc"); in print_instr_format_specific() 542 if (mtbuf.dlc) in print_instr_format_specific() 543 fprintf(output, " dlc"); in print_instr_format_specific() [all...] |
H A D | aco_ir.h | 1397 bool dlc : 1; /* NAVI: device level coherent */ member 1567 bool dlc : 1; /* NAVI: device level coherent */ 1595 uint16_t dlc : 1; /* NAVI: device level coherent */ 1619 bool dlc : 1; /* NAVI: device level coherent */ 1646 bool dlc : 1; /* NAVI: device level coherent */
|
H A D | aco_instruction_selection.cpp | 4394 load->dlc = info.glc && (bld.program->gfx_level == GFX10 || bld.program->gfx_level == GFX10_3); 4442 mubuf->dlc = 4655 mubuf->dlc = false; 4675 flat->dlc = 5090 /* glc */ glc, /* dlc*/ false, /* slc */ slc); 6280 load->dlc = 6297 load->dlc = 6371 store->dlc = false; 6424 store->dlc = false; 6541 mubuf->dlc [all...] |
H A D | aco_optimizer.cpp | 881 new_instr->dlc = smem.dlc; in smem_combine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFixupVectorISel.cpp | 200 MachineOperand *DLC = TII->getNamedOperand(MI, AMDGPU::OpName::dlc); in fixupGlobalSaddr()
|
H A D | SIMemoryLegalizer.cpp | 362 return enableNamedBit<AMDGPU::OpName::dlc>(MI); in enableDLCBit()
|
H A D | SILoadStoreOptimizer.cpp | 515 DLC = TII.getNamedOperand(*I, AMDGPU::OpName::dlc)->getImm(); in setMI() 1195 .addImm(CI.DLC) // dlc in mergeSBufferLoadImmPair() 1256 .addImm(CI.DLC) // dlc in mergeBufferLoadPair() 1322 .addImm(CI.DLC) // dlc in mergeTBufferLoadPair() 1401 .addImm(CI.DLC) // dlc in mergeTBufferStorePair() 1560 .addImm(CI.DLC) // dlc in mergeBufferStorePair()
|
H A D | SIInstrInfo.cpp | 4780 getNamedOperand(MI, AMDGPU::OpName::dlc)) {
|
/third_party/icu/icu4c/source/i18n/ |
H A D | rbnf.cpp | 148 int32_t dlc = getNumberOfDisplayLocales(); in operator ==() local 149 if (dlc == rhs->getNumberOfDisplayLocales()) { in operator ==() 150 for (int i = 0; i < dlc; ++i) { in operator ==()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbnf.cpp | 148 int32_t dlc = getNumberOfDisplayLocales(); in operator ==() local 149 if (dlc == rhs->getNumberOfDisplayLocales()) { in operator ==() 150 for (int i = 0; i < dlc; ++i) { in operator ==()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rbnf.cpp | 148 int32_t dlc = getNumberOfDisplayLocales(); in operator ==() local 149 if (dlc == rhs->getNumberOfDisplayLocales()) { in operator ==() 150 for (int i = 0; i < dlc; ++i) { in operator ==()
|
Completed in 38 milliseconds