Home
last modified time | relevance | path

Searched refs:getConstantBusLimit (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h349 unsigned getConstantBusLimit(unsigned Opcode) const;
H A DAMDGPUSubtarget.cpp215 unsigned GCNSubtarget::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in GCNSubtarget
H A DSIInstrInfo.cpp3534 ST.getConstantBusLimit(Opc) < 2) in foldImmediate()
3598 if (ST.getConstantBusLimit(Opc) < 2) { in foldImmediate()
3612 } else if (ST.getConstantBusLimit(Opc) <= 1 && in foldImmediate()
3945 (ST.getConstantBusLimit(Opc) > 1 || !Src0->isReg() || in convertToThreeAddress()
4963 if (ConstantBusCount > ST.getConstantBusLimit(Opcode) && in verifyInstruction()
4994 if (SGPRCount > ST.getConstantBusLimit(Opcode)) { in verifyInstruction()
5740 int ConstantBusLimit = ST.getConstantBusLimit(MI.getOpcode()); in isOperandLegal()
5862 if (HasImplicitSGPR && ST.getConstantBusLimit(Opc) <= 1 && Src0.isReg() && in legalizeOperandsVOP2()
5997 int ConstantBusLimit = ST.getConstantBusLimit(Opc); in legalizeOperandsVOP3()
H A DSIFixSGPRCopies.cpp695 if (ST.getConstantBusLimit(MI.getOpcode()) != 1) in runOnMachineFunction()
H A DVOP3Instructions.td474 if (ConstantBusUses > Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64))
493 const int ConstantBusLimit = Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64);
H A DAMDGPUInstructionSelector.cpp921 if (STI.getConstantBusLimit(AMDGPU::V_WRITELANE_B32) > 1) in selectWritelane()
4417 if (STI.getConstantBusLimit(AMDGPU::V_ADD_U32_e64) > NumLiterals) in selectGlobalSAddr()
H A DSIRegisterInfo.cpp1395 if (ST.getConstantBusLimit(AMDGPU::V_ADD_U32_e64) >= 2) { in buildSpillLoadStore()
H A DAMDGPUISelDAGToDAG.cpp1810 if (Subtarget->getConstantBusLimit(AMDGPU::V_ADD_U32_e64) > NumLiterals) in SelectGlobalSAddr()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1772 unsigned getConstantBusLimit(unsigned Opcode) const;
3621 unsigned AMDGPUAsmParser::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in AMDGPUAsmParser
3788 if (ConstantBusUseCount <= getConstantBusLimit(Opcode)) in validateConstantBusLimitations()