Home
last modified time | relevance | path

Searched refs:OMod (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp906 int OMod = getOModValue(Op, ImmOp->getImm()); in isOMod() local
907 if (OMod == SIOutMods::NONE || in isOMod()
914 return std::make_pair(RegOp, OMod); in isOMod()
945 int OMod; in tryFoldOMod() local
946 std::tie(RegOp, OMod) = isOMod(MI); in tryFoldOMod()
947 if (OMod == SIOutMods::NONE || !RegOp->isReg() || in tryFoldOMod()
964 DefOMod->setImm(OMod); in tryFoldOMod()
DSIPeepholeSDWA.cpp984 MachineOperand *OMod = TII->getNamedOperand(MI, AMDGPU::OpName::omod); in convertToSDWA() local
985 if (OMod) { in convertToSDWA()
986 SDWAInst.add(*OMod); in convertToSDWA()
DSIInstrInfo.cpp2752 const MachineOperand *OMod = getNamedOperand(MI, AMDGPU::OpName::omod); in verifyInstruction() local
2753 if (OMod != nullptr && in verifyInstruction()
2754 (!OMod->isImm() || OMod->getImm() != 0)) { in verifyInstruction()
2778 const MachineOperand *OMod = getNamedOperand(MI, AMDGPU::OpName::omod); in verifyInstruction() local
2779 if (OMod && (!OMod->isImm() || OMod->getImm() != 0)) { in verifyInstruction()
DAMDGPU.td206 "Support OMod with SDWA (Sub-DWORD Addressing) extension"
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AMDGPU/
Dsdwa_gfx9.txt621 # OMod output modifier allowed