Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h286 unsigned getConstantBusLimit(unsigned Opcode) const;
H A DAMDGPUSubtarget.cpp335 unsigned GCNSubtarget::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in GCNSubtarget
H A DSIFixSGPRCopies.cpp707 if (ST.getConstantBusLimit(MI.getOpcode()) != 1) in runOnMachineFunction()
H A DSIInstrInfo.cpp2854 (ST.getConstantBusLimit(Opc) <= 1 && in FoldImmediate()
2857 (ST.getConstantBusLimit(Opc) <= 1 && in FoldImmediate()
3098 (ST.getConstantBusLimit(Opc) > 1 || !Src0->isReg() || in convertToThreeAddress()
4021 if (ConstantBusCount > ST.getConstantBusLimit(Opcode) && in verifyInstruction()
4052 if (SGPRCount > ST.getConstantBusLimit(Opcode)) { in verifyInstruction()
4639 int ConstantBusLimit = ST.getConstantBusLimit(MI.getOpcode()); in isOperandLegal()
4737 if (HasImplicitSGPR && ST.getConstantBusLimit(Opc) <= 1 && in legalizeOperandsVOP2()
4866 int ConstantBusLimit = ST.getConstantBusLimit(Opc); in legalizeOperandsVOP3()
H A DVOP3Instructions.td573 if (ConstantBusUses > Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64))
590 const int ConstantBusLimit = Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64);
H A DAMDGPUInstructionSelector.cpp810 if (STI.getConstantBusLimit(AMDGPU::V_WRITELANE_B32) > 1) in selectWritelane()
3576 if (STI.getConstantBusLimit(AMDGPU::V_ADD_U32_e64) > NumLiterals) in selectGlobalSAddr()
H A DAMDGPUISelDAGToDAG.cpp1827 if (Subtarget->getConstantBusLimit(AMDGPU::V_ADD_U32_e64) > NumLiterals) in SelectGlobalSAddr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1553 unsigned getConstantBusLimit(unsigned Opcode) const;
3197 unsigned AMDGPUAsmParser::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in AMDGPUAsmParser
3311 if (ConstantBusUseCount <= getConstantBusLimit(Opcode)) in validateConstantBusLimitations()