Home
last modified time | relevance | path

Searched refs:isVOP3 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp119 if (!TII->isVOP3(Op)) { in isShrinkable()
231 !(TII->isVOPC(DPPOp) || (TII->isVOP3(DPPOp) && OrigOpE32 != -1 && in createDPPInst()
266 } else if (TII->isVOPC(DPPOp) || (TII->isVOP3(DPPOp) && OrigOpE32 != -1 && in createDPPInst()
377 if (Mod0 && TII->isVOP3(OrigMI) && !TII->isVOP3P(OrigMI)) in createDPPInst()
673 TII->isVOP3(OrigOp)) && in combineDPPMov()
H A DSIInstrInfo.h504 static bool isVOP3(const MachineInstr &MI) { in isVOP3() function
508 bool isVOP3(uint16_t Opcode) const { in isVOP3() function
H A DSIShrinkInstructions.cpp919 if (!TII->isVOP3(MI)) in runOnMachineFunction()
H A DSIInstrInfo.cpp110 SIInstrInfo::isVOP3(MI) || SIInstrInfo::isSDWA(MI) || in canRemat()
4379 if (!isVOP3(MI) || !AMDGPU::isSISrcOperand(InstDesc, OpNo)) in isImmOperandLegal()
4942 assert(isVOP2(MI) || isVOP3(MI)); in verifyInstruction()
4969 if (isVOP3(MI) && UsesLiteral && !ST.hasVOP3Literal()) { in verifyInstruction()
5741 int LiteralLimit = !isVOP3(MI) || ST.hasVOP3Literal() ? 1 : 0; in isOperandLegal()
6567 if (isVOP3(MI)) { in legalizeOperands()
7414 if (isVOP3(NewOpcode) && !isVOP3(Opcode)) { in moveToVALUImpl()
H A DGCNHazardRecognizer.cpp1119 ((TII->isVOP3(MI) || TII->isSDWA(MI)) && MI.isCompare())) && in fixVcmpxPermlaneHazards()
H A DSIISelLowering.cpp5391 if (TII->isVOP3(*I)) { in EmitInstrWithCustomInserter()
15221 if (TII->isVOP3(MI.getOpcode())) { in AdjustInstrPostInstrSelection()