Home
last modified time | relevance | path

Searched refs:reg_end (Results 1 – 25 of 27) sorted by relevance

12

/external/u-boot/drivers/pinctrl/uniphier/
Dpinctrl-uniphier-core.c336 unsigned reg, reg_end, shift, mask; in uniphier_pinmux_set_one() local
363 reg_end = reg + reg_stride; in uniphier_pinmux_set_one()
371 for (; reg < reg_end; reg += 4) { in uniphier_pinmux_set_one()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPHIEliminationUtils.cpp38 RE = MRI.reg_end(); RI != RE; ++RI) { in findPHICopyInsertPoint()
DSpiller.cpp93 regItr = mri->reg_begin(li->reg); regItr != mri->reg_end();) { in trivialSpillEverywhere()
103 } while (regItr != mri->reg_end() && (&*regItr == mi)); in trivialSpillEverywhere()
DMachineRegisterInfo.cpp140 for (reg_iterator I = reg_begin(FromReg), E = reg_end(); I != E; ) { in replaceRegWith()
DTwoAddressInstructionPass.cpp347 E = MRI->reg_end(); I != E; ++I) { in NoUseAfterLastDef()
370 E = MRI->reg_end(); I != E; ++I) { in FindLastUseInMBB()
1294 RE = MRI->reg_end(); RI != RE; ) { in UpdateRegSequenceSrcs()
DLiveIntervalAnalysis.cpp1442 re = mri_->reg_end(); ri != re; ) { in rewriteInstructionsForSpills()
1680 re = mri_->reg_end(); ri != re; ) { in handleSpilledImpDefs()
2085 E = mri_->reg_end(); I != E; ++I) { in getNumConflictsWithPhysReg()
2131 E = mri_->reg_end(); I != E; ++I) { in spillPhysRegAroundRegDefsUses()
DLiveInterval.cpp711 RE = MRI.reg_end(); RI != RE;) { in Distribute()
DSplitter.cpp764 rEnd = mri->reg_end(); in processLoopUses()
DRenderMachineFunction.cpp951 rEnd = mri->reg_end(); in rememberUseDefs()
DVirtRegRewriter.cpp125 E = mri->reg_end(); I != E; ++I) in runOnMachineFunction()
1697 RE = MRI->reg_end(); RI != RE; ++RI) { in TransferDeadness()
DSplitKit.cpp945 RE = MRI.reg_end(); RI != RE;) { in rewriteAssigned()
DRegAllocLinearScan.cpp830 E = mri_->reg_end(); I != E; ++I) { in getConflictWeight()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h107 static reg_iterator reg_end() { return reg_iterator(0); } in reg_end() function
111 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyReplacePhysRegs.cpp85 for (auto I = MRI.reg_begin(PReg), E = MRI.reg_end(); I != E; ) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyReplacePhysRegs.cpp89 for (auto I = MRI.reg_begin(PReg), E = MRI.reg_end(); I != E; ) { in runOnMachineFunction()
/external/u-boot/tools/
Dfdtgrep.c235 struct fdt_region *reg = region, *reg_end = region + count; in display_fdt_by_regions() local
310 if (reg < reg_end && file_ofs >= reg->offset + reg->size) in display_fdt_by_regions()
312 in_region = reg < reg_end && file_ofs >= reg->offset && in display_fdt_by_regions()
385 in_region = reg < reg_end && in display_fdt_by_regions()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h250 static reg_iterator reg_end() { return reg_iterator(nullptr); } in reg_end() function
253 return make_range(reg_begin(Reg), reg_end()); in reg_operands()
289 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h285 static reg_iterator reg_end() { return reg_iterator(nullptr); } in reg_end() function
288 return make_range(reg_begin(Reg), reg_end()); in reg_operands()
324 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } in reg_empty()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp565 if (MRI.reg_begin(Reg) != MRI.reg_end()) { in GetVRegRenameMap()
571 if (MRI.reg_begin(Rename) != MRI.reg_end()) { in GetVRegRenameMap()
DMachineRegisterInfo.cpp388 for (reg_iterator I = reg_begin(FromReg), E = reg_end(); I != E; ) { in replaceRegWith()
DLiveInterval.cpp1309 RE = MRI.reg_end(); RI != RE;) { in Distribute()
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp321 for (reg_iterator I = reg_begin(FromReg), E = reg_end(); I != E; ) { in replaceRegWith()
DLiveInterval.cpp1189 RE = MRI.reg_end(); RI != RE;) { in Distribute()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp787 if (RI == RegInfo->reg_end()) in TryToFoldFastISelLoad()
795 if (PostRI != RegInfo->reg_end()) in TryToFoldFastISelLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp936 E = MRI->reg_end(); in replaceRegister()
2230 E = MRI->reg_end(); in replaceRegisterWith()

12