Searched refs:usesConstantBus (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 835 bool usesConstantBus(const MachineRegisterInfo &MRI,
|
| H A D | SIInstrInfo.cpp | 3610 bool SIInstrInfo::usesConstantBus(const MachineRegisterInfo &MRI, in usesConstantBus() function in SIInstrInfo 3985 if (usesConstantBus(MRI, MO, MI.getDesc().OpInfo[OpIdx])) { in verifyInstruction() 4045 if (usesConstantBus(MRI, MO, MI.getDesc().OpInfo[OpIdx])) { in verifyInstruction() 4641 if (isVALU(MI) && usesConstantBus(MRI, *MO, OpInfo)) { in isOperandLegal() 4656 usesConstantBus(MRI, Op, InstDesc.OpInfo[i])) { in isOperandLegal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1554 bool usesConstantBus(const MCInst &Inst, unsigned OpIdx); 3218 bool AMDGPUAsmParser::usesConstantBus(const MCInst &Inst, unsigned OpIdx) { in usesConstantBus() function in AMDGPUAsmParser 3269 if (usesConstantBus(Inst, OpIdx)) { in validateConstantBusLimitations()
|