/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 103 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/ |
D | DwarfEHPrepare.cpp | 100 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/ |
D | MCRegisterInfo.c | 28 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/ |
D | RegionPrinter.cpp | 120 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/ |
D | RegionPrinter.cpp | 120 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/ |
D | DifferenceEngine.cpp | 195 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/ |
D | IListIteratorTest.cpp | 21 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/ |
D | MipsSEInstrInfo.h | 23 const MipsSERegisterInfo RI; variable
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.h | 23 const MipsSERegisterInfo RI; variable
|
/external/llvm/lib/Object/ |
D | Object.cpp | 214 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/ |
D | Object.cpp | 214 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/ |
D | Thumb1InstrInfo.h | 24 ThumbRegisterInfo RI; variable
|
D | ARMInstrInfo.h | 24 ARMRegisterInfo RI; variable
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 26 const XCoreRegisterInfo RI; variable
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | Thumb1InstrInfo.h | 26 Thumb1RegisterInfo RI; variable
|
D | ARMInstrInfo.h | 27 ARMRegisterInfo RI; variable
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.h | 26 const BPFRegisterInfo RI; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.h | 26 const BPFRegisterInfo RI; variable
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaInstrInfo.h | 26 const AlphaRegisterInfo RI; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | Thumb1InstrInfo.h | 24 ThumbRegisterInfo RI; variable
|
D | ARMInstrInfo.h | 24 ARMRegisterInfo RI; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 26 const XCoreRegisterInfo RI; variable
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.h | 26 const XCoreRegisterInfo RI; variable
|
/external/swiftshader/third_party/LLVM/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 198 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/ |
D | DifferenceEngine.cpp | 195 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
|