Searched defs:NI (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrInfo.h35 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, argument
38 InstrNameIndices = NI;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp69 SDNodeIterator NI = SDNodeIterator::begin(TargetNode); local
70 std::advance(NI, I.getNode()->getOperand(I.getOperand()).getResNo());
71 return NI;
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp254 Instruction *NI = InsertValueInst::Create(AI, EI, 0); local
255 NI->insertAfter(EI);
256 AI->replaceAllUsesWith(NI);
260 NI->setOperand(0, AI);
/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp228 BasicBlock::iterator NI = II->getNormalDest()->getFirstInsertionPt(); local
231 InvokeNum, false, NI);
299 Instruction *NI = InsertValueInst::Create(AI, EI, 0); local
300 NI->insertAfter(EI);
301 AI->replaceAllUsesWith(NI);
304 NI->setOperand(0, AI);
H A DSimplifyCFG.cpp648 Instruction *NI = Builder.CreateBr(ThisDef); local
649 (void) NI;
655 << "Through successor TI: " << *TI << "Leaving: " << *NI << "\n"); local
715 Instruction *NI = Builder.CreateBr(TheRealDest); local
716 (void) NI;
719 << "Through successor TI: " << *TI << "Leaving: " << *NI << "\n"); local
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp211 const SDNodeInfo &NI = CGP.getSDNodeInfo(CGP.getSDNodeNamed("imm")); local
212 AddMatcher(new CheckOpcodeMatcher(NI));
H A DCodeGenDAGPatterns.cpp1503 const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator()); local
1506 if (NI.getNumOperands() >= 0 &&
1507 getNumChildren() != (unsigned)NI.getNumOperands())
1509 itostr(NI.getNumOperands()) + " operands!");
1511 bool MadeChange = NI.ApplyTypeConstraints(this, TP);
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp613 const ExplodedNode *NI = N; local
615 while (NI) {
616 ProgramPoint P = NI->getLocation();
626 NI = NI->succ_empty() ? 0 : *(NI->succ_begin());
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp440 NameSet::iterator NI = UsedNames.find(name); local
441 if (NI != UsedNames.end())
456 NameSet::iterator NI = UsedNames.find(name); local
457 if (NI != UsedNames.end())
/external/clang/tools/libclang/
H A DCIndex.cpp2365 const DeclarationNameInfo &NI,
2372 const DeclarationName::NameKind Kind = NI.getName().getNameKind();
2380 Pieces.push_back(NI.getLoc());
2388 NI.getInfo().CXXOperatorName.BeginOpNameLoc));
2390 NI.getInfo().CXXOperatorName.EndOpNameLoc));
2364 buildPieces(unsigned NameFlags, bool IsMemberRefExpr, const DeclarationNameInfo &NI, const SourceRange &QLoc, const ASTTemplateArgumentListInfo *TemplateArgs = 0) argument

Completed in 747 milliseconds