Home
last modified time | relevance | path

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

12345678910>>...16

/external/swiftshader/third_party/llvm-7.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/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(MCRegisterInfo *RI, unsigned Reg, unsigned SubIdx, MCRe… in MCRegisterInfo_getMatchingSuperReg()
108 unsigned MCRegisterInfo_getSubReg(MCRegisterInfo *RI, unsigned Reg, unsigned Idx) in MCRegisterInfo_getSubReg()
126 MCRegisterClass* MCRegisterInfo_getRegClass(MCRegisterInfo *RI, unsigned i) in MCRegisterInfo_getRegClass()
/external/swiftshader/third_party/llvm-7.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/swiftshader/third_party/llvm-7.0/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 IndirectBrInst *RI = cast<IndirectBrInst>(R); in diff() local
328 SwitchInst *RI = cast<SwitchInst>(R); in diff() local
497 RI = R->arg_begin(), RE = R->arg_end(); in diff() local
544 for (BasicBlock::iterator RI = RStart; RI != RE; ++RI) { in runBlockDiff() local
576 BasicBlock::iterator LI = LStart, RI = RStart; in runBlockDiff() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DIListIteratorTest.cpp21 simple_ilist<Node>::reverse_iterator RI; in TEST() local
53 simple_ilist<Node>::reverse_iterator RI; in TEST() local
126 auto RI = L.rbegin(); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h23 const MipsSERegisterInfo RI; variable
/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h23 const MipsSERegisterInfo RI; variable
/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/swiftshader/third_party/llvm-7.0/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/lib/Target/ARM/
DThumb1InstrInfo.h24 ThumbRegisterInfo RI; variable
DARMInstrInfo.h24 ARMRegisterInfo RI; variable
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreInstrInfo.h26 const XCoreRegisterInfo RI; variable
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb1InstrInfo.h26 Thumb1RegisterInfo RI; variable
DARMInstrInfo.h27 ARMRegisterInfo RI; variable
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.h26 const BPFRegisterInfo RI; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFInstrInfo.h26 const BPFRegisterInfo RI; variable
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaInstrInfo.h26 const AlphaRegisterInfo RI; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb1InstrInfo.h24 ThumbRegisterInfo RI; variable
DARMInstrInfo.h24 ARMRegisterInfo RI; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.h26 const XCoreRegisterInfo RI; variable
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.h26 const XCoreRegisterInfo RI; variable
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDifferenceEngine.cpp198 BasicBlock::iterator RI = R->begin(); in diff() local
282 InvokeInst *RI = cast<InvokeInst>(R); in diff() local
294 BranchInst *RI = cast<BranchInst>(R); in diff() local
312 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/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

12345678910>>...16