HomeSort by relevance Sort by last modified time
    Searched defs:RI (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 115 bool ProcessReturningBlock(ReturnInst *RI, BasicBlock *&OldEntry,
478 static bool isDynamicConstant(Value *V, CallInst *CI, ReturnInst *RI) {
500 if (BasicBlock *UniquePred = RI->getParent()->getUniquePredecessor())
503 return SI->getDefaultDest() != RI->getParent();
518 ReturnInst *RI = dyn_cast<ReturnInst>(BBI->getTerminator());
519 if (RI == nullptr || RI == IgnoreRI) continue;
525 Value *RetOp = RI->getOperand(0);
526 if (!isDynamicConstant(RetOp, CI, RI))
782 if (ReturnInst *RI = dyn_cast<ReturnInst>(BBI->getTerminator())
    [all...]
StructurizeCFG.cpp 363 RegionInfo *RI = ParentRegion->getRegionInfo();
375 Region *R = RI->getRegionFor(*PI);
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 196 BasicBlock::iterator RI = R->begin();
199 assert(LI != LE && RI != R->end());
200 Instruction *LeftI = &*LI, *RightI = &*RI;
213 ++LI, ++RI;
219 for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI)
220 unify(&*LI, &*RI);
224 void runBlockDiff(BasicBlock::iterator LI, BasicBlock::iterator RI);
278 InvokeInst *RI = cast<InvokeInst>(R);
279 if (diffCallSites(CallSite(LI), CallSite(RI), Complain)
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 265 for (unsigned RI = 0, RE = 17; RI < RE; ++RI) {
266 if (GPRMask & (1 << RI)) {
269 OS << GPRRegisterNames[RI];
279 for (unsigned RI = 0, RE = 32; RI < RE; ++RI) {
280 if (VFPMask & (1 << RI)) {
283 OS << Prefix << RI;
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfGraphicsStateDictionary_autogen.cpp 83 SkString SkPdfGraphicsStateDictionary::RI(SkPdfNativeDoc* doc) {
84 SkPdfNativeObject* ret = get("RI", "");
92 return get("RI", "") != NULL;
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 529 std::list<CharRange>::iterator RI = I;
530 --RI;
531 RangeComparison comp = newRange.compareWith(*RI);
542 RI->End = newRange.End;
544 newRange.End = RI->End;
545 Removals.erase(RI);
548 RI->End = newRange.End;
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 624 std::map<std::string, GroupInfo>::const_iterator RI =
626 assert(RI != DiagsInGroup.end() && "Referenced without existing?");
627 OS << RI->second.IDNo << ", ";
633 std::map<std::string, GroupInfo>::const_iterator RI =
635 assert(RI != DiagsInGroup.end() && "Referenced without existing?");
636 OS << RI->second.IDNo << ", ";
    [all...]
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 517 // for (MCRegUnitRootIterator RI(Unit, MCRI); RI.isValid(); ++RI) {
518 // for (MCSuperRegIterator SI(*RI, MCRI, true); SI.isValid(); ++SI)
561 MCRegUnitIterator RI;
570 for (RI = MCRegUnitIterator(Reg, MCRI); RI.isValid(); ++RI) {
571 for (RRI = MCRegUnitRootIterator(*RI, MCRI); RRI.isValid(); ++RRI) {
581 return RI.isValid()
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 554 for (LiveInterval::iterator RI = LI->begin(), RE = LI->end(); RI != RE;
555 ++RI) {
557 if (RI->end.isBlock())
559 MachineInstr *MI = getInstructionFromIndex(RI->end);
563 // Check if any of the regunits are live beyond the end of RI. That could
577 I = RRanges.advanceTo(I, RI->end);
578 if (I == RRanges.end() || I->start >= RI->end)
580 // I is overlapping RI.
    [all...]
InlineSpiller.cpp 244 RI = MRI.reg_instr_nodbg_begin(SnipLI.reg),
245 E = MRI.reg_instr_nodbg_end(); RI != E; ) {
246 MachineInstr *MI = &*(RI++);
284 RI = MRI.reg_instr_begin(Reg), E = MRI.reg_instr_end(); RI != E; ) {
285 MachineInstr *MI = &*(RI++);
887 MIBundleOperands::VirtRegInfo RI =
    [all...]
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 307 const TargetRegisterInfo &RI = *TM.getRegisterInfo();
309 unsigned stackReg = RI.getFrameRegister(*MF);
310 unsigned returnReg = RI.getRARegister();
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 319 StringRef RI = Tok.getRawIdentifier();
321 char FirstChar = RI[0];
335 if (!Tok.needsCleaning() && RI.size() < 20) {
336 Directive = RI;
    [all...]
ModuleMap.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 446 AttributeSet::iterator LI = L.begin(i), LE = L.end(i), RI = R.begin(i),
448 for (; LI != LE && RI != RE; ++LI, ++RI) {
450 Attribute RA = *RI;
458 if (RI != RE)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 462 Instruction *RI = BinaryOperator::CreateFSub(NegZero, Op0);
463 RI->copyFastMathFlags(&I);
464 return RI;
502 Instruction *RI = (FAddSub->getOpcode() == Instruction::FAdd)
505 RI->copyFastMathFlags(&I);
506 return RI;
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 86 void forwardResume(ResumeInst *RI,
145 void InvokeInliningInfo::forwardResume(ResumeInst *RI,
148 BasicBlock *Src = RI->getParent();
156 InnerEHValuesPHI->addIncoming(RI->getOperand(0), Src);
157 RI->eraseFromParent();
252 if (ResumeInst *RI = dyn_cast<ResumeInst>(BB->getTerminator()))
253 Invoke.forwardResume(RI, InlinedLPads);
491 static CallInst *getPrecedingMustTailCall(ReturnInst *RI) {
492 Instruction *Prev = RI->getPrevNode();
496 if (Value *RV = RI->getReturnValue())
    [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
cblat3.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]
sblat3.f     [all...]

Completed in 1623 milliseconds

1 23 4