Searched refs:usesConstantBus (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 387 bool usesConstantBus(const MachineRegisterInfo &MRI,
|
D | SIInstrInfo.cpp | 1577 bool SIInstrInfo::usesConstantBus(const MachineRegisterInfo &MRI, in usesConstantBus() function in SIInstrInfo 1741 if (usesConstantBus(MRI, MO, getOpSize(Opcode, OpIdx))) { in verifyInstruction() 2012 if (isVALU(MI) && usesConstantBus(MRI, *MO, DefinedRC->getSize())) { in isOperandLegal() 2024 usesConstantBus(MRI, Op, getOpSize(MI, i))) { in isOperandLegal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 680 bool usesConstantBus(const MachineRegisterInfo &MRI,
|
D | SIInstrInfo.cpp | 2526 bool SIInstrInfo::usesConstantBus(const MachineRegisterInfo &MRI, in usesConstantBus() function in SIInstrInfo 2831 if (usesConstantBus(MRI, MO, MI.getDesc().OpInfo[OpIdx])) { in verifyInstruction() 3209 if (isVALU(MI) && usesConstantBus(MRI, *MO, OpInfo)) { in isOperandLegal() 3221 usesConstantBus(MRI, Op, InstDesc.OpInfo[i])) { in isOperandLegal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 1097 bool usesConstantBus(const MCInst &Inst, unsigned OpIdx); 2265 bool AMDGPUAsmParser::usesConstantBus(const MCInst &Inst, unsigned OpIdx) { in usesConstantBus() function in AMDGPUAsmParser 2304 if (usesConstantBus(Inst, OpIdx)) { in validateConstantBusLimitations()
|