| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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
|
| D | GCMetadata.cpp | 113 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(), in runOnFunction() local 125 for (GCFunctionInfo::live_iterator RI = FD->live_begin(PI), in runOnFunction() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()
|
| D | RegionInfo.cpp | 65 RegionInfo* RI, in Region() 191 RegionInfo RI; in run() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
| D | RISCVFrameLowering.cpp | 45 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
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | MipsSEInstrInfo.h | 22 const MipsSERegisterInfo RI; variable
|
| D | Mips16InstrInfo.h | 28 const Mips16RegisterInfo RI; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | Object.cpp | 330 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()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
| D | XCoreInstrInfo.h | 25 const XCoreRegisterInfo RI; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | Thumb1InstrInfo.h | 23 ThumbRegisterInfo RI; variable
|
| D | ARMInstrInfo.h | 23 ARMRegisterInfo RI; variable
|
| D | Thumb2InstrInfo.h | 24 ThumbRegisterInfo RI; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| D | BPFInstrInfo.h | 25 const BPFRegisterInfo RI; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
| D | FDRRecordProducer.cpp | 102 RecordInitializer RI(E, OffsetPtr); in findNextBufferExtent() local 172 RecordInitializer RI(E, OffsetPtr); in produce() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
| D | ARCInstrInfo.h | 27 const ARCRegisterInfo RI; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | ControlHeightReduction.cpp | 178 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 __anon863a58a20211::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 …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
| D | VEInstrInfo.h | 27 const VERegisterInfo RI; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyInstrInfo.h | 39 const WebAssemblyRegisterInfo RI; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
| D | MSP430InstrInfo.h | 27 const MSP430RegisterInfo RI; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | R600FrameLowering.cpp | 25 const R600RegisterInfo *RI in getFrameIndexReference() local
|
| D | AMDGPURewriteOutArguments.cpp | 267 if (ReturnInst *RI = dyn_cast<ReturnInst>(&BB.back())) in runOnFunction() local 386 ReturnInst *RI = Replacement.first; in runOnFunction() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.h | 39 const SparcRegisterInfo RI; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | EscapeEnumerator.cpp | 82 ResumeInst *RI = ResumeInst::Create(LPad, CleanupBB); in Next() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | RegionPass.h | 92 RegionInfo *RI; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
| D | MachO_x86_64.cpp | 33 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind() 102 MachO::relocation_info RI; in getRelocationInfo() local 209 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations() local
|