Searched refs:MaxRegs (Results 1 – 2 of 2) sorted by relevance
1346 unsigned MaxRegs = 8; in printMatrixTileList() local1350 for (unsigned I = 0; I < MaxRegs; ++I) in printMatrixTileList()1356 for (unsigned I = 0; I < MaxRegs; ++I) { in printMatrixTileList()
7638 unsigned MaxRegs, RegCountField, RegSaveIndex; in EmitVAArg() local7641 MaxRegs = 4; // Maximum of 4 FPR arguments in EmitVAArg()7646 MaxRegs = 5; // Maximum of 5 GPR arguments in EmitVAArg()7655 llvm::Value *MaxRegsV = llvm::ConstantInt::get(IndexTy, MaxRegs); in EmitVAArg()