Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1537 auto parseOptionalRegister = [&](const yaml::StringValue &RegName, in parseMachineFunctionInfo() local
1542 if (parseOptionalRegister(YamlMFI.VGPRForAGPRCopy, MFI->VGPRForAGPRCopy)) in parseMachineFunctionInfo()
1545 if (parseOptionalRegister(YamlMFI.SGPRForEXECCopy, MFI->SGPRForEXECCopy)) in parseMachineFunctionInfo()
1548 if (parseOptionalRegister(YamlMFI.LongBranchReservedReg, in parseMachineFunctionInfo()