Home
last modified time | relevance | path

Searched defs:RI (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp148 CHRScope(RegInfo RI) : BranchInsertPoint(nullptr) { in CHRScope()
218 RegInfos, [&Boundary](const RegInfo &RI) { return Boundary == RI.R; }); in split()
223 for (const RegInfo &RI : TailRegInfos) in split() local
235 [&Parent](const RegInfo &RI) { return Parent == RI.R; }) && in split()
250 for (const RegInfo &RI : RegInfos) in contains() local
377 RegionInfo &RI; member in __anon6ade55580111::CHR
448 for (const RegInfo &RI : RegInfos) { in print() local
679 static Instruction* getBranchInsertPoint(RegInfo &RI) { in getBranchInsertPoint()
772 RegInfo RI(R); in findScope() local
819 auto AddSelects = [&](RegInfo &RI) { in findScope()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp178 CHRScope(RegInfo RI) : BranchInsertPoint(nullptr) { in CHRScope()
250 [&Boundary](const RegInfo& RI) { in split()
271 [&Parent](const RegInfo& RI) { in split()
284 for (const RegInfo &RI : RegInfos) in contains() local
408 RegionInfo &RI; member in __anon683b24920211::CHR
475 for (const RegInfo &RI : RegInfos) { in print() local
716 static Instruction* getBranchInsertPoint(RegInfo &RI) { in getBranchInsertPoint()
792 RegInfo RI(R); in findScope() local
839 auto AddSelects = [&](RegInfo &RI) { in findScope()
854 RegInfo RI(R); in findScope() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp103 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject()
147 for (auto *RI : Resumes) { in pruneUnreachableResumes() local
168 ResumeInst *RI = Resumes[I]; in pruneUnreachableResumes() local
188 if (auto *RI = dyn_cast<ResumeInst>(BB.getTerminator())) in InsertUnwindResumeCalls() local
221 ResumeInst *RI = Resumes.front(); in InsertUnwindResumeCalls() local
H A DInlineSpiller.cpp291 RI = MRI.reg_instr_nodbg_begin(SnipLI.reg), in isSnippet() local
331 RI = MRI.reg_instr_begin(Reg), E = MRI.reg_instr_end(); RI != E; ) { in collectRegsToSpill() local
546 VirtRegInfo RI = AnalyzeVirtRegInBundle(MI, VirtReg.reg, &Ops); in reMaterializeFor() local
853 PhysRegInfo RI = AnalyzePhysRegInBundle(*FoldMI, Reg, &TRI); in foldMemoryOperand() local
993 VirtRegInfo RI = AnalyzeVirtRegInBundle(*MI, Reg, &Ops); in spillAroundUses() local
1091 RI = MRI.reg_instr_begin(Reg), E = MRI.reg_instr_end(); in spillAll() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp100 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject()
144 for (auto *RI : Resumes) { in pruneUnreachableResumes() local
165 ResumeInst *RI = Resumes[I]; in pruneUnreachableResumes() local
185 if (auto *RI = dyn_cast<ResumeInst>(BB.getTerminator())) in InsertUnwindResumeCalls() local
218 ResumeInst *RI = Resumes.front(); in InsertUnwindResumeCalls() local
H A DInlineSpiller.cpp269 RI = MRI.reg_instr_nodbg_begin(SnipLI.reg), in isSnippet() local
309 RI = MRI.reg_instr_begin(Reg), E = MRI.reg_instr_end(); RI != E; ) { in collectRegsToSpill() local
505 MIBundleOperands::VirtRegInfo RI = in reMaterializeFor() local
785 MIBundleOperands::PhysRegInfo RI = in foldMemoryOperand() local
906 MIBundleOperands::VirtRegInfo RI = in spillAroundUses() local
1005 RI = MRI.reg_instr_begin(Reg), E = MRI.reg_instr_end(); in spillAll() local
/aosp_15_r20/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp195 BasicBlock::iterator RI = R->begin(); in diff() local
278 InvokeInst *RI = cast<InvokeInst>(R); in diff() local
290 BranchInst *RI = cast<BranchInst>(R); in diff() local
308 SwitchInst *RI = cast<SwitchInst>(R); in diff() local
466 RI = R->arg_begin(), RE = R->arg_end(); in diff() local
513 for (BasicBlock::iterator RI = RStart; RI != RE; ++RI) { in runBlockDiff() local
545 BasicBlock::iterator LI = LStart, RI = RStart; in runBlockDiff() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DRegionPrinter.cpp108 for (const auto &RI : R) in printRegionCluster() local
111 const RegionInfo &RI = *static_cast<const RegionInfo*>(R.getRegionInfo()); in printRegionCluster() local
220 static void viewRegionInfo(RegionInfo *RI, bool ShortNames) { in viewRegionInfo()
245 void llvm::viewRegion(RegionInfo *RI) { viewRegionInfo(RI, false); } in viewRegion()
251 void llvm::viewRegionOnly(RegionInfo *RI) { viewRegionInfo(RI, true); } in viewRegionOnly()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DRegionPrinter.cpp120 for (const auto &RI : R) in printRegionCluster() local
123 const RegionInfo &RI = *static_cast<const RegionInfo*>(R.getRegionInfo()); in printRegionCluster() local
231 static void viewRegionInfo(RegionInfo *RI, bool ShortNames) { in viewRegionInfo()
256 void llvm::viewRegion(RegionInfo *RI) { viewRegionInfo(RI, false); } in viewRegion()
262 void llvm::viewRegionOnly(RegionInfo *RI) { viewRegionInfo(RI, true); } in viewRegionOnly()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DRegionPrinter.cpp120 for (const auto &RI : R) in printRegionCluster() local
123 const RegionInfo &RI = *static_cast<const RegionInfo*>(R.getRegionInfo()); in printRegionCluster() local
231 static void viewRegionInfo(RegionInfo *RI, bool ShortNames) { in viewRegionInfo()
256 void llvm::viewRegion(RegionInfo *RI) { viewRegionInfo(RI, false); } in viewRegion()
262 void llvm::viewRegionOnly(RegionInfo *RI) { viewRegionInfo(RI, true); } in viewRegionOnly()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp92 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject()
136 for (auto *RI : Resumes) { in pruneUnreachableResumes() local
155 ResumeInst *RI = Resumes[I]; in pruneUnreachableResumes() local
177 if (auto *RI = dyn_cast<ResumeInst>(BB.getTerminator())) in InsertUnwindResumeCalls() local
241 ResumeInst *RI = Resumes.front(); in InsertUnwindResumeCalls() local
/aosp_15_r20/external/llvm/lib/Object/
H A DObject.cpp214 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationOffset()
218 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationSymbol()
223 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType()
228 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationTypeName()
237 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationValueString()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/
H A DDepGraph.cpp96 for (auto RI = Callee.initreg_begin(), in build() local
129 for (auto RI = Callee.finireg_begin(), in build() local
141 for (auto RI = B.initreg_begin(), RE = B.initreg_end(); RI != RE; ++RI) { in build() local
174 for (auto RI = B.finireg_begin(), RE = B.finireg_end(); RI != RE; ++RI) { in build() local
264 for (auto RI = T->acc_begin(), RE = T->acc_end(); RI != RE; ++RI) { in resolve() local
H A DPatchInfoLinker.cpp185 for (auto RI = LastTopBin->finireg_begin(), in link() local
223 for (auto RI = Bin->rel_begin(), RE = Bin->rel_end(); RI != RE; ++RI) { in link() local
236 for (auto RI = Bin->rel_begin(), RE = Bin->rel_end(); RI != RE; ++RI) { in link() local
253 for (auto RI = Bin->rel_begin(), RE = Bin->rel_end(); RI != RE; ++RI) { in link() local
/aosp_15_r20/external/capstone/
H A DMCRegisterInfo.c28 void MCRegisterInfo_InitMCRegisterInfo(MCRegisterInfo *RI, in MCRegisterInfo_InitMCRegisterInfo()
86 unsigned MCRegisterInfo_getMatchingSuperReg(const MCRegisterInfo *RI, unsigned Reg, unsigned SubIdx… in MCRegisterInfo_getMatchingSuperReg()
108 unsigned MCRegisterInfo_getSubReg(const MCRegisterInfo *RI, unsigned Reg, unsigned Idx) in MCRegisterInfo_getSubReg()
126 const MCRegisterClass* MCRegisterInfo_getRegClass(const MCRegisterInfo *RI, unsigned i) in MCRegisterInfo_getRegClass()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp45 const RISCVRegisterInfo *RI = STI.getRegisterInfo(); in determineFrameLayout() local
112 const RISCVRegisterInfo *RI = STI.getRegisterInfo(); in emitPrologue() local
212 const RISCVRegisterInfo *RI = STI.getRegisterInfo(); in emitPrologue() local
247 const RISCVRegisterInfo *RI = STI.getRegisterInfo(); in emitEpilogue() local
307 const TargetRegisterInfo *RI = MF.getSubtarget().getRegisterInfo(); in getFrameIndexReference() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DObject.cpp330 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationOffset()
334 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationSymbol()
339 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType()
344 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationTypeName()
353 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationValueString()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DObject.cpp330 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationOffset()
334 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationSymbol()
339 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType()
344 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationTypeName()
353 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationValueString()
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp394 for (RecIter RI = RWDefs.begin(), RE = RWDefs.end(); RI != RE; ++RI) { in findRWs() local
556 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI) in collectSchedClasses() local
573 for (IdxIter RI = Reads.begin(), RE = Reads.end(); RI != RE; ++RI) in collectSchedClasses() local
749 for (RecIter RI = SchedClasses[OldSCIdx].InstRWs.begin(), in createInstRWClass() local
1045 RI = RSI->begin(), RE = RSI->end(); RI != RE; ++RI) { in hasVariant() local
1072 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local
1092 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local
1366 for (IdxIter RI = ReadSeq.begin(), RE = ReadSeq.end(); RI != RE; ++RI) in inferFromRW() local
1401 RecIter RI = SubUnits.begin(), RE = SubUnits.end(); in hasSuperGroup() local
1498 for (RecIter RI = ProcResGroups.begin(), RE = ProcResGroups.end(); in collectProcResources() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.nonmember/
H A Diter_move.pass.cpp76 using RI = std::reverse_iterator<ThrowingCopyNoexceptDecrement>; in test() typedef
101 using RI = std::reverse_iterator<NoexceptCopyThrowingDecrement>; in test() typedef
126 using RI = std::reverse_iterator<NoexceptCopyAndDecrement>; in test() typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp143 const LoongArchRegisterInfo *RI = STI.getRegisterInfo(); in processFunctionBeforeFrameFinalized() local
183 const LoongArchRegisterInfo *RI = STI.getRegisterInfo(); in emitPrologue() local
324 const LoongArchRegisterInfo *RI = STI.getRegisterInfo(); in emitEpilogue() local
480 const TargetRegisterInfo *RI = MF.getSubtarget().getRegisterInfo(); in getFrameIndexReference() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp340 const RISCVRegisterInfo &RI = *STI.getRegisterInfo(); in adjustStackForRVV() local
398 const RISCVRegisterInfo *RI = STI.getRegisterInfo(); in emitPrologue() local
572 const RISCVRegisterInfo *RI = STI.getRegisterInfo(); in emitPrologue() local
611 const RISCVRegisterInfo *RI = STI.getRegisterInfo(); in emitEpilogue() local
703 const TargetRegisterInfo *RI = MF.getSubtarget().getRegisterInfo(); in getFrameIndexReference() local
1171 const RISCVRegisterInfo &RI = *STI.getRegisterInfo(); in eliminateCallFramePseudoInstr() local
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h74 for (typename RegionT::const_iterator RI = R->begin(), RE = R->end(); in replaceEntryRecursive() local
93 for (typename RegionT::const_iterator RI = R->begin(), RE = R->end(); in replaceExitRecursive() local
291 for (typename RegionT::const_iterator RI = begin(), RE = end(); RI != RE; in verifyRegionNest() local
500 for (const_iterator RI = begin(), RE = end(); RI != RE; ++RI) in print() local
524 for (typename RegionT::iterator RI = begin(), RE = end(); RI != RE; ++RI) in clearNodeCache() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp54 const CSKYRegisterInfo *RI = STI.getRegisterInfo(); in determineFrameLayout() local
82 const CSKYRegisterInfo *RI = STI.getRegisterInfo(); in emitPrologue() local
167 const CSKYRegisterInfo *RI = STI.getRegisterInfo(); in emitPrologue() local
586 const TargetRegisterInfo *RI = MF.getSubtarget().getRegisterInfo(); in getFrameIndexReference() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp358 static bool isDynamicConstant(Value *V, CallInst *CI, ReturnInst *RI) { in isDynamicConstant()
397 ReturnInst *RI = dyn_cast<ReturnInst>(BBI.getTerminator()); in getCommonReturnValue() local
657 if (ReturnInst *RI = dyn_cast<ReturnInst>(BBI.getTerminator())) in eliminateRecursiveTailCall() local
700 ReturnInst *RI = FoldReturnIntoUncondBranch(Ret, BB, Pred); in foldReturnAndProcessPred() local

12345678910>>...21