Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h297 unsigned getConstantBusLimit(unsigned Opcode) const;
H A DAMDGPUSubtarget.cpp191 unsigned GCNSubtarget::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in GCNSubtarget
H A DSIInstrInfo.cpp3185 (ST.getConstantBusLimit(Opc) <= 1 && in FoldImmediate()
3188 (ST.getConstantBusLimit(Opc) <= 1 && in FoldImmediate()
3484 (ST.getConstantBusLimit(Opc) > 1 || !Src0->isReg() || in convertToThreeAddress()
4433 if (ConstantBusCount > ST.getConstantBusLimit(Opcode) && in verifyInstruction()
4464 if (SGPRCount > ST.getConstantBusLimit(Opcode)) { in verifyInstruction()
5104 int ConstantBusLimit = ST.getConstantBusLimit(MI.getOpcode()); in isOperandLegal()
5202 if (HasImplicitSGPR && ST.getConstantBusLimit(Opc) <= 1 && Src0.isReg() && in legalizeOperandsVOP2()
5330 int ConstantBusLimit = ST.getConstantBusLimit(Opc); in legalizeOperandsVOP3()
H A DSIFixSGPRCopies.cpp686 if (ST.getConstantBusLimit(MI.getOpcode()) != 1) in runOnMachineFunction()
H A DVOP3Instructions.td438 if (ConstantBusUses > Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64))
457 const int ConstantBusLimit = Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64);
H A DAMDGPUInstructionSelector.cpp966 if (STI.getConstantBusLimit(AMDGPU::V_WRITELANE_B32) > 1) in selectWritelane()
4004 if (STI.getConstantBusLimit(AMDGPU::V_ADD_U32_e64) > NumLiterals) in selectGlobalSAddr()
H A DSIRegisterInfo.cpp1372 if (ST.getConstantBusLimit(AMDGPU::V_ADD_U32_e64) >= 2) { in buildSpillLoadStore()
H A DAMDGPUISelDAGToDAG.cpp1691 if (Subtarget->getConstantBusLimit(AMDGPU::V_ADD_U32_e64) > NumLiterals) in SelectGlobalSAddr()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1672 unsigned getConstantBusLimit(unsigned Opcode) const;
3397 unsigned AMDGPUAsmParser::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in AMDGPUAsmParser
3540 if (ConstantBusUseCount <= getConstantBusLimit(Opcode)) in validateConstantBusLimitations()