Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.cpp200 unsigned GCNSubtarget::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in GCNSubtarget
H A DGCNSubtarget.h374 unsigned getConstantBusLimit(unsigned Opcode) const;
H A DSIInstrInfo.cpp3659 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()
H A DSIFixSGPRCopies.cpp711 if (ST.getConstantBusLimit(MI.getOpcode()) != 1) in run()
H A DSIRegisterInfo.cpp915 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()
H A DVOP3Instructions.td545 if (ConstantBusUses > Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64))
564 const int ConstantBusLimit = Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64);
H A DAMDGPUInstructionSelector.cpp1019 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()
H A DAMDGPUISelDAGToDAG.cpp1924 if (Subtarget->getConstantBusLimit(AMDGPU::V_ADD_U32_e64) > NumLiterals) in SelectGlobalSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1852 unsigned getConstantBusLimit(unsigned Opcode) const;
3760 unsigned AMDGPUAsmParser::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in AMDGPUAsmParser
3928 if (ConstantBusUseCount <= getConstantBusLimit(Opcode)) in validateConstantBusLimitations()