OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstantBusLimit
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSubtarget.h
286
unsigned
getConstantBusLimit
(unsigned Opcode) const;
AMDGPUSubtarget.cpp
335
unsigned GCNSubtarget::
getConstantBusLimit
(unsigned Opcode) const {
SIFixSGPRCopies.cpp
707
if (ST.
getConstantBusLimit
(MI.getOpcode()) != 1)
SIInstrInfo.cpp
2854
(ST.
getConstantBusLimit
(Opc) <= 1 &&
2857
(ST.
getConstantBusLimit
(Opc) <= 1 &&
3098
(ST.
getConstantBusLimit
(Opc) > 1 || !Src0->isReg() ||
4021
if (ConstantBusCount > ST.
getConstantBusLimit
(Opcode) &&
4052
if (SGPRCount > ST.
getConstantBusLimit
(Opcode)) {
4639
int ConstantBusLimit = ST.
getConstantBusLimit
(MI.getOpcode());
4737
if (HasImplicitSGPR && ST.
getConstantBusLimit
(Opc) <= 1 &&
4866
int ConstantBusLimit = ST.
getConstantBusLimit
(Opc);
AMDGPUInstructionSelector.cpp
810
if (STI.
getConstantBusLimit
(AMDGPU::V_WRITELANE_B32) > 1)
3576
if (STI.
getConstantBusLimit
(AMDGPU::V_ADD_U32_e64) > NumLiterals)
AMDGPUISelDAGToDAG.cpp
1827
if (Subtarget->
getConstantBusLimit
(AMDGPU::V_ADD_U32_e64) > NumLiterals)
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp
1553
unsigned
getConstantBusLimit
(unsigned Opcode) const;
3197
unsigned AMDGPUAsmParser::
getConstantBusLimit
(unsigned Opcode) const {
3311
if (ConstantBusUseCount <=
getConstantBusLimit
(Opcode))
Completed in 50 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026