Home
last modified time | relevance | path

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

12345678910>>...13

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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
DGCMetadata.cpp113 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(), in runOnFunction() local
125 for (GCFunctionInfo::live_iterator RI = FD->live_begin(PI), in runOnFunction() local
/external/llvm/lib/CodeGen/
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
DGCMetadata.cpp117 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(), in runOnFunction() local
129 for (GCFunctionInfo::live_iterator RI = FD->live_begin(PI), in runOnFunction() local
/external/capstone/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
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()
/external/llvm/lib/Analysis/
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()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.nonmember/
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
/external/llvm/lib/Object/
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()
/external/llvm/tools/llvm-diff/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
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 __anond03f38c10211::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 …]
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h23 const MipsSERegisterInfo RI; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h22 const MipsSERegisterInfo RI; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DFDRRecordProducer.cpp102 RecordInitializer RI(E, OffsetPtr); in findNextBufferExtent() local
172 RecordInitializer RI(E, OffsetPtr); in produce() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.h25 const XCoreRegisterInfo RI; variable
/external/llvm/lib/Target/ARM/
DARMInstrInfo.h24 ARMRegisterInfo RI; variable
DThumb1InstrInfo.h24 ThumbRegisterInfo RI; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb1InstrInfo.h23 ThumbRegisterInfo RI; variable
DARMInstrInfo.h23 ARMRegisterInfo RI; variable
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.h26 const XCoreRegisterInfo RI; variable
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.h26 const BPFRegisterInfo RI; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFInstrInfo.h25 const BPFRegisterInfo RI; variable
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.h30 const WebAssemblyRegisterInfo RI; variable

12345678910>>...13