Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h473 unsigned getConstantBusLimit(unsigned Opcode) const;
DAMDGPUSubtarget.cpp296 unsigned GCNSubtarget::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in GCNSubtarget
DSIFixSGPRCopies.cpp691 if (ST.getConstantBusLimit(MI.getOpcode()) != 1) in runOnMachineFunction()
DSIInstrInfo.cpp2449 (ST.getConstantBusLimit(Opc) <= 1 && in FoldImmediate()
2452 (ST.getConstantBusLimit(Opc) <= 1 && in FoldImmediate()
2664 (ST.getConstantBusLimit(Opc) > 1 || in convertToThreeAddress()
3478 if (ConstantBusCount > ST.getConstantBusLimit(Opcode) && in verifyInstruction()
3515 if (SGPRCount > ST.getConstantBusLimit(Opcode)) { in verifyInstruction()
3970 int ConstantBusLimit = ST.getConstantBusLimit(MI.getOpcode()); in isOperandLegal()
4035 if (HasImplicitSGPR && ST.getConstantBusLimit(Opc) <= 1 && in legalizeOperandsVOP2()
4164 int ConstantBusLimit = ST.getConstantBusLimit(Opc); in legalizeOperandsVOP3()
DVOP3Instructions.td562 if (ConstantBusUses > Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32))
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1332 unsigned getConstantBusLimit(unsigned Opcode) const;
2777 unsigned AMDGPUAsmParser::getConstantBusLimit(unsigned Opcode) const { in getConstantBusLimit() function in AMDGPUAsmParser
2887 return ConstantBusUseCount <= getConstantBusLimit(Opcode); in validateConstantBusLimitations()