Home
last modified time | relevance | path

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

12345

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp69 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
DGCMetadata.cpp148 for (GCFunctionInfo::roots_iterator RI = FD->roots_begin(), in runOnFunction() local
159 for (GCFunctionInfo::live_iterator RI = FD->live_begin(PI), in runOnFunction() local
DPHIEliminationUtils.cpp37 for (MachineRegisterInfo::reg_iterator RI = MRI.reg_begin(SrcReg), in findPHICopyInsertPoint() local
DTargetFrameLoweringImpl.cpp37 const TargetRegisterInfo *RI = MF.getTarget().getRegisterInfo(); in getFrameIndexReference() local
DStackProtector.cpp256 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
DInlineSpiller.cpp242 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/
DObject.cpp207 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/
DPassManager.cpp100 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/
DDifferenceEngine.cpp196 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/
DMipsSEInstrInfo.h23 const MipsSERegisterInfo RI; variable
DMips16InstrInfo.h23 const Mips16RegisterInfo RI; variable
/freebsd-9-stable/contrib/llvm/lib/Target/XCore/
DXCoreInstrInfo.h26 const XCoreRegisterInfo RI; variable
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMInstrInfo.h26 ARMRegisterInfo RI; variable
DThumb1InstrInfo.h25 Thumb1RegisterInfo RI; variable
DThumb2InstrInfo.h26 Thumb2RegisterInfo RI; variable
/freebsd-9-stable/sys/dev/hwpmc/
Dhwpmc_piv.c441 #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/
DAArch64InstrInfo.h28 const AArch64RegisterInfo RI; variable
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/
DSparcInstrInfo.h38 const SparcRegisterInfo RI; variable
/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h30 const HexagonRegisterInfo RI; variable
/freebsd-9-stable/contrib/llvm/lib/Target/MSP430/
DMSP430InstrInfo.h44 const MSP430RegisterInfo RI; variable
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DCodeGenSchedule.cpp80 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/
DAMDGPUAsmPrinter.cpp108 const R600RegisterInfo * RI = in EmitProgramInfoR600() local
174 const SIRegisterInfo * RI = in EmitProgramInfoSI() local
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DRegionPrinter.cpp119 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/
DPlistReporter.cpp112 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/
DRegionPass.h87 RegionInfo *RI; variable

12345