Home
last modified time | relevance | path

Searched refs:reg_begin (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyReplacePhysRegs.cpp88 for (auto I = MRI.reg_begin(PReg), E = MRI.reg_end(); I != E;) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h281 reg_iterator reg_begin(unsigned RegNo) const { in reg_begin() function
287 return make_range(reg_begin(Reg), reg_end()); in reg_operands()
323 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCombiner.cpp239 MachineRegisterInfo::reg_iterator RI = MRI->reg_begin(MO.getReg()); in getLatency()
DMachineRegisterInfo.cpp386 for (reg_iterator I = reg_begin(FromReg), E = reg_end(); I != E; ) { in replaceRegWith()
DLiveInterval.cpp1364 for (MachineRegisterInfo::reg_iterator RI = MRI.reg_begin(LI.reg), in Distribute()
DSplitKit.cpp1315 for (MachineRegisterInfo::reg_iterator RI = MRI.reg_begin(Edit->getReg()), in rewriteAssigned()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp935 for (MachineRegisterInfo::reg_iterator I = MRI->reg_begin(Register), in replaceRegister()
2231 for (MachineRegisterInfo::reg_iterator I = MRI->reg_begin(Register), in replaceRegisterWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2362 MachineRegisterInfo::reg_iterator RI = MRI.reg_begin(LoadReg); in tryToFoldLoad()