Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h705 bool usesConstantBus(const MachineRegisterInfo &MRI,
H A DSIInstrInfo.cpp2703 bool SIInstrInfo::usesConstantBus(const MachineRegisterInfo &MRI, in usesConstantBus() function in SIInstrInfo
3044 if (usesConstantBus(MRI, MO, MI.getDesc().OpInfo[OpIdx])) { in verifyInstruction()
3424 if (isVALU(MI) && usesConstantBus(MRI, *MO, OpInfo)) { in isOperandLegal()
3436 usesConstantBus(MRI, Op, InstDesc.OpInfo[i])) { in isOperandLegal()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1094 bool usesConstantBus(const MCInst &Inst, unsigned OpIdx);
2262 bool AMDGPUAsmParser::usesConstantBus(const MCInst &Inst, unsigned OpIdx) { in usesConstantBus() function in AMDGPUAsmParser
2301 if (usesConstantBus(Inst, OpIdx)) { in validateConstantBusLimitations()