Searched refs:NI (Results 1 - 23 of 23) 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/Analysis/
H A DDominanceFrontier.cpp79 for (DomTreeNode::const_iterator NI = currentNode->begin(),
80 NE = currentNode->end(); NI != NE; ++NI) {
81 DomTreeNode *IDominee = *NI;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp292 for (SelectionDAG::allnodes_iterator NI = DAG->allnodes_begin(),
293 E = DAG->allnodes_end(); NI != E; ++NI) {
294 SDNode *Node = &*NI;
311 for (SelectionDAG::allnodes_iterator NI = DAG->allnodes_begin(),
312 E = DAG->allnodes_end(); NI != E; ++NI) {
313 NI->setNodeId(-1);
332 SDNode *NI = Worklist.pop_back_val();
335 for (unsigned i = 0, e = NI
[all...]
H A DSelectionDAGPrinter.cpp69 SDNodeIterator NI = SDNodeIterator::begin(TargetNode); local
70 std::advance(NI, I.getNode()->getOperand(I.getOperand()).getResNo());
71 return NI;
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp93 for (ExplodedNodeSet::iterator NI = dstLocation.begin(),
94 NE = dstLocation.end(); NI!=NE; ++NI) {
95 Pred = *NI;
H A DCheckerManager.cpp122 for (ExplodedNodeSet::iterator NI = PrevSet->begin(), NE = PrevSet->end();
123 NI != NE; ++NI) {
124 checkCtx.runChecker(*I, B, *NI);
510 NI = Src.begin(), NE = Src.end(); NI != NE; ++NI) {
512 ExplodedNode *Pred = *NI;
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());
H A DExprEngine.cpp1618 for (ExplodedNodeSet::iterator NI=Tmp.begin(), NE=Tmp.end(); NI!=NE; ++NI)
1619 evalBind(Dst, StoreE, *NI, location, Val, false);
1682 for (ExplodedNodeSet::iterator NI=Tmp.begin(), NE=Tmp.end(); NI!=NE; ++NI) {
1683 state = (*NI)->getState();
1684 const LocationContext *LCtx = (*NI)->getLocationContext();
1688 Bldr.generateNode(NodeEx, *NI,
[all...]
/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/lib/Target/X86/
H A DX86FrameLowering.cpp236 MachineBasicBlock::iterator NI = llvm::next(MBBI);
237 if (NI == MBB.end()) return;
239 unsigned Opc = NI->getOpcode();
242 NI->getOperand(0).getReg() == StackPtr) {
244 *NumBytes -= NI->getOperand(2).getImm();
245 MBB.erase(NI);
246 MBBI = NI;
249 NI->getOperand(0).getReg() == StackPtr) {
251 *NumBytes += NI->getOperand(2).getImm();
252 MBB.erase(NI);
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl177 $NI = 2;
245 &I(\$c, "padd1 I[%u] = One, I[%u]", $i0 % $NI, $i1 % $NI)if ($p & $pComI);
252 &I(\$c, "KEYADDR(IPr[%u], I[%u])", $i0 % $NIP, $i1 % $NI) if ($p & $pComI);
273 &I(\$c, "cmp.eq pBypass, p0 = I[%u], J", $i1 % $NI) if ($pByp);
/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h290 for (df_iterator<BlockT *> NI = df_begin(EntryBB),
291 NE = df_end(EntryBB); NI != NE; ++NI)
293 assert(*NI != OutsideLoopPreds[i] &&
/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/Scalar/
H A DReassociate.cpp1519 Instruction *NI = ConvertShiftToMul(I);
1522 I = NI;
1562 Instruction *NI = BreakUpSubtract(I);
1565 I = NI;
1572 Instruction *NI = LowerNegateToMultiply(I);
1575 I = NI;
H A DObjCARC.cpp3208 NI = NewRetains.begin(), NE = NewRetains.end(); NI != NE; ++NI) {
3209 Instruction *NewRetain = *NI;
3263 NI = NewReleases.begin(), NE = NewReleases.end(); NI != NE; ++NI) {
3264 Instruction *NewRelease = *NI;
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1752 NI = InOutOperands.begin(), NE = InOutOperands.end(); NI != NE; ++NI) {
1760 TypedInit *TI = dynamic_cast<TypedInit*>(NI->first);
1800 if (Var->getName() != NI->second &&
1801 Var->getName() != TiedNames[NI->second]) {
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/Sema/
H A DSemaLookup.cpp3980 for (NamespaceSpecifierSet::iterator NI = Namespaces.begin(),
3982 NI != NIEnd; ++NI) {
3983 DeclContext *Ctx = NI->DeclCtx;
3999 TC.setCorrectionSpecifier(NI->NameSpecifier);
4000 TC.setQualifierDistance(NI->EditDistance);
4006 TC.setCorrectionSpecifier(NI->NameSpecifier);
4007 TC.setQualifierDistance(NI->EditDistance);
/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/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2273 if (Instruction *NI = FoldGEPICmp(GEP, Op1, I.getPredicate(), I))
2274 return NI;
2276 if (Instruction *NI = FoldGEPICmp(GEP, Op0,
2278 return NI;
/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 774 milliseconds