Searched refs:isOperandLegal (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 135 if (!TII->isOperandLegal(*MI, OpNo, OpToFold)) { in tryAddToFoldList() 183 if (!TII->isOperandLegal(*MI, OpNo, OpToFold)) in tryAddToFoldList()
|
D | SIInstrInfo.h | 450 bool isOperandLegal(const MachineInstr &MI, unsigned OpIdx,
|
D | SIInstrInfo.cpp | 2002 bool SIInstrInfo::isOperandLegal(const MachineInstr &MI, unsigned OpIdx, in isOperandLegal() function in SIInstrInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 228 if (!TII->isOperandLegal(*MI, OpNo, OpToFold)) { in tryAddToFoldList() 289 if (!TII->isOperandLegal(*MI, OpNo, OpToFold)) { in tryAddToFoldList()
|
D | SIFixSGPRCopies.cpp | 212 !TII->isOperandLegal(*UseMI, UseMI->getOperandNo(&MO), &Src)) in tryChangeVGPRtoSGPRinCopy()
|
D | SIInstrInfo.h | 742 bool isOperandLegal(const MachineInstr &MI, unsigned OpIdx,
|
D | SIInstrInfo.cpp | 1391 if (isOperandLegal(MI, Src1Idx, &Src0)) { in commuteInstructionImpl() 1402 if (isOperandLegal(MI, Src1Idx, &Src0)) in commuteInstructionImpl() 2280 if (isOperandLegal(MI, AMDGPU::getNamedOperandIdx(AMDGPU::V_MADMK_F32, in convertToThreeAddress() 3199 bool SIInstrInfo::isOperandLegal(const MachineInstr &MI, unsigned OpIdx, in isOperandLegal() function in SIInstrInfo
|