Home
last modified time | relevance | path

Searched refs:usesConstantBus (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h884 bool usesConstantBus(const MachineRegisterInfo &MRI,
H A DSIInstrInfo.cpp3898 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 DAMDGPUAsmParser.cpp1656 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()