Searched refs:usesConstantBus (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 836 bool usesConstantBus(const MachineRegisterInfo &MRI,
|
| H A D | SIInstrInfo.cpp | 3663 bool SIInstrInfo::usesConstantBus(const MachineRegisterInfo &MRI, in usesConstantBus() function in SIInstrInfo 4038 if (usesConstantBus(MRI, MO, MI.getDesc().OpInfo[OpIdx])) { in verifyInstruction() 4098 if (usesConstantBus(MRI, MO, MI.getDesc().OpInfo[OpIdx])) { in verifyInstruction() 4710 if (isVALU(MI) && usesConstantBus(MRI, *MO, OpInfo)) { in isOperandLegal() 4725 usesConstantBus(MRI, Op, InstDesc.OpInfo[i])) { in isOperandLegal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1555 bool usesConstantBus(const MCInst &Inst, unsigned OpIdx); 3222 bool AMDGPUAsmParser::usesConstantBus(const MCInst &Inst, unsigned OpIdx) { in usesConstantBus() function in AMDGPUAsmParser 3273 if (usesConstantBus(Inst, OpIdx)) { in validateConstantBusLimitations()
|