Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
HDAMDGPUMCExpr.cpp111 uint64_t VCCUsed = 0, FlatScrUsed = 0, XNACKUsed = 0; in evaluateExtraSGPRs() local
116 if (!Success || !TryGetMCExprValue(Args[0], VCCUsed) || in evaluateExtraSGPRs()
121 STI, (bool)VCCUsed, (bool)FlatScrUsed, (bool)XNACKUsed); in evaluateExtraSGPRs()
265 const AMDGPUMCExpr *AMDGPUMCExpr::createExtraSGPRs(const MCExpr *VCCUsed, in createExtraSGPRs() argument
271 {VCCUsed, FlatScrUsed, MCConstantExpr::create(XNACKUsed, Ctx)}, in createExtraSGPRs()
HDAMDGPUMCExpr.h74 static const AMDGPUMCExpr *createExtraSGPRs(const MCExpr *VCCUsed,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIProgramInfo.h90 const MCExpr *VCCUsed = nullptr; member
HDSIProgramInfo.cpp75 VCCUsed = ZeroExpr; in reset()
HDAMDGPUAsmPrinter.cpp247 CurrentProgramInfo.VCCUsed, CurrentProgramInfo.FlatUsed, in emitFunctionBodyEnd()
250 CurrentProgramInfo.VCCUsed, CurrentProgramInfo.FlatUsed); in emitFunctionBodyEnd()
784 ProgInfo.VCCUsed = CreateExpr(Info.UsesVCC); in getSIProgramInfo()
805 ProgInfo.VCCUsed, ProgInfo.FlatUsed, in getSIProgramInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUBaseInfo.h264 unsigned getNumExtraSGPRs(const MCSubtargetInfo *STI, bool VCCUsed,
270 unsigned getNumExtraSGPRs(const MCSubtargetInfo *STI, bool VCCUsed,
HDAMDGPUBaseInfo.cpp1061 unsigned getNumExtraSGPRs(const MCSubtargetInfo *STI, bool VCCUsed, in getNumExtraSGPRs() argument
1064 if (VCCUsed) in getNumExtraSGPRs()
1086 unsigned getNumExtraSGPRs(const MCSubtargetInfo *STI, bool VCCUsed, in getNumExtraSGPRs() argument
1088 return getNumExtraSGPRs(STI, VCCUsed, FlatScrUsed, in getNumExtraSGPRs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp1334 bool calculateGPRBlocks(const FeatureBitset &Features, const MCExpr *VCCUsed,
5364 const FeatureBitset &Features, const MCExpr *VCCUsed, in calculateGPRBlocks() argument
5389 AMDGPUMCExpr::createExtraSGPRs(VCCUsed, FlatScrUsed, XNACKUsed, Ctx); in calculateGPRBlocks()