Searched defs:Reg (Results 1 - 25 of 408) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCRegisterInfo.cpp24 MCRegisterInfo::getMatchingSuperReg(MCRegister Reg, unsigned SubIdx, argument
32 MCRegister MCRegisterInfo::getSubReg(MCRegister Reg, unsigned Idx) const { argument
H A DMCInstrDesc.cpp44 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, argument
53 bool MCInstrDesc::hasDefOfPhysReg(const MCInst &MI, unsigned Reg, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelUtils.cpp17 AMDGPU::getBaseWithConstantOffset(MachineRegisterInfo &MRI, Register Reg) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelChangeObserver.cpp18 changingAllUsesOfReg( const MachineRegisterInfo &MRI, unsigned Reg) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiBaseInfo.h40 static inline unsigned getLanaiRegisterNumbering(unsigned Reg) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp73 void MipsRegInfoRecord::SetPhysRegUsed(unsigned Reg, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.h62 unsigned Reg = Order[Pos++]; local
H A DDeadMachineInstructionElim.cpp79 Register Reg = MO.getReg(); local
153 Register Reg = MO.getReg(); local
172 Register Reg local
[all...]
H A DMIRVRegNamerUtils.h33 Register Reg; member in class:llvm::VRegRenamer::NamedVReg
37 NamedVReg(Register Reg, std::string Name = "") : Reg(Reg), Name(Name) {} argument
H A DRegAllocBase.cpp76 unsigned Reg = Register::index2VirtReg(i); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMachineFunctionInfo.h47 void setSRetReturnReg(unsigned Reg) { SRetReturnReg = Reg; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.h64 inline unsigned getRegAsGR64(unsigned Reg) { argument
69 inline unsigned getRegAsGR32(unsigned Reg) { argument
74 inline unsigned getRegAsGRH32(unsigned Reg) { argument
79 inline unsigned getRegAsVR128(unsigned Reg) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstBuilder.h31 MCInstBuilder &addReg(unsigned Reg) { argument
H A DMCWin64EH.h26 static WinEH::Instruction PushNonVol(MCSymbol *L, unsigned Reg) { argument
36 static WinEH::Instruction SaveNonVol(MCSymbol *L, unsigned Reg, argument
42 static WinEH::Instruction SaveXMM(MCSymbol *L, unsigned Reg, argument
48 static WinEH::Instruction SetFPReg(MCSymbol *L, unsigned Reg, unsigned Off) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp120 Register Reg = MI->getOperand(0).getReg(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeLiveIntervals.cpp84 unsigned Reg = Register::index2VirtReg(I); local
H A DWebAssemblyDebugValueManager.cpp32 void WebAssemblyDebugValueManager::updateReg(unsigned Reg) { argument
H A DWebAssemblyPrepareForLiveIntervals.cpp65 static bool hasArgumentDef(unsigned Reg, const MachineRegisterInfo &MRI) { argument
98 unsigned Reg = Register::index2VirtReg(I); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h34 inline bool isHighReg(unsigned int Reg) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h27 unsigned Reg = 0; local
[all...]
H A DPPCCallingConv.cpp118 unsigned Reg = State.AllocateReg(HiRegList); local
147 unsigned Reg = State.AllocateReg(HiRegList, LoRegList); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameToArgsOffsetElim.cpp58 Register Reg = OldInst.getOperand(0).getReg(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h42 void setGlobalBaseReg(unsigned Reg) { GlobalBaseReg = Reg; } argument
48 void setSRetReturnReg(unsigned Reg) { SRetReturnReg = Reg; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h79 void addReg(MCPhysReg Reg) { argument
89 void removeReg(MCPhysReg Reg) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.h50 void setSRetReturnReg(unsigned Reg) { SRetReturnReg = Reg; } argument

Completed in 127 milliseconds

1234567891011>>