/external/u-boot/drivers/pinctrl/uniphier/ |
D | pinctrl-uniphier-core.c | 336 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/ |
D | PHIEliminationUtils.cpp | 38 RE = MRI.reg_end(); RI != RE; ++RI) { in findPHICopyInsertPoint()
|
D | Spiller.cpp | 93 regItr = mri->reg_begin(li->reg); regItr != mri->reg_end();) { in trivialSpillEverywhere() 103 } while (regItr != mri->reg_end() && (&*regItr == mi)); in trivialSpillEverywhere()
|
D | MachineRegisterInfo.cpp | 140 for (reg_iterator I = reg_begin(FromReg), E = reg_end(); I != E; ) { in replaceRegWith()
|
D | TwoAddressInstructionPass.cpp | 347 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()
|
D | LiveIntervalAnalysis.cpp | 1442 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()
|
D | LiveInterval.cpp | 711 RE = MRI.reg_end(); RI != RE;) { in Distribute()
|
D | Splitter.cpp | 764 rEnd = mri->reg_end(); in processLoopUses()
|
D | RenderMachineFunction.cpp | 951 rEnd = mri->reg_end(); in rememberUseDefs()
|
D | VirtRegRewriter.cpp | 125 E = mri->reg_end(); I != E; ++I) in runOnMachineFunction() 1697 RE = MRI->reg_end(); RI != RE; ++RI) { in TransferDeadness()
|
D | SplitKit.cpp | 945 RE = MRI.reg_end(); RI != RE;) { in rewriteAssigned()
|
D | RegAllocLinearScan.cpp | 830 E = mri_->reg_end(); I != E; ++I) { in getConflictWeight()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 107 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/ |
D | WebAssemblyReplacePhysRegs.cpp | 85 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/ |
D | WebAssemblyReplacePhysRegs.cpp | 89 for (auto I = MRI.reg_begin(PReg), E = MRI.reg_end(); I != E; ) { in runOnMachineFunction()
|
/external/u-boot/tools/ |
D | fdtgrep.c | 235 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/ |
D | MachineRegisterInfo.h | 250 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/ |
D | MachineRegisterInfo.h | 285 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/ |
D | MIRCanonicalizerPass.cpp | 565 if (MRI.reg_begin(Reg) != MRI.reg_end()) { in GetVRegRenameMap() 571 if (MRI.reg_begin(Rename) != MRI.reg_end()) { in GetVRegRenameMap()
|
D | MachineRegisterInfo.cpp | 388 for (reg_iterator I = reg_begin(FromReg), E = reg_end(); I != E; ) { in replaceRegWith()
|
D | LiveInterval.cpp | 1309 RE = MRI.reg_end(); RI != RE;) { in Distribute()
|
/external/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 321 for (reg_iterator I = reg_begin(FromReg), E = reg_end(); I != E; ) { in replaceRegWith()
|
D | LiveInterval.cpp | 1189 RE = MRI.reg_end(); RI != RE;) { in Distribute()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 787 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/ |
D | AMDGPUMachineCFGStructurizer.cpp | 936 E = MRI->reg_end(); in replaceRegister() 2230 E = MRI->reg_end(); in replaceRegisterWith()
|