Home
last modified time | relevance | path

Searched refs:reg_end (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A 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/
H A DMachineRegisterInfo.h261 /// reg_begin/reg_end - Provide iteration support to walk over all definitions
277 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified
284 static reg_iterator reg_end() { return reg_iterator(nullptr); } in reg_end() function in llvm::MachineRegisterInfo
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()
1022 /// atEnd - return true if this iterator is equal to reg_end() on the value.
1128 /// atEnd - return true if this iterator is equal to reg_end() on the value.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCombiner.cpp241 if (RI == MRI->reg_end()) in getLatency()
H A DMachineRegisterInfo.cpp386 for (reg_iterator I = reg_begin(FromReg), E = reg_end(); I != E; ) { in replaceRegWith()
H A DLiveInterval.cpp1365 RE = MRI.reg_end(); RI != RE;) {
H A DSplitKit.cpp1316 RE = MRI.reg_end(); RI != RE;) { in rewriteAssigned()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp936 E = MRI->reg_end();
2232 E = MRI->reg_end();

Completed in 13 milliseconds