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

1234567891011

/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp23 unsigned Reg = UnusedReg; local
/freebsd-11.0-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
H A DMCInstrDesc.cpp54 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, argument
63 bool MCInstrDesc::hasDefOfPhysReg(const MCInst &MI, unsigned Reg, argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DDynamicTypeMap.cpp42 ProgramStateRef setDynamicTypeInfo(ProgramStateRef State, const MemRegion *Reg, argument
21 getDynamicTypeInfo(ProgramStateRef State, const MemRegion *Reg) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DSIFixControlFlowLiveIntervals.cpp79 unsigned Reg = MI.getOperand(0).getReg(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp68 void MipsRegInfoRecord::SetPhysRegUsed(unsigned Reg, argument
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h27 unsigned Reg = 0; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeMap.h47 setDynamicTypeInfo(ProgramStateRef State, const MemRegion *Reg, QualType NewTy, bool CanBeSubClassed = true) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCInstBuilder.h32 MCInstBuilder &addReg(unsigned Reg) { argument
H A DMCWin64EH.h28 static WinEH::Instruction PushNonVol(MCSymbol *L, unsigned Reg) { argument
38 static WinEH::Instruction SaveNonVol(MCSymbol *L, unsigned Reg, argument
44 static WinEH::Instruction SaveXMM(MCSymbol *L, unsigned Reg, argument
50 static WinEH::Instruction SetFPReg(MCSymbol *L, unsigned Reg, unsigned Off) { argument
H A DMCWinEH.h29 Instruction(unsigned Op, MCSymbol *L, unsigned Reg, unsigned Off) argument
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DAllocationOrder.h56 unsigned Reg = Order[Pos++]; local
H A DDeadMachineInstructionElim.cpp75 unsigned Reg = MO.getReg(); local
141 unsigned Reg = MO.getReg(); local
160 unsigned Reg = MO.getReg(); local
[all...]
H A DTargetRegisterInfo.cpp45 Printable PrintReg(unsigned Reg, const TargetRegisterInfo *TRI, argument
57 OS << "%physreg" << Reg; local
[all...]
H A DRegAllocBase.cpp75 unsigned Reg = TargetRegisterInfo::index2VirtReg(i); local
H A DTargetFrameLoweringImpl.cpp80 unsigned Reg = CSRegs[i]; local
H A DLivePhysRegs.cpp50 unsigned Reg = O->getReg(); local
62 unsigned Reg = O->getReg(); local
78 unsigned Reg = O->getReg(); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp121 unsigned Reg = MI->getOperand(0).getReg(); local
H A DARMBaseRegisterInfo.h34 static inline bool isARMArea1Register(unsigned Reg, bool isIOS) { argument
49 static inline bool isARMArea2Register(unsigned Reg, bool isIOS) { argument
60 static inline bool isARMArea3Register(unsigned Reg, bool isIOS) { argument
77 static inline bool isCalleeSavedRegister(unsigned Reg, argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreFrameToArgsOffsetElim.cpp56 unsigned Reg = OldInst->getOperand(0).getReg(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.h62 inline unsigned getRegAsGR64(unsigned Reg) { argument
67 inline unsigned getRegAsGR32(unsigned Reg) { argument
72 inline unsigned getRegAsGRH32(unsigned Reg) { argument
77 inline unsigned getRegAsVR128(unsigned Reg) { argument
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h74 void addReg(unsigned Reg) { argument
84 void removeReg(unsigned Reg) { argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64DeadRegisterDefinitionsPass.cpp64 implicitlyDefinesOverlappingReg( unsigned Reg, const MachineInstr &MI) argument
/freebsd-11.0-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-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp184 int Reg = MRI->getDwarfRegNum(MLoc.getReg(), false); local

Completed in 219 milliseconds

1234567891011