Searched refs:RegCount (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 723 uint32_t encodeCompactUnwindRegistersWithoutFrame(unsigned RegCount) const { in encodeCompactUnwindRegistersWithoutFrame() 737 for (unsigned i = 0; i < RegCount; ++i) { in encodeCompactUnwindRegistersWithoutFrame() 747 for (unsigned i = CU_NUM_SAVED_REGS - RegCount; i < CU_NUM_SAVED_REGS; ++i){ in encodeCompactUnwindRegistersWithoutFrame() 749 for (unsigned j = CU_NUM_SAVED_REGS - RegCount; j < i; ++j) in encodeCompactUnwindRegistersWithoutFrame() 758 switch (RegCount) { in encodeCompactUnwindRegistersWithoutFrame()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 1017 SmallVector<unsigned, 4> RegCount; member 1039 RegCount.push_back(RHS.Regs.size()); in append() 1068 return std::accumulate(RegCount.begin(), RegCount.end(), 0) > 1; in occupiesMultipleRegs()
|
| H A D | SelectionDAGBuilder.cpp | 762 RegCount(1, regs.size()), CallConv(CC) {} in RegsForValue() 783 RegCount.push_back(NumRegs); in RegsForValue() 804 unsigned NumRegs = RegCount[Value]; in getCopyFromRegs() 886 unsigned NumParts = RegCount[Value]; in getCopyToRegs() 988 for (auto CountAndVT : zip_first(RegCount, RegVTs)) { in getRegsAndSizes() 989 unsigned RegCount = std::get<0>(CountAndVT); in getRegsAndSizes() local 992 for (unsigned E = I + RegCount; I != E; ++I) in getRegsAndSizes()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIRegisterInfo.cpp | 118 static unsigned findPrivateSegmentWaveByteOffsetRegIndex(unsigned RegCount) { in findPrivateSegmentWaveByteOffsetRegIndex() argument 122 if (RegCount & 3) { in findPrivateSegmentWaveByteOffsetRegIndex() 125 Reg = RegCount - 1; in findPrivateSegmentWaveByteOffsetRegIndex() 129 Reg = RegCount - 5; in findPrivateSegmentWaveByteOffsetRegIndex()
|
| H A D | SIInstrInfo.cpp | 2993 uint32_t RegCount = in verifyInstruction() local 3001 RegCount >>= 1; in verifyInstruction() 3005 RegCount += 1; in verifyInstruction() 3013 if (RegCount > DstSize) { in verifyInstruction()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 6639 llvm::Value *RegCount = CGF.Builder.CreateLoad(RegCountPtr, "reg_count"); in EmitVAArg() local 6641 llvm::Value *InRegs = CGF.Builder.CreateICmpULT(RegCount, MaxRegsV, in EmitVAArg() 6654 CGF.Builder.CreateMul(RegCount, PaddedSizeV, "scaled_reg_count"); in EmitVAArg() 6674 CGF.Builder.CreateAdd(RegCount, One, "reg_count"); in EmitVAArg()
|