Searched refs:usesConstantBus (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 1110 bool usesConstantBus(const MachineRegisterInfo &MRI,
|
H A D | SIInstrInfo.cpp | 4532 bool SIInstrInfo::usesConstantBus(const MachineRegisterInfo &MRI, in usesConstantBus() function in SIInstrInfo 4929 if (usesConstantBus(MRI, MO, MI.getDesc().operands()[OpIdx])) { in verifyInstruction() 4987 if (usesConstantBus(MRI, MO, MI.getDesc().operands()[OpIdx])) { in verifyInstruction() 5742 if (isVALU(MI) && usesConstantBus(MRI, *MO, OpInfo)) { in isOperandLegal() 5758 usesConstantBus(MRI, Op, InstDesc.operands().begin()[i])) { in isOperandLegal()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1773 bool usesConstantBus(const MCInst &Inst, unsigned OpIdx); 3678 bool AMDGPUAsmParser::usesConstantBus(const MCInst &Inst, unsigned OpIdx) { in usesConstantBus() function in AMDGPUAsmParser 3747 if (usesConstantBus(Inst, OpIdx)) { in validateConstantBusLimitations()
|