Searched refs:DisableWQM (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | EXPInstructions.td | 26 let DisableWQM = 1;
|
D | SIInstrFormats.td | 60 field bit DisableWQM = 0; 175 let TSFlags{36} = DisableWQM;
|
D | SIDefines.h | 64 DisableWQM = UINT64_C(1) << 36, enumerator
|
D | SIInstrInfo.h | 557 return MI.getDesc().TSFlags & SIInstrFlags::DisableWQM; in isDisableWQM() 561 return get(Opcode).TSFlags & SIInstrFlags::DisableWQM; in isDisableWQM()
|
D | BUFInstructions.td | 236 let DisableWQM = 1 in { 284 let DisableWQM = 1 in { 546 let DisableWQM = 1 in { 600 let DisableWQM = 1 in { 677 let DisableWQM = 1;
|
D | MIMGInstructions.td | 374 DisableWQM = 1, ssamp = 0 in { 479 mayLoad = 1, mayStore = 1, hasPostISelHook = 0, DisableWQM = 1,
|
D | SIInstructions.td | 429 let DisableWQM = 1;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrFormats.td | 59 field bit DisableWQM = 0; 166 let TSFlags{36} = DisableWQM;
|
D | SIDefines.h | 63 DisableWQM = UINT64_C(1) << 36, enumerator
|
D | SIInstrInfo.h | 535 return MI.getDesc().TSFlags & SIInstrFlags::DisableWQM; in isDisableWQM() 539 return get(Opcode).TSFlags & SIInstrFlags::DisableWQM; in isDisableWQM()
|
D | MIMGInstructions.td | 358 DisableWQM = 1, ssamp = 0 in { 463 mayLoad = 1, mayStore = 1, hasPostISelHook = 0, DisableWQM = 1,
|
D | BUFInstructions.td | 235 let DisableWQM = 1 in { 283 let DisableWQM = 1 in { 540 let DisableWQM = 1 in { 592 let DisableWQM = 1 in { 669 let DisableWQM = 1;
|
D | SIInstructions.td | 400 let DisableWQM = 1;
|
D | SIInstrInfo.td | 1398 let mayLoad = done, DisableWQM = 1 in {
|