OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DstUnused
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIPeepholeSDWA.cpp
147
DstUnused
DstUn;
152
SdwaSel DstSel_ = DWORD,
DstUnused
DstUn_ = UNUSED_PAD)
159
DstUnused
getDstUnused() const { return DstUn; }
212
static raw_ostream& operator<<(raw_ostream &OS, const
DstUnused
&Un) {
363
MachineOperand *
DstUnused
=
367
DstUnused
->getImm() == AMDGPU::SDWA::
DstUnused
::UNUSED_PRESERVE) {
452
MachineOperand *
DstUnused
= TII->getNamedOperand(MI, AMDGPU::OpName::dst_unused);
453
assert(
DstUnused
);
454
DstUnused
->setImm(getDstUnused())
[
all
...]
SIInstrInfo.cpp
852
.addImm(AMDGPU::SDWA::
DstUnused
::UNUSED_PRESERVE)
3904
const MachineOperand *
DstUnused
= getNamedOperand(MI, AMDGPU::OpName::dst_unused);
3905
if (
DstUnused
&&
DstUnused
->isImm() &&
3906
DstUnused
->getImm() == AMDGPU::SDWA::UNUSED_PRESERVE) {
Completed in 22 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026