Searched refs:getConstantBusLimit (Results 1 – 9 of 9) sorted by relevance
200 unsigned GCNSubtarget::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in GCNSubtarget
374 unsigned getConstantBusLimit(unsigned Opcode) const;
3659 ST.getConstantBusLimit(Opc) < 2) in foldImmediate()3722 if (ST.getConstantBusLimit(Opc) < 2) { in foldImmediate()3736 } else if (ST.getConstantBusLimit(Opc) <= 1 && in foldImmediate()4097 (ST.getConstantBusLimit(Opc) > 1 || !Src0->isReg() || in convertToThreeAddress()5148 if (ConstantBusCount > ST.getConstantBusLimit(Opcode) && in verifyInstruction()5179 if (SGPRCount > ST.getConstantBusLimit(Opcode)) { in verifyInstruction()6040 int ConstantBusLimit = ST.getConstantBusLimit(MI.getOpcode()); in isOperandLegal()6160 if (HasImplicitSGPR && ST.getConstantBusLimit(Opc) <= 1 && Src0.isReg() && in legalizeOperandsVOP2()6295 int ConstantBusLimit = ST.getConstantBusLimit(Opc); in legalizeOperandsVOP3()
711 if (ST.getConstantBusLimit(MI.getOpcode()) != 1) in run()
915 if (ST.getConstantBusLimit(AMDGPU::V_ADD_U32_e32) < 2 && in needsFrameBaseReg()931 if (ST.getConstantBusLimit(AMDGPU::V_ADD_CO_U32_e32) < 2 && in needsFrameBaseReg()1639 if (ST.getConstantBusLimit(AMDGPU::V_ADD_U32_e64) >= 2) { in buildSpillLoadStore()
545 if (ConstantBusUses > Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64))564 const int ConstantBusLimit = Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64);
1019 if (STI.getConstantBusLimit(AMDGPU::V_WRITELANE_B32) > 1) in selectWritelane()3930 unsigned CBL = STI.getConstantBusLimit(Opc); in selectBITOP3()5451 if (STI.getConstantBusLimit(AMDGPU::V_ADD_U32_e64) > NumLiterals) in selectGlobalSAddr()
1924 if (Subtarget->getConstantBusLimit(AMDGPU::V_ADD_U32_e64) > NumLiterals) in SelectGlobalSAddr()
1852 unsigned getConstantBusLimit(unsigned Opcode) const;3760 unsigned AMDGPUAsmParser::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in AMDGPUAsmParser3928 if (ConstantBusUseCount <= getConstantBusLimit(Opcode)) in validateConstantBusLimitations()