Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp7638 unsigned MaxRegs, RegCountField, RegSaveIndex; in EmitVAArg() local
7642 RegCountField = 1; // __fpr in EmitVAArg()
7647 RegCountField = 0; // __gpr in EmitVAArg()
7653 CGF.Builder.CreateStructGEP(VAListAddr, RegCountField, "reg_count_ptr"); in EmitVAArg()