Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp318 unsigned MaxRegs, RegCountField, RegSaveIndex; in EmitVAArg() local
321 MaxRegs = 4; // Maximum of 4 FPR arguments in EmitVAArg()
326 MaxRegs = 5; // Maximum of 5 GPR arguments in EmitVAArg()
335 llvm::Value *MaxRegsV = llvm::ConstantInt::get(IndexTy, MaxRegs); in EmitVAArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1626 unsigned MaxRegs = 8; in printMatrixTileList()
1630 for (unsigned I = 0; I < MaxRegs; ++I) in printMatrixTileList()
1636 for (unsigned I = 0; I < MaxRegs; ++I) { in printVectorList()
1613 unsigned MaxRegs = 8; printMatrixTileList() local