Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp263 unsigned NumRegs = numRegsForType(Ty); in classifyArgumentType() local
61 uint32_t NumRegs = (getContext().getTypeSize(Base) + 31) / 32; isHomogeneousAggregateSmallEnough() local
69 unsigned NumRegs = 0; numRegsForType() local
231 unsigned NumRegs = (Size + 31) / 32; classifyArgumentType() local
246 unsigned NumRegs = numRegsForType(Ty); classifyArgumentType() local
[all...]
H A DAVR.cpp102 unsigned NumRegs = ParamRegs; in computeInfo() local
H A DPPC.cpp415 llvm::Value *NumRegs = Builder.CreateLoad(NumRegsAddr, "numUsedRegs"); EmitVAArg() local
756 uint32_t NumRegs = isHomogeneousAggregateSmallEnough() local
823 uint64_t NumRegs = llvm::alignTo(Bits, RegBits) / RegBits; classifyArgumentType() local
[all...]
H A DAArch64.cpp536 unsigned NumRegs = 1; EmitAAPCSVAArg() local
/freebsd-src/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 in lowerInlineAsm() local
[all...]
/freebsd-src/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
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp409 HandleRegMask(const MachineOperand & MO,unsigned NumRegs) HandleRegMask() argument
483 runOnInstr(MachineInstr & MI,SmallVectorImpl<unsigned> & Defs,unsigned NumRegs) runOnInstr() argument
544 runOnBlock(MachineBasicBlock * MBB,unsigned NumRegs) runOnBlock() argument
602 const unsigned NumRegs = TRI->getNumSupportedRegs(mf); runOnMachineFunction() local
[all...]
H A DCFIInstrInserter.cpp154 unsigned NumRegs = TRI.getNumSupportedRegs(MF); in calculateCFAInfo() local
184 unsigned NumRegs = TRI.getNumSupportedRegs(*MF); in calculateOutgoingCFAInfo() local
H A DRegisterClassInfo.cpp132 unsigned NumRegs = RC->getNumRegs(); compute() local
H A DRDFRegisters.cpp144 unsigned NumRegs = TRI.getNumRegs(); in getUnits() local
H A DVirtRegMap.cpp79 unsigned NumRegs = MF->getRegInfo().getNumVirtRegs(); in grow() local
H A DStackMaps.cpp389 for (unsigned Reg = 0, NumRegs = TRI->getNumRegs(); Reg != NumRegs; ++Reg) in parseRegisterLiveOutMask() local
H A DMachineRegisterInfo.cpp46 unsigned NumRegs = getTargetRegisterInfo()->getNumRegs(); MachineRegisterInfo() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h32 unsigned NumRegs = 0; member
H A DExecutionDomainFix.h125 const unsigned NumRegs; variable
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp65 unsigned NumRegs) in RegisterFile() argument
72 void RegisterFile::initialize(const MCSchedModel &SM, unsigned NumRegs) { in initialize() argument
674 unsigned NumRegs = NumPhysRegs[I]; in isAvailable() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp49 unsigned NumRegs = TLI.getNumRegisters(Ctx, VT); computeLegalValueVTs() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp204 const unsigned NumRegs = Flag.getNumOperandRegisters(); tryInlineAsm() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp244 static const unsigned NumRegs = std::size(RegList); in CC_X86_32_MCUInReg() local
/freebsd-src/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
681 unsigned NumRegs = TableEntry->NumRegs; ExpandVST() local
757 unsigned NumRegs = TableEntry->NumRegs; ExpandLaneOp() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp383 unsigned NumRegs = TLI->getNumRegisters(Ty->getContext(), ValueVT); CreateRegs() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp158 const unsigned NumRegs = Flag.getNumOperandRegisters(); selectInlineAsm() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp471 unsigned NumRegs = TRI.getNumRegs(); in computeDeadMap() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h161 unsigned NumRegs; // Number of entries in the array variable

123