Home
last modified time | relevance | path

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

12345678910>>...21

/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
/external/llvm-project/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp108 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject()
152 for (auto *RI : Resumes) { in pruneUnreachableResumes() local
173 ResumeInst *RI = Resumes[I]; in pruneUnreachableResumes() local
193 if (auto *RI = dyn_cast<ResumeInst>(BB.getTerminator())) in InsertUnwindResumeCalls() local
229 ResumeInst *RI = Resumes.front(); in InsertUnwindResumeCalls() 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
/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/llvm-project/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-project/llvm/unittests/ADT/
DIListIteratorTest.cpp20 simple_ilist<Node>::reverse_iterator RI; in TEST() local
52 simple_ilist<Node>::reverse_iterator RI; in TEST() local
125 auto RI = L.rbegin(); in TEST() local
/external/llvm-project/llvm/tools/llvm-diff/
DDifferenceEngine.cpp194 BasicBlock::iterator RI = R->begin(); in diff() local
277 InvokeInst &RI = cast<InvokeInst>(*R); in diff() local
289 BranchInst *RI = cast<BranchInst>(R); in diff() local
307 IndirectBrInst *RI = cast<IndirectBrInst>(R); in diff() local
327 SwitchInst *RI = cast<SwitchInst>(R); in diff() local
496 RI = R->arg_begin(), RE = R->arg_end(); in diff() local
543 for (BasicBlock::iterator RI = RStart; RI != RE; ++RI) { in runBlockDiff() local
575 BasicBlock::iterator LI = LStart, RI = RStart; in runBlockDiff() local
/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/llvm-project/polly/lib/CodeGen/
DUtils.cpp33 LoopInfo *LI, RegionInfo *RI) { in splitEdge()
79 RegionInfo &RI, LoopInfo &LI) { in executeScopConditionally()
/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/llvm-project/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h22 const MipsSERegisterInfo RI; variable
/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/llvm-project/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/llvm-project/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp178 CHRScope(RegInfo RI) : BranchInsertPoint(nullptr) { in CHRScope()
248 RegInfos, [&Boundary](const RegInfo &RI) { return Boundary == RI.R; }); in split()
253 for (const RegInfo &RI : TailRegInfos) in split() local
264 [&Parent](const RegInfo &RI) { in split()
281 for (const RegInfo &RI : RegInfos) in contains() local
404 RegionInfo &RI; member in __anon3b0d276f0211::CHR
471 for (const RegInfo &RI : RegInfos) { in print() local
710 static Instruction* getBranchInsertPoint(RegInfo &RI) { in getBranchInsertPoint()
786 RegInfo RI(R); in findScope() local
833 auto AddSelects = [&](RegInfo &RI) { in findScope()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.h25 const XCoreRegisterInfo RI; variable
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreInstrInfo.h25 const XCoreRegisterInfo RI; variable
/external/llvm-project/llvm/lib/Target/BPF/
DBPFInstrInfo.h25 const BPFRegisterInfo RI; variable
/external/llvm/lib/Target/ARM/
DARMInstrInfo.h24 ARMRegisterInfo RI; variable
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrInfo.h23 ARMRegisterInfo RI; variable
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.h26 const XCoreRegisterInfo RI; variable

12345678910>>...21