Searched refs:getConstantBusLimit (Results 1 – 9 of 9) sorted by relevance
349 unsigned getConstantBusLimit(unsigned Opcode) const;
215 unsigned GCNSubtarget::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in GCNSubtarget
3534 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()
695 if (ST.getConstantBusLimit(MI.getOpcode()) != 1) in runOnMachineFunction()
474 if (ConstantBusUses > Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64))493 const int ConstantBusLimit = Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64);
921 if (STI.getConstantBusLimit(AMDGPU::V_WRITELANE_B32) > 1) in selectWritelane()4417 if (STI.getConstantBusLimit(AMDGPU::V_ADD_U32_e64) > NumLiterals) in selectGlobalSAddr()
1395 if (ST.getConstantBusLimit(AMDGPU::V_ADD_U32_e64) >= 2) { in buildSpillLoadStore()
1810 if (Subtarget->getConstantBusLimit(AMDGPU::V_ADD_U32_e64) > NumLiterals) in SelectGlobalSAddr()
1772 unsigned getConstantBusLimit(unsigned Opcode) const;3621 unsigned AMDGPUAsmParser::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in AMDGPUAsmParser3788 if (ConstantBusUseCount <= getConstantBusLimit(Opcode)) in validateConstantBusLimitations()