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

123456789

/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DMCRegisterInfo.cpp18 unsigned MCRegisterInfo::getMatchingSuperReg(unsigned Reg, unsigned SubIdx, argument
26 unsigned MCRegisterInfo::getSubReg(unsigned Reg, unsigned Idx) const { argument
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DAllocationOrder.h52 unsigned Reg = Order[Pos++]; local
H A DLiveRegUnits.cpp54 unsigned Reg = O->getReg(); local
66 unsigned Reg = O->getReg(); local
82 unsigned Reg = O->getReg(); local
[all...]
H A DRegAllocBase.cpp74 unsigned Reg = TargetRegisterInfo::index2VirtReg(i); local
H A DDeadMachineInstructionElim.cpp69 unsigned Reg = MO.getReg(); local
127 unsigned Reg = MO.getReg(); local
155 unsigned Reg = MO.getReg(); local
174 unsigned Reg = MO.getReg(); local
[all...]
H A DProcessImplicitDefs.cpp78 unsigned Reg = MI->getOperand(0).getReg(); local
H A DAggressiveAntiDepBreaker.cpp60 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { argument
95 unsigned AggressiveAntiDepState::LeaveGroup(unsigned Reg) argument
106 IsLive(unsigned Reg) argument
160 unsigned Reg = *AI; local
173 unsigned Reg = *I; local
[all...]
H A DCalcSpillWeights.cpp36 unsigned Reg = TargetRegisterInfo::index2VirtReg(i); local
H A DCallingConvLower.cpp59 void CCState::MarkAllocated(unsigned Reg) { argument
H A DLiveRangeCalc.cpp39 void LiveRangeCalc::createDeadDefs(LiveRange &LR, unsigned Reg) { argument
63 void LiveRangeCalc::extendToUses(LiveRange &LR, unsigned Reg) { argument
[all...]
H A DMachineCopyPropagation.cpp65 MachineCopyPropagation::SourceNoLongerAvailable(unsigned Reg, argument
241 unsigned Reg = MO.getReg(); local
273 unsigned Reg local
290 unsigned Reg = Defs[i]; local
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h50 void addReg(unsigned Reg, const MCRegisterInfo &MCRI) { argument
56 void removeReg(unsigned Reg, const MCRegisterInfo &MCRI) { argument
66 bool contains(unsigned Reg, const MCRegisterInfo &MCRI) const { argument
H A DFunctionLoweringInfo.h154 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) { argument
173 void AddLiveOutRegInfo(unsigned Reg, unsigned NumSignBits, argument
198 unsigned Reg = It->second; local
[all...]
H A DLiveVariables.h281 isLiveIn(unsigned Reg, const MachineBasicBlock &MBB) argument
299 isPHIJoin(unsigned Reg) argument
302 setPHIJoin(unsigned Reg) argument
[all...]
H A DRegisterScavenging.h52 unsigned Reg; member in struct:llvm::RegScavenger::ScavengedInfo
171 bool isUsed(unsigned Reg, bool CheckReserved = true) const { argument
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/MC/
H A DMCInstBuilder.h32 MCInstBuilder &addReg(unsigned Reg) { argument
H A DMCWin64EH.h36 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg) argument
43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off) argument
/freebsd-10.3-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.h57 inline unsigned getRegAsGR64(unsigned Reg) { argument
62 inline unsigned getRegAsGR32(unsigned Reg) { argument
67 inline unsigned getRegAsGRH32(unsigned Reg) { argument
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h38 static inline bool isARMArea1Register(unsigned Reg, bool isIOS) { argument
53 static inline bool isARMArea2Register(unsigned Reg, bool isIOS) { argument
64 static inline bool isARMArea3Register(unsigned Reg, bool isIOS) { argument
75 static inline bool isCalleeSavedRegister(unsigned Reg, argument
[all...]
H A DARMCallingConv.h79 unsigned Reg = State.AllocateReg(HiRegList, ShadowRegList, 2); local
129 unsigned Reg = State.AllocateReg(HiRegList, LoRegList, 2); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h43 void setGlobalBaseReg(unsigned Reg) { GlobalBaseReg = Reg; } argument
49 void setSRetReturnReg(unsigned Reg) { SRetReturnReg = Reg; } argument
/freebsd-10.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp78 unsigned Reg = MI.getOperand(0).getReg(); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/R600/
H A DSIFixSGPRCopies.cpp132 inferRegClassFromUses( const SIRegisterInfo *TRI, const MachineRegisterInfo &MRI, unsigned Reg, unsigned SubReg) const argument
158 inferRegClassFromDef( const SIRegisterInfo *TRI, const MachineRegisterInfo &MRI, unsigned Reg, unsigned SubReg) const argument
221 unsigned Reg = MI.getOperand(i).getReg(); local
226 unsigned Reg = MI.getOperand(0).getReg(); local
239 unsigned Reg = MI.getOperand(i).getReg(); local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp118 unsigned Reg = *I; local
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwregs.c88 AcpiHwValidateRegister( ACPI_GENERIC_ADDRESS *Reg, UINT8 MaxBitWidth, UINT64 *Address) argument
168 AcpiHwRead( UINT32 *Value, ACPI_GENERIC_ADDRESS *Reg) argument
234 AcpiHwWrite( UINT32 Value, ACPI_GENERIC_ADDRESS *Reg) argument
[all...]

Completed in 140 milliseconds

123456789