Searched refs:usesConstantBus (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 387 bool usesConstantBus(const MachineRegisterInfo &MRI,
|
D | SIInstrInfo.cpp | 1577 bool SIInstrInfo::usesConstantBus(const MachineRegisterInfo &MRI, in usesConstantBus() function in SIInstrInfo 1741 if (usesConstantBus(MRI, MO, getOpSize(Opcode, OpIdx))) { in verifyInstruction() 2012 if (isVALU(MI) && usesConstantBus(MRI, *MO, DefinedRC->getSize())) { in isOperandLegal() 2024 usesConstantBus(MRI, Op, getOpSize(MI, i))) { in isOperandLegal()
|