Searched refs:reg_end (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_optimize.c | 131 const int reg_end = reg_start + size; in brw_is_grf_written() local 154 const int right = MIN2(write_end, reg_end); in brw_is_grf_written() 173 const int reg_end = reg_start + size; in brw_is_mrf_written_alu() local 201 const int right0 = MIN2(write_end0, reg_end); in brw_is_mrf_written_alu() 203 const int right1 = MIN2(write_end1, reg_end); in brw_is_mrf_written_alu() 219 const int right = MIN2(write_end, reg_end); in brw_is_mrf_written_alu() 235 const int reg_end = reg_start + size; in brw_is_mrf_written_send() local 240 const int right = MIN2(write_end, reg_end); in brw_is_mrf_written_send() 267 const int reg_end = reg_start + size; in brw_is_mrf_read() local 288 const int right = MIN2(read_end, reg_end); in brw_is_mrf_read() [all …]
|
/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/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/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()
|
D | SplitKit.cpp | 1065 RE = MRI.reg_end(); RI != RE;) { in rewriteAssigned()
|
/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()
|