HomeSort by: relevance | last modified time | path
    Searched defs:NI (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
AttrImpl.cpp 104 alignments_iterator NI = alignments_begin();
108 if (*NI) {
110 (*NI)->printPretty(OS, nullptr, Policy);
113 ++NI;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafetyTIL.cpp 296 unsigned NI = I - NumUnreachableBlocks;
297 Blocks[NI] = Blocks[I];
298 Blocks[NI]->BlockID = NI;
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangSyntaxEmitter.cpp 69 auto NI = ByName.find(Name);
70 assert(NI != ByName.end() && "no such node");
71 return *NI->second;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringExtras.h 462 size_t NI = detail::join_items_size(std::forward<Args>(Items)...);
463 Result.reserve(NI + (sizeof...(Items) - 1) * NS + 1);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 67 SDNodeIterator NI = SDNodeIterator::begin(TargetNode);
68 std::advance(NI, I.getNode()->getOperand(I.getOperand()).getResNo());
69 return NI;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBFileBuilder.cpp 108 uint32_t NI = getStringTableBuilder().insert(Name);
113 Desc.NameIndex = NI;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 211 const SDNodeInfo &NI = CGP.getSDNodeInfo(CGP.getSDNodeNamed("imm"));
212 AddMatcher(new CheckOpcodeMatcher(NI));
287 const SDNodeInfo &NI = CGP.getSDNodeInfo(CGP.getSDNodeNamed(Name));
288 AddMatcher(new CheckOpcodeMatcher(NI));
299 const SDNodeInfo &NI = CGP.getSDNodeInfo(CGP.getSDNodeNamed(Name));
300 AddMatcher(new CheckOpcodeMatcher(NI));
CodeGenDAGPatterns.cpp 2493 const SDNodeInfo &NI = CDP.getSDNodeInfo(getOperator());
2496 if (NI.getNumOperands() >= 0 &&
2497 getNumChildren() != (unsigned)NI.getNumOperands()) {
2499 Twine(NI.getNumOperands()) + " operands!");
2506 MadeChange |= NI.ApplyTypeConstraints(this, TP);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVNHoist.cpp 1098 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0;
1157 ++NI;
1163 NumHoisted += NL + NS + NC + NI;
1168 return {NI, NL + NC + NS};
DeadStoreElimination.cpp 1681 // Check for any extra throws between SI and NI that block DSE. This only
1684 bool mayThrowBetween(Instruction *SI, Instruction *NI,
1692 if (SI->getParent() == NI->getParent())
1697 // Check if \p NI acts as a DSE barrier for \p SI. The following instructions
1702 bool isDSEBarrier(const Value *SILocUnd, Instruction *NI) {
1703 // If NI may throw it acts as a barrier, unless we are to an alloca/alloca
1705 if (NI->mayThrow() && !isInvisibleToCallerBeforeRet(SILocUnd))
1708 // If NI is an atomic load/store stronger than monotonic, do not try to
1710 if (NI->isAtomic()) {
1711 if (auto *LI = dyn_cast<LoadInst>(NI))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 1957 const ExplodedNode *NI = N;
1959 ProgramPoint ProgPoint = NI->getLocation();
1972 NI = NI->getFirstPred();
1973 } while (NI);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ModuloSchedule.cpp 1584 for (auto I = BB->begin(), NI = NewBB->begin(); !I->isTerminator();
1585 ++I, ++NI) {
1587 CanonicalMIs[&*NI] = &*I;
1588 BlockMIs[{NewBB, &*I}] = &*NI;
1638 MachineInstr *NI = BuildMI(*DestBB, DestBB->getFirstNonPHI(),
1642 BlockMIs[{DestBB, CanonicalMIs[MI]}] = NI;
1643 CanonicalMIs[NI] = CanonicalMIs[MI];
1863 MachineInstr *NI = BuildMI(NewBB, DebugLoc(), TII->get(TargetOpcode::PHI), R)
1866 BlockMIs[{NewBB, &MI}] = NI;
1867 CanonicalMIs[NI] = &MI
    [all...]
MachinePipeliner.cpp 1747 for (SUnit *NI : N) {
1749 computePath(NI, Path, NodesAdded, I, Visited);
1758 for (SUnit *NI : N) {
1760 computePath(NI, Path, I, NodesAdded, Visited);
1833 NodeSet &NI = *I;
1836 if (NI.getNode(0)->NodeNum == NJ.getNode(0)->NodeNum) {
1837 if (NJ.compareRecMII(NI) > 0)
1838 NI.setRecMII(NJ.getRecMII());
2035 SetVector<SUnit *>::iterator NI = NodeOrder.begin();
2038 SUnit *SU = *NI;
    [all...]
CodeGenPrepare.cpp 6943 Instruction *NI = UI->clone();
6944 NewInstructions[UI] = NI;
6947 NI->insertBefore(InsertPoint);
6948 InsertPoint = NI;
6949 InsertedInsts.insert(NI);
6956 NewInstructions[OldI]->setOperand(U->getOperandNo(), NI);
6958 U->set(NI);
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangle.cpp 257 NamedIdentifierNode *NI = Arena.alloc<NamedIdentifierNode>();
260 NI->Name = "`vftable'";
263 NI->Name = "`vbtable'";
266 NI->Name = "`local vftable'";
269 NI->Name = "`RTTI Complete Object Locator'";
274 QualifiedNameNode *QN = demangleNameScopeChain(MangledName, NI);
352 NamedIdentifierNode *NI = synthesizeNamedIdentifier(Arena, VariableName);
353 QualifiedNameNode *QN = demangleNameScopeChain(MangledName, NI);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 1011 Instruction *NI = dyn_cast<Instruction>(VMI->second);
1012 if (!NI)
1142 NI->setMetadata(LLVMContext::MD_noalias,
1144 NI->getMetadata(LLVMContext::MD_noalias),
1168 NI->setMetadata(
1170 MDNode::concatenate(NI->getMetadata(LLVMContext::MD_alias_scope),
SimplifyCFG.cpp 887 Instruction *NI = Builder.CreateBr(ThisDef);
888 (void)NI;
894 << "Through successor TI: " << *TI << "Leaving: " << *NI
979 Instruction *NI = Builder.CreateBr(TheRealDest);
980 (void)NI;
983 << "Through successor TI: " << *TI << "Leaving: " << *NI
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 3172 auto NI = BuildMI(B, BrI.getIterator(), BrI.getDebugLoc(), JD)
3179 for (auto &Op : NI->operands())
3181 NI->eraseFromParent();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 205 for (ObjCMethodDecl::param_iterator ni = NewMethod->param_begin(),
207 ni != ne && oi != oe; ++ni, ++oi) {
209 ParmVarDecl *newDecl = (*ni);
4948 auto NI = ObjCMethod->param_begin();
4949 for (; OI != OE; ++OI, ++NI)
4950 diagnoseNoescape(*NI, *OI, C, P, *this);
SemaDeclAttr.cpp 3198 DeclarationNameInfo NI;
3206 NI = DRE->getNameInfo();
3209 << NI.getName();
3216 NI = ULE->getNameInfo();
3219 << NI.getName();
3231 << NI.getName();
3242 << NI.getName() << ParamTy << Ty;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 11707 auto NI = Attr->alignments_begin();
11722 (*NI)
11723 ? (*NI)->EvaluateKnownConstInt(C)
11727 ++NI;

Completed in 95 milliseconds