Searched refs:VCCUsed (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h64 bool VCCUsed = false; member in struct:llvm::SIProgramInfo
H A DAMDGPUAsmPrinter.cpp250 CurrentProgramInfo.VCCUsed,
252 CurrentProgramInfo.VCCUsed, CurrentProgramInfo.FlatUsed,
988 ProgInfo.VCCUsed = Info.UsesVCC;
1004 &STM, ProgInfo.VCCUsed, ProgInfo.FlatUsed);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h133 unsigned getNumExtraSGPRs(const MCSubtargetInfo *STI, bool VCCUsed,
139 unsigned getNumExtraSGPRs(const MCSubtargetInfo *STI, bool VCCUsed,
H A DAMDGPUBaseInfo.cpp403 unsigned getNumExtraSGPRs(const MCSubtargetInfo *STI, bool VCCUsed, argument
406 if (VCCUsed)
427 unsigned getNumExtraSGPRs(const MCSubtargetInfo *STI, bool VCCUsed, argument
429 return getNumExtraSGPRs(STI, VCCUsed, FlatScrUsed,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1028 /// \param VCCUsed [in] Whether VCC special SGPR is reserved.
1039 bool calculateGPRBlocks(const FeatureBitset &Features, bool VCCUsed,
3801 const FeatureBitset &Features, bool VCCUsed, bool FlatScrUsed,
3823 IsaInfo::getNumExtraSGPRs(&getSTI(), VCCUsed, FlatScrUsed, XNACKUsed);
3800 calculateGPRBlocks( const FeatureBitset &Features, bool VCCUsed, bool FlatScrUsed, bool XNACKUsed, Optional<bool> EnableWavefrontSize32, unsigned NextFreeVGPR, SMRange VGPRRange, unsigned NextFreeSGPR, SMRange SGPRRange, unsigned &VGPRBlocks, unsigned &SGPRBlocks) argument

Completed in 185 milliseconds