Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNVOPDUtils.cpp47 if (!IsVOPD3 && (TII.isVOP3(FirstMI) || TII.isVOP3(SecondMI))) in checkVOPDRegConstraints()
H A DGCNDPPCombine.cpp120 if (!TII->isVOP3(Op)) { in isShrinkable()
237 !(TII->isVOPC(DPPOp) || (TII->isVOP3(DPPOp) && OrigOpE32 != -1 && in createDPPInst()
272 } else if (TII->isVOPC(DPPOp) || (TII->isVOP3(DPPOp) && OrigOpE32 != -1 && in createDPPInst()
383 if (Mod0 && TII->isVOP3(OrigMI) && !TII->isVOP3P(OrigMI)) in createDPPInst()
676 TII->isVOP3(OrigOp)) && in combineDPPMov()
H A DGCNCreateVOPD.cpp96 bool IsVOP3 = SII->isVOP3(*MI[CompIdx]); in doReplace()
H A DSIShrinkInstructions.cpp963 if (!TII->isVOP3(MI)) in run()
981 if (TII->isVOP3(MI.getOpcode())) { in run()
H A DSIInstrInfo.h523 static bool isVOP3(const MachineInstr &MI) { in isVOP3() function
527 bool isVOP3(uint16_t Opcode) const { in isVOP3() function
H A DSIInstrInfo.cpp111 SIInstrInfo::isVOP3(MI) || SIInstrInfo::isSDWA(MI) || in canRemat()
4523 if (!isVOP3(MI) || !AMDGPU::isSISrcOperand(InstDesc, OpNo)) in isImmOperandLegal()
5127 assert(isVOP2(MI) || isVOP3(MI)); in verifyInstruction()
5154 if (isVOP3(MI) && UsesLiteral && !ST.hasVOP3Literal()) { in verifyInstruction()
6041 int LiteralLimit = !isVOP3(MI) || ST.hasVOP3Literal() ? 1 : 0; in isOperandLegal()
6875 if (isVOP3(MI)) { in legalizeOperands()
7907 if (isVOP3(NewOpcode) && !isVOP3(Opcode)) { in moveToVALUImpl()
H A DGCNHazardRecognizer.cpp1201 (MI.isCompare() && (TII.isVOP3(MI) || TII.isSDWA(MI)))) && in isVCmpXWritesExec()
H A DSIRegisterInfo.cpp2636 if (!ST.hasVOP3Literal() && SIInstrInfo::isVOP3(*MI) && in eliminateFrameIndex()
H A DSIISelLowering.cpp5744 if (TII->isVOP3(*I)) { in EmitInstrWithCustomInserter()
16267 if (TII->isVOP3(MI.getOpcode())) { in AdjustInstrPostInstrSelection()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h726 unsigned isVOP3() const { return IsVOP3; } in isVOP3() function
H A DAMDGPUBaseInfo.cpp868 CompInfo[ComponentIndex::X].isVOP3()); in getInvalidCompOperandIndex()
870 CompInfo[ComponentIndex::Y].isVOP3()); in getInvalidCompOperandIndex()