Searched refs:usesConstantBus (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 884 bool usesConstantBus(const MachineRegisterInfo &MRI,
|
| H A D | SIInstrInfo.cpp | 3898 bool SIInstrInfo::usesConstantBus(const MachineRegisterInfo &MRI, in usesConstantBus() function in SIInstrInfo 4280 if (usesConstantBus(MRI, MO, MI.getDesc().OpInfo[OpIdx])) { in verifyInstruction() 4340 if (usesConstantBus(MRI, MO, MI.getDesc().OpInfo[OpIdx])) { in verifyInstruction() 4989 if (isVALU(MI) && usesConstantBus(MRI, *MO, OpInfo)) { in isOperandLegal() 5004 usesConstantBus(MRI, Op, InstDesc.OpInfo[i])) { in isOperandLegal()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1656 bool usesConstantBus(const MCInst &Inst, unsigned OpIdx); 3401 bool AMDGPUAsmParser::usesConstantBus(const MCInst &Inst, unsigned OpIdx) { in usesConstantBus() function in AMDGPUAsmParser 3453 if (usesConstantBus(Inst, OpIdx)) { in validateConstantBusLimitations()
|