Searched refs:RegCount (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SystemZ.cpp | 334 llvm::Value *RegCount = CGF.Builder.CreateLoad(RegCountPtr, "reg_count"); in EmitVAArg() local 336 llvm::Value *InRegs = CGF.Builder.CreateICmpULT(RegCount, MaxRegsV, in EmitVAArg() 349 CGF.Builder.CreateMul(RegCount, PaddedSizeV, "scaled_reg_count"); in EmitVAArg() 367 CGF.Builder.CreateAdd(RegCount, One, "reg_count"); in EmitVAArg()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 399 auto RegCount = Regs.size(); in shouldUseFrameHelper() local 400 assert(RegCount > 0 && (RegCount % 2 == 0)); in shouldUseFrameHelper() 402 int InstCount = RegCount / 2; in shouldUseFrameHelper()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 735 SmallVector<unsigned, 4> RegCount; member 755 RegCount.push_back(RHS.Regs.size()); in append() 784 return std::accumulate(RegCount.begin(), RegCount.end(), 0) > 1; in occupiesMultipleRegs()
|
| H A D | SelectionDAGBuilder.cpp | 838 RegCount(1, regs.size()), CallConv(CC) {} in RegsForValue() 859 RegCount.push_back(NumRegs); in RegsForValue() 880 unsigned NumRegs = RegCount[Value]; in getCopyFromRegs() 962 unsigned NumParts = RegCount[Value]; in getCopyToRegs() 1064 for (auto CountAndVT : zip_first(RegCount, RegVTs)) { in getRegsAndSizes() 1065 unsigned RegCount = std::get<0>(CountAndVT); in getRegsAndSizes() local 1068 for (unsigned E = I + RegCount; I != E; ++I) in getRegsAndSizes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 1244 uint32_t encodeCompactUnwindRegistersWithoutFrame(unsigned RegCount) const { in encodeCompactUnwindRegistersWithoutFrame() 1258 for (unsigned i = 0; i < RegCount; ++i) { in encodeCompactUnwindRegistersWithoutFrame() 1268 for (unsigned i = CU_NUM_SAVED_REGS - RegCount; i < CU_NUM_SAVED_REGS; ++i){ in encodeCompactUnwindRegistersWithoutFrame() 1270 for (unsigned j = CU_NUM_SAVED_REGS - RegCount; j < i; ++j) in encodeCompactUnwindRegistersWithoutFrame() 1279 switch (RegCount) { in encodeCompactUnwindRegistersWithoutFrame()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 6066 unsigned RegCount = cast<ConstantInt>(V)->getZExtValue(); in visitIntrinsicCall() local 6067 Check(RegCount % 8 == 0, in visitIntrinsicCall() 6069 Check((RegCount >= 24 && RegCount <= 256), in visitIntrinsicCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 4751 uint32_t RegCount = in verifyInstruction() local 4759 RegCount = divideCeil(RegCount, 2); in verifyInstruction() 4763 RegCount += 1; in verifyInstruction() 4771 if (RegCount > DstSize) { in verifyInstruction()
|