Home
last modified time | relevance | path

Searched defs:NumRegs (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp62 uint32_t NumRegs = (getContext().getTypeSize(Base) + 31) / 32; in isHomogeneousAggregateSmallEnough() local
70 unsigned NumRegs = 0; in numRegsForType() local
248 unsigned NumRegs = (Size + 31) / 32; in classifyArgumentType() local
263 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType() local
280 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType() local
H A DAVR.cpp102 unsigned NumRegs = ParamRegs; in computeInfo() local
H A DPPC.cpp471 llvm::Value *NumRegs = Builder.CreateLoad(NumRegsAddr, "numUsedRegs"); in EmitVAArg() local
813 uint32_t NumRegs = in isHomogeneousAggregateSmallEnough() local
880 uint64_t NumRegs = llvm::alignTo(Bits, RegBits) / RegBits; in classifyArgumentType() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp108 unsigned NumRegs = 1; in getRegistersForValue() local
499 unsigned NumRegs = OpInfo.Regs.size(); in lowerInlineAsm() local
526 const unsigned NumRegs = OpInfo.Regs.size(); in lowerInlineAsm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp111 unsigned NumRegs = Intervals.size(); in tryAssignRegisters() local
144 unsigned NumRegs = Intervals.size(); in scavengeRegs() local
H A DSIRegisterInfo.cpp542 unsigned NumRegs) { in getSubRegFromChannel()
621 unsigned NumRegs = divideCeil(getRegSizeInBits(*RC), 32); in getReservedRegs() local
698 unsigned NumRegs = divideCeil(getRegSizeInBits(*RC), 32); in getReservedRegs() local
712 unsigned NumRegs = divideCeil(getRegSizeInBits(*RC), 32); in getReservedRegs() local
1541 unsigned NumRegs = EltSize / 4; in buildSpillLoadStore() local
1604 unsigned NumRegs = RemEltSize / 4; in buildSpillLoadStore() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp440 void LiveVariables::HandleRegMask(const MachineOperand &MO, unsigned NumRegs) { in HandleRegMask()
514 unsigned NumRegs) { in runOnInstr()
575 void LiveVariables::runOnBlock(MachineBasicBlock *MBB, unsigned NumRegs) { in runOnBlock()
633 const unsigned NumRegs = TRI->getNumSupportedRegs(mf); in analyze() local
H A DCFIInstrInserter.cpp154 unsigned NumRegs = TRI.getNumSupportedRegs(MF); in calculateCFAInfo() local
184 unsigned NumRegs = TRI.getNumSupportedRegs(*MF); in calculateOutgoingCFAInfo() local
H A DRegisterClassInfo.cpp131 unsigned NumRegs = RC->getNumRegs(); in compute() local
H A DRDFRegisters.cpp151 C &= maskTrailingOnes<unsigned>(NumRegs % 32); in getUnits() local
H A DVirtRegMap.cpp79 unsigned NumRegs = MF->getRegInfo().getNumVirtRegs(); in grow() local
H A DStackMaps.cpp374 for (unsigned Reg = 0, NumRegs = TRI->getNumRegs(); Reg != NumRegs; ++Reg) parseRegisterLiveOutMask() local
H A DMachineRegisterInfo.cpp48 unsigned NumRegs = getTargetRegisterInfo()->getNumRegs(); in MachineRegisterInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h32 unsigned NumRegs = 0; member
H A DExecutionDomainFix.h125 const unsigned NumRegs; variable
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp65 unsigned NumRegs) in RegisterFile()
72 void RegisterFile::initialize(const MCSchedModel &SM, unsigned NumRegs) { in initialize()
674 unsigned NumRegs = NumPhysRegs[I]; in isAvailable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp50 unsigned NumRegs = TLI.getNumRegisters(Ctx, VT); in computeLegalValueVTs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp243 static const unsigned NumRegs = std::size(RegList); CC_X86_32_MCUInReg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp210 const unsigned NumRegs = Flag.getNumOperandRegisters(); in tryInlineAsm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp230 unsigned NumRegs = NextEmittedNumMemOps - EmittedNumMemOps; in EmitTargetCodeForMemcpy() local
H A DARMExpandPseudoInsts.cpp147 uint8_t NumRegs; // D registers loaded or stored member
560 unsigned NumRegs = TableEntry->NumRegs; in ExpandVLD() local
678 unsigned NumRegs = TableEntry->NumRegs; in ExpandVST() local
754 unsigned NumRegs = TableEntry->NumRegs; in ExpandLaneOp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp165 const unsigned NumRegs = Flag.getNumOperandRegisters(); in selectInlineAsm() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp390 unsigned NumRegs = TLI->getNumRegisters(Ty->getContext(), ValueVT); in CreateRegs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp471 unsigned NumRegs = TRI.getNumRegs(); in computeDeadMap() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h161 unsigned NumRegs; // Number of entries in the array variable

123