| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | DwarfEHPrepare.cpp | 69 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject() 112 if (ResumeInst *RI = dyn_cast<ResumeInst>(TI)) in InsertUnwindResumeCalls() local 136 ResumeInst *RI = Resumes.front(); in InsertUnwindResumeCalls() local 157 ResumeInst *RI = *I; in InsertUnwindResumeCalls() local
|
| D | GCMetadata.cpp | 148 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(), in runOnFunction() local 159 for (GCFunctionInfo::live_iterator RI = FD->live_begin(PI), in runOnFunction() local
|
| D | PHIEliminationUtils.cpp | 37 for (MachineRegisterInfo::reg_iterator RI = MRI.reg_begin(SrcReg), in findPHICopyInsertPoint() local
|
| D | TargetFrameLoweringImpl.cpp | 37 const TargetRegisterInfo *RI = MF.getTarget().getRegisterInfo(); in getFrameIndexReference() local
|
| D | StackProtector.cpp | 256 static CallInst *FindPotentialTailCall(BasicBlock *BB, ReturnInst *RI, in FindPotentialTailCall() 315 static bool CreatePrologue(Function *F, Module *M, ReturnInst *RI, in CreatePrologue() 360 ReturnInst *RI = dyn_cast<ReturnInst>(BB->getTerminator()); in InsertStackProtectors() local
|
| D | InlineSpiller.cpp | 242 RI = MRI.reg_nodbg_begin(SnipLI.reg); in isSnippet() local 280 for (MachineRegisterInfo::reg_iterator RI = MRI.reg_begin(Reg); in collectRegsToSpill() local 868 MIBundleOperands::VirtRegInfo RI = in reMaterializeFor() local 924 RI = MRI.use_nodbg_begin(Reg); in reMaterializeAll() local 1101 MIBundleOperands::PhysRegInfo RI = in foldMemoryOperand() local 1218 MIBundleOperands::VirtRegInfo RI = in spillAroundUses() local 1317 for (MachineRegisterInfo::reg_iterator RI = MRI.reg_begin(RegsToSpill[i]); in spillAll() local
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | Object.cpp | 207 uint64_t LLVMGetRelocationAddress(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationAddress() 214 uint64_t LLVMGetRelocationOffset(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationOffset() 221 LLVMSymbolIteratorRef LLVMGetRelocationSymbol(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationSymbol() 226 uint64_t LLVMGetRelocationType(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationType() 234 const char *LLVMGetRelocationTypeName(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationTypeName() 245 const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI) { in LLVMGetRelocationValueString()
|
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | PassManager.cpp | 100 ModuleAnalysisResultMapT::iterator RI; in getResultImpl() local 122 FunctionAnalysisResultMapT::iterator RI; in getResultImpl() local 151 FunctionAnalysisResultMapT::iterator RI = in invalidateImpl() local
|
| /freebsd-9-stable/contrib/llvm/tools/llvm-diff/ |
| 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
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsSEInstrInfo.h | 23 const MipsSERegisterInfo RI; variable
|
| D | Mips16InstrInfo.h | 23 const Mips16RegisterInfo RI; variable
|
| /freebsd-9-stable/contrib/llvm/lib/Target/XCore/ |
| D | XCoreInstrInfo.h | 26 const XCoreRegisterInfo RI; variable
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMInstrInfo.h | 26 ARMRegisterInfo RI; variable
|
| D | Thumb1InstrInfo.h | 25 Thumb1RegisterInfo RI; variable
|
| D | Thumb2InstrInfo.h | 26 Thumb2RegisterInfo RI; variable
|
| /freebsd-9-stable/sys/dev/hwpmc/ |
| D | hwpmc_piv.c | 441 #define P4_PCPU_PMC_VALUE(PC,RI,CPU) (PC)->pc_pmc_values[(RI)*((CPU) & 1)] argument 442 #define P4_PCPU_HW_VALUE(PC,RI,CPU) (PC)->pc_si.pc_hw[(RI)*((CPU) & 1)] argument 443 #define P4_PCPU_SAVED_IP(PC,RI,CPU) (PC)->pc_si.pc_ip[(RI)*((CPU) & 1)] argument 445 #define P4_PCPU_GET_FLAGS(PC,RI,MASK) ((PC)->pc_flags[(RI)] & (MASK)) argument 446 #define P4_PCPU_SET_FLAGS(PC,RI,MASK,VAL) do { \ argument 454 #define P4_PCPU_GET_RUNCOUNT(PC,RI) P4_PCPU_GET_FLAGS(PC,RI,0x0F) argument 455 #define P4_PCPU_SET_RUNCOUNT(PC,RI,V) P4_PCPU_SET_FLAGS(PC,RI,0x0F,V) argument 457 #define P4_PCPU_GET_CFGFLAGS(PC,RI) (P4_PCPU_GET_FLAGS(PC,RI,0xF0) >> 4) argument 458 #define P4_PCPU_SET_CFGFLAGS(PC,RI,C) P4_PCPU_SET_FLAGS(PC,RI,0xF0,((C) <<4)) argument
|
| /freebsd-9-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64InstrInfo.h | 28 const AArch64RegisterInfo RI; variable
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.h | 38 const SparcRegisterInfo RI; variable
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfo.h | 30 const HexagonRegisterInfo RI; variable
|
| /freebsd-9-stable/contrib/llvm/lib/Target/MSP430/ |
| D | MSP430InstrInfo.h | 44 const MSP430RegisterInfo RI; variable
|
| /freebsd-9-stable/contrib/llvm/utils/TableGen/ |
| D | CodeGenSchedule.cpp | 80 RI = RegexList.begin(), RE = RegexList.end(); RI != RE; ++RI) { in apply() local 401 for (RecIter RI = RWDefs.begin(), RE = RWDefs.end(); RI != RE; ++RI) { in findRWs() local 565 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI) in collectSchedClasses() local 582 for (IdxIter RI = Reads.begin(), RE = Reads.end(); RI != RE; ++RI) in collectSchedClasses() local 627 for (IdxIter RI = OperReads.begin(), RE = OperReads.end(); RI != RE; ++RI) { in createSchedClassName() local 757 for (RecIter RI = SchedClasses[OldSCIdx].InstRWs.begin(), in createInstRWClass() local 1046 RI = RSI->begin(), RE = RSI->end(); RI != RE; ++RI) { in hasVariant() local 1073 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local 1093 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local 1367 for (IdxIter RI = ReadSeq.begin(), RE = ReadSeq.end(); RI != RE; ++RI) in inferFromRW() local [all …]
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | AMDGPUAsmPrinter.cpp | 108 const R600RegisterInfo * RI = in EmitProgramInfoR600() local 174 const SIRegisterInfo * RI = in EmitProgramInfoSI() local
|
| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | RegionPrinter.cpp | 119 for (Region::const_iterator RI = R->begin(), RE = R->end(); RI != RE; ++RI) in printRegionCluster() local 122 RegionInfo *RI = R->getRegionInfo(); in printRegionCluster() local
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| D | PlistReporter.cpp | 112 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) { in writeARCDiagsToPlist() local 177 StoredDiagnostic::range_iterator RI = D.range_begin(), RE = D.range_end(); in writeARCDiagsToPlist() local
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Analysis/ |
| D | RegionPass.h | 87 RegionInfo *RI; variable
|