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.cpp257 Instruction *NI = InsertValueInst::Create(AI, EI, 0); local
258 NI->insertAfter(EI);
259 AI->replaceAllUsesWith(NI);
263 NI->setOperand(0, AI);
/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp225 BasicBlock::iterator NI = II->getNormalDest()->getFirstInsertionPt(); local
228 InvokeNum, false, NI);
296 Instruction *NI = InsertValueInst::Create(AI, EI, 0); local
297 NI->insertAfter(EI);
298 AI->replaceAllUsesWith(NI);
301 NI->setOperand(0, AI);
H A DSimplifyCFG.cpp595 Instruction *NI = Builder.CreateBr(ThisDef); local
596 (void) NI;
602 << "Through successor TI: " << *TI << "Leaving: " << *NI << "\n"); local
681 Instruction *NI = Builder.CreateBr(TheRealDest); local
682 (void) NI;
685 << "Through successor TI: " << *TI << "Leaving: " << *NI << "\n"); local
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp207 const SDNodeInfo &NI = CGP.getSDNodeInfo(CGP.getSDNodeNamed("imm")); local
208 AddMatcher(new CheckOpcodeMatcher(NI));
H A DCodeGenDAGPatterns.cpp1602 const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator()); local
1605 if (NI.getNumOperands() >= 0 &&
1606 getNumChildren() != (unsigned)NI.getNumOperands()) {
1608 itostr(NI.getNumOperands()) + " operands!");
1612 bool MadeChange = NI.ApplyTypeConstraints(this, TP);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp874 const ExplodedNode *NI = N; local
876 ProgramPoint ProgPoint = NI->getLocation();
889 NI = NI->getFirstPred();
890 } while (NI);
/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.cpp2486 const DeclarationNameInfo &NI,
2493 const DeclarationName::NameKind Kind = NI.getName().getNameKind();
2501 Pieces.push_back(NI.getLoc());
2509 NI.getInfo().CXXOperatorName.BeginOpNameLoc));
2511 NI.getInfo().CXXOperatorName.EndOpNameLoc));
2485 buildPieces(unsigned NameFlags, bool IsMemberRefExpr, const DeclarationNameInfo &NI, const SourceRange &QLoc, const ASTTemplateArgumentListInfo *TemplateArgs = 0) argument

Completed in 5436 milliseconds