Home
last modified time | relevance | path

Searched refs:isOperandLegal (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp240 if (!TII->isOperandLegal(*DPPInst.getInstr(), NumOperands, Src0)) { in createDPPInst()
262 if (!TII->isOperandLegal(*DPPInst.getInstr(), NumOperands, Src1)) { in createDPPInst()
273 !TII->isOperandLegal(*DPPInst.getInstr(), NumOperands, Src2)) { in createDPPInst()
H A DSIFoldOperands.cpp349 if (!TII->isOperandLegal(*MI, OpNo, OpToFold)) { in tryAddToFoldList()
413 if (!TII->isOperandLegal(*MI, CommuteOpNo, OpToFold)) { in tryAddToFoldList()
547 TII->isOperandLegal(*UseMI, UseOpIdx, &OpToFold)) { in tryToFoldACImm()
570 TII->isOperandLegal(*UseMI, UseOpIdx, &DefOp)) { in tryToFoldACImm()
590 !TII->isOperandLegal(*UseMI, UseOpIdx, Op)) in tryToFoldACImm()
1584 if (!TII->isOperandLegal(*UseMI, OpIdx, Op)) { in tryFoldRegSequence()
1687 if (!TII->isOperandLegal(MI, 0, &Def)) { in tryFoldLoad()
H A DSIOptimizeExecMaskingPreRA.cpp425 TII->isOperandLegal(*SingleExecUser, Idx, &I->getOperand(1))) { in runOnMachineFunction()
H A DSIShrinkInstructions.cpp78 if (TII->isOperandLegal(MI, Src0Idx, &MovSrc)) { in foldImmediates()
H A DSIFixSGPRCopies.cpp195 !TII->isOperandLegal(*UseMI, OpIdx, &Src)) in tryChangeVGPRtoSGPRinCopy()
H A DSIInstrInfo.h905 bool isOperandLegal(const MachineInstr &MI, unsigned OpIdx,
H A DSIInstrInfo.cpp2090 if (isOperandLegal(MI, Src1Idx, &Src0)) { in commuteInstructionImpl()
2101 if (isOperandLegal(MI, Src1Idx, &Src0)) in commuteInstructionImpl()
3130 isOperandLegal( in convertToThreeAddress()
4628 bool SIInstrInfo::isOperandLegal(const MachineInstr &MI, unsigned OpIdx, in isOperandLegal() function in SIInstrInfo
4898 !isOperandLegal(MI, Idx, &MO)) { in legalizeOperandsVOP3()
H A DSIRegisterInfo.cpp1668 bool UseSGPR = TII->isOperandLegal(*MI, FIOperandNum, &FIOp); in eliminateFrameIndex()