Searched refs:RegCount (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 360 auto RegCount = Regs.size(); in shouldUseFrameHelper() local 361 assert(RegCount > 0 && (RegCount % 2 == 0)); in shouldUseFrameHelper() 363 int InstCount = RegCount / 2; in shouldUseFrameHelper()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 857 SmallVector<unsigned, 4> RegCount; member 879 RegCount.push_back(RHS.Regs.size()); in append() 908 return std::accumulate(RegCount.begin(), RegCount.end(), 0) > 1; in occupiesMultipleRegs()
|
| H A D | SelectionDAGBuilder.cpp | 780 RegCount(1, regs.size()), CallConv(CC) {} in RegsForValue() 801 RegCount.push_back(NumRegs); in RegsForValue() 822 unsigned NumRegs = RegCount[Value]; in getCopyFromRegs() 904 unsigned NumParts = RegCount[Value]; in getCopyToRegs() 1006 for (auto CountAndVT : zip_first(RegCount, RegVTs)) { in getRegsAndSizes() 1007 unsigned RegCount = std::get<0>(CountAndVT); in getRegsAndSizes() local 1010 for (unsigned E = I + RegCount; I != E; ++I) in getRegsAndSizes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 1352 uint32_t encodeCompactUnwindRegistersWithoutFrame(unsigned RegCount) const { in encodeCompactUnwindRegistersWithoutFrame() 1366 for (unsigned i = 0; i < RegCount; ++i) { in encodeCompactUnwindRegistersWithoutFrame() 1376 for (unsigned i = CU_NUM_SAVED_REGS - RegCount; i < CU_NUM_SAVED_REGS; ++i){ in encodeCompactUnwindRegistersWithoutFrame() 1378 for (unsigned j = CU_NUM_SAVED_REGS - RegCount; j < i; ++j) in encodeCompactUnwindRegistersWithoutFrame() 1387 switch (RegCount) { in encodeCompactUnwindRegistersWithoutFrame()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 3987 uint32_t RegCount = in verifyInstruction() local 3995 RegCount >>= 1; in verifyInstruction() 3999 RegCount += 1; in verifyInstruction() 4007 if (RegCount > DstSize) { in verifyInstruction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 7506 llvm::Value *RegCount = CGF.Builder.CreateLoad(RegCountPtr, "reg_count"); in EmitVAArg() local 7508 llvm::Value *InRegs = CGF.Builder.CreateICmpULT(RegCount, MaxRegsV, in EmitVAArg() 7521 CGF.Builder.CreateMul(RegCount, PaddedSizeV, "scaled_reg_count"); in EmitVAArg() 7540 CGF.Builder.CreateAdd(RegCount, One, "reg_count"); in EmitVAArg()
|