/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | RegionPrinter.cpp | 69 RegionInfo &RI = G->getRegionInfo(); in getNodeLabel() local 76 RegionInfo &RI = G->getRegionInfo(); in getEdgeAttributes() local 121 for (Region::const_iterator RI = R.begin(), RE = R.end(); RI != RE; ++RI) in printRegionCluster() local 124 const RegionInfo &RI = *static_cast<const RegionInfo*>(R.getRegionInfo()); in printRegionCluster() local 137 const RegionInfo &RI = RIP->getRegionInfo(); in addCustomGraphFeatures() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | DwarfEHPrepare.cpp | 76 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject() 119 if (ResumeInst *RI = dyn_cast<ResumeInst>(TI)) in InsertUnwindResumeCalls() local 143 ResumeInst *RI = Resumes.front(); in InsertUnwindResumeCalls() local 164 ResumeInst *RI = *I; in InsertUnwindResumeCalls() local
|
H A D | TargetFrameLoweringImpl.cpp | 37 const TargetRegisterInfo *RI = MF.getSubtarget().getRegisterInfo(); in getFrameIndexReference() local
|
H A D | GCMetadata.cpp | 142 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(), in runOnFunction() local 153 for (GCFunctionInfo::live_iterator RI = FD->live_begin(PI), in runOnFunction() local
|
H A D | StackProtector.cpp | 277 static CallInst *FindPotentialTailCall(BasicBlock *BB, ReturnInst *RI, in FindPotentialTailCall() 335 static bool CreatePrologue(Function *F, Module *M, ReturnInst *RI, in CreatePrologue() 381 ReturnInst *RI = dyn_cast<ReturnInst>(BB->getTerminator()); in InsertStackProtectors() local
|
H A D | StackMapLivenessAnalysis.cpp | 123 for (LivePhysRegs::const_iterator RI = LiveRegs.begin(), RE = LiveRegs.end(); in createRegisterMask() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsSEInstrInfo.h | 23 const MipsSERegisterInfo RI; variable
|
H A D | Mips16InstrInfo.h | 23 const Mips16RegisterInfo RI; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | PlistReporter.cpp | 53 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) { in writeARCDiagsToPlist() local 106 StoredDiagnostic::range_iterator RI = D.range_begin(), RE = D.range_end(); in writeARCDiagsToPlist() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | Thumb1InstrInfo.h | 24 Thumb1RegisterInfo RI; variable
|
H A D | ARMInstrInfo.h | 24 ARMRegisterInfo RI; variable
|
H A D | Thumb2InstrInfo.h | 25 Thumb2RegisterInfo RI; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.h | 26 const XCoreRegisterInfo RI; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
H A D | Object.cpp | 197 uint64_t LLVMGetRelocationAddress(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationAddress() 204 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationOffset() 211 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationSymbol() 216 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType() 224 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationTypeName() 235 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationValueString()
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/experimental/algorithms/alg.search/ |
H A D | search.pass.cpp | 37 typedef int * RI; in main() typedef
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.h | 38 const SparcRegisterInfo RI; variable
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-diff/ |
H A D | DifferenceEngine.cpp | 196 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
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.h | 32 const HexagonRegisterInfo RI; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.h | 44 const MSP430RegisterInfo RI; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.h | 37 const AArch64RegisterInfo RI; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | RegionPass.h | 88 RegionInfo *RI; variable
|
H A D | RegionInfoImpl.h | 75 for (typename RegionT::const_iterator RI = R->begin(), RE = R->end(); in replaceEntryRecursive() local 94 for (typename RegionT::const_iterator RI = R->begin(), RE = R->end(); in replaceExitRecursive() local 290 for (typename RegionT::const_iterator RI = begin(), RE = end(); RI != RE; in verifyRegionNest() local 503 for (const_iterator RI = begin(), RE = end(); RI != RE; ++RI) in print() local 527 for (typename RegionT::iterator RI = begin(), RE = end(); RI != RE; ++RI) in clearNodeCache() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenSchedule.cpp | 397 for (RecIter RI = RWDefs.begin(), RE = RWDefs.end(); RI != RE; ++RI) { in findRWs() local 558 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI) in collectSchedClasses() local 575 for (IdxIter RI = Reads.begin(), RE = Reads.end(); RI != RE; ++RI) in collectSchedClasses() local 620 for (IdxIter RI = OperReads.begin(), RE = OperReads.end(); RI != RE; ++RI) { in createSchedClassName() local 750 for (RecIter RI = SchedClasses[OldSCIdx].InstRWs.begin(), in createInstRWClass() local 1037 RI = RSI->begin(), RE = RSI->end(); RI != RE; ++RI) { in hasVariant() local 1064 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local 1084 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local 1358 for (IdxIter RI = ReadSeq.begin(), RE = ReadSeq.end(); RI != RE; ++RI) in inferFromRW() local 1393 RecIter RI = SubUnits.begin(), RE = SubUnits.end(); in hasSuperGroup() local [all …]
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | AMDGPUAsmPrinter.cpp | 185 const R600RegisterInfo *RI = static_cast<const R600RegisterInfo *>( in EmitProgramInfoR600() local 251 const SIRegisterInfo *RI = static_cast<const SIRegisterInfo *>( in getSIProgramInfo() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 228 for (auto RI = Obj.begin_rel(Shdr), RE = Obj.end_rel(Shdr); RI != RE; in dumpRelSection() local 248 for (auto RI = Obj.begin_rela(Shdr), RE = Obj.end_rela(Shdr); RI != RE; in dumpRelaSection() local
|