Searched refs:usesConstantBus (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 1166 bool usesConstantBus(const MachineRegisterInfo &MRI, 1170 bool usesConstantBus(const MachineRegisterInfo &MRI, const MachineInstr &MI, in usesConstantBus() function 1172 return usesConstantBus(MRI, MI.getOperand(OpIdx), in usesConstantBus()
|
| H A D | SIInstrInfo.cpp | 4680 bool SIInstrInfo::usesConstantBus(const MachineRegisterInfo &MRI, in usesConstantBus() function in SIInstrInfo 5114 if (usesConstantBus(MRI, MO, MI.getDesc().operands()[OpIdx])) { in verifyInstruction() 5172 if (usesConstantBus(MRI, MO, MI.getDesc().operands()[OpIdx])) { in verifyInstruction() 6037 if (isVALU(MI) && !IsInlineConst && usesConstantBus(MRI, *MO, OpInfo)) { in isOperandLegal() 6063 usesConstantBus(MRI, Op, InstDesc.operands().begin()[i])) { in isOperandLegal()
|
| H A D | SIISelLowering.cpp | 16313 if (TII->usesConstantBus(MRI, MI, Src0Idx) && in AdjustInstrPostInstrSelection() 16314 TII->usesConstantBus(MRI, MI, Src1Idx)) in AdjustInstrPostInstrSelection()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1853 bool usesConstantBus(const MCInst &Inst, unsigned OpIdx); 3818 bool AMDGPUAsmParser::usesConstantBus(const MCInst &Inst, unsigned OpIdx) { in usesConstantBus() function in AMDGPUAsmParser 3887 if (usesConstantBus(Inst, OpIdx)) { in validateConstantBusLimitations()
|