Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h888 bool usesConstantBus(const MachineRegisterInfo &MRI,
H A DSIInstrInfo.cpp4022 bool SIInstrInfo::usesConstantBus(const MachineRegisterInfo &MRI, in usesConstantBus() function in SIInstrInfo
4399 if (usesConstantBus(MRI, MO, MI.getDesc().operands()[OpIdx])) { in verifyInstruction()
4457 if (usesConstantBus(MRI, MO, MI.getDesc().operands()[OpIdx])) { in verifyInstruction()
5106 if (isVALU(MI) && usesConstantBus(MRI, *MO, OpInfo)) { in isOperandLegal()
5122 usesConstantBus(MRI, Op, InstDesc.operands().begin()[i])) { in isOperandLegal()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1673 bool usesConstantBus(const MCInst &Inst, unsigned OpIdx);
3450 bool AMDGPUAsmParser::usesConstantBus(const MCInst &Inst, unsigned OpIdx) { in usesConstantBus() function in AMDGPUAsmParser
3499 if (usesConstantBus(Inst, OpIdx)) { in validateConstantBusLimitations()