Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1046 bool usesConstantBus(const MachineRegisterInfo &MRI,
H A DSIInstrInfo.cpp4418 bool SIInstrInfo::usesConstantBus(const MachineRegisterInfo &MRI, in usesConstantBus() function in SIInstrInfo
4803 if (usesConstantBus(MRI, MO, MI.getDesc().operands()[OpIdx])) { in verifyInstruction()
4861 if (usesConstantBus(MRI, MO, MI.getDesc().operands()[OpIdx])) { in verifyInstruction()
5630 if (isVALU(MI) && usesConstantBus(MRI, *MO, OpInfo)) { in isOperandLegal()
5646 usesConstantBus(MRI, Op, InstDesc.operands().begin()[i])) { in isOperandLegal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1738 bool usesConstantBus(const MCInst &Inst, unsigned OpIdx);
3526 bool AMDGPUAsmParser::usesConstantBus(const MCInst &Inst, unsigned OpIdx) { in usesConstantBus() function in AMDGPUAsmParser
3578 if (usesConstantBus(Inst, OpIdx)) { in validateConstantBusLimitations()