Home
last modified time | relevance | path

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

12345678910>>...16

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCRegisterInfo.cpp24 MCRegisterInfo::getMatchingSuperReg(MCRegister Reg, unsigned SubIdx, in getMatchingSuperReg() argument
32 MCRegister MCRegisterInfo::getSubReg(MCRegister Reg, unsigned Idx) const { in getSubReg() argument
H A DMCInstrDesc.cpp44 bool MCInstrDesc::hasImplicitDefOfPhysReg(unsigned Reg, in hasImplicitDefOfPhysReg() argument
53 bool MCInstrDesc::hasDefOfPhysReg(const MCInst &MI, unsigned Reg, in hasDefOfPhysReg() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelUtils.cpp17 AMDGPU::getBaseWithConstantOffset(MachineRegisterInfo &MRI, Register Reg) { in getBaseWithConstantOffset() argument
H A DGCNRegPressure.cpp43 const unsigned Reg = Register::index2VirtReg(I); in printLivesAt() local
85 unsigned GCNRegPressure::getRegKind(unsigned Reg, in getRegKind() argument
97 void GCNRegPressure::inc(unsigned Reg, in inc() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DGISelChangeObserver.cpp18 changingAllUsesOfReg( const MachineRegisterInfo &MRI, unsigned Reg) changingAllUsesOfReg() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiBaseInfo.h40 static inline unsigned getLanaiRegisterNumbering(unsigned Reg) { in getLanaiRegisterNumbering() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp73 void MipsRegInfoRecord::SetPhysRegUsed(unsigned Reg, in SetPhysRegUsed() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Degd_tables.py135 class Reg: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAllocationOrder.h62 unsigned Reg = Order[Pos++]; in next() local
H A DDeadMachineInstructionElim.cpp79 Register Reg = MO.getReg(); in isDead() local
153 Register Reg = MO.getReg(); in runOnMachineFunction() local
172 Register Reg in runOnMachineFunction() local
[all...]
H A DMIRVRegNamerUtils.h33 Register Reg; member in llvm::VRegRenamer::NamedVReg
37 NamedVReg(Register Reg, std::string Name = "") : Reg(Reg), Name(Name) {} in NamedVReg() argument
H A DRegAllocBase.cpp76 unsigned Reg = Register::index2VirtReg(i); in seedLiveRegs() local
H A DTargetFrameLoweringImpl.cpp121 unsigned Reg = CSRegs[i]; in determineCalleeSaves() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstBuilder.h31 MCInstBuilder &addReg(unsigned Reg) { in addReg() argument
H A DMCRegister.h23 unsigned Reg; member in llvm::MCRegister
46 static bool isStackSlot(unsigned Reg) { in isStackSlot() argument
52 static bool isPhysicalRegister(unsigned Reg) { in isPhysicalRegister() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp120 Register Reg = MI->getOperand(0).getReg(); in expandLoadStackGuard() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiMachineFunctionInfo.h47 void setSRetReturnReg(unsigned Reg) { SRetReturnReg = Reg; } in setSRetReturnReg() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h27 unsigned Reg = 0; in getCRFromCRBit() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.h64 inline unsigned getRegAsGR64(unsigned Reg) { in getRegAsGR64() argument
69 inline unsigned getRegAsGR32(unsigned Reg) { in getRegAsGR32() argument
74 inline unsigned getRegAsGRH32(unsigned Reg) { in getRegAsGRH32() argument
79 inline unsigned getRegAsVR128(unsigned Reg) { in getRegAsVR128() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h34 inline bool isHighReg(unsigned int Reg) { in isHighReg() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp32 void WebAssemblyDebugValueManager::updateReg(unsigned Reg) { in updateReg() argument
H A DWebAssemblyOptimizeLiveIntervals.cpp84 unsigned Reg = Register::index2VirtReg(I); in runOnMachineFunction() local
H A DWebAssemblyPrepareForLiveIntervals.cpp65 static bool hasArgumentDef(unsigned Reg, const MachineRegisterInfo &MRI) { in hasArgumentDef() argument
98 unsigned Reg = Register::index2VirtReg(I); in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreFrameToArgsOffsetElim.cpp58 Register Reg = OldInst.getOperand(0).getReg(); in runOnMachineFunction() local
/third_party/python/Lib/distutils/tests/
H A Dtest_msvc9compiler.py124 from distutils.msvc9compiler import Reg namespace

Completed in 8 milliseconds

12345678910>>...16