| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFVerifier.cpp | 927 for (const DWARFDebugNames::NameIndex &NI : AccelTable) { in verifyDebugNamesCULists() local 965 DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, in verifyNameIndexBuckets() 1077 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute() 1135 DWARFVerifier::verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexAbbrevs() 1199 const DWARFDebugNames::NameIndex &NI, in verifyNameIndexEntries() 1306 const DWARFDie &Die, const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexCompleteness() 1426 for (const auto &NI : AccelTable) in verifyDebugNames() local 1428 for (const auto &NI : AccelTable) in verifyDebugNames() local 1434 for (const auto &NI : AccelTable) in verifyDebugNames() local 1442 if (const DWARFDebugNames::NameIndex *NI = in verifyDebugNames() local
|
| D | DWARFAcceleratorTable.cpp | 778 for (const NameIndex &NI : NameIndices) in dump() local 867 const DWARFDebugNames::NameIndex &NI, StringRef Key) in ValueIterator()
|
| /external/llvm/include/llvm/MC/ |
| D | MCInstrInfo.h | 33 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCInstrInfo.h | 32 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | Reassociate.cpp | 1940 BinaryOperator *NI; in canonicalizeNegConstExpr() local 1977 Instruction *NI = ConvertShiftToMul(I); in OptimizeInst() local 2015 Instruction *NI = BreakUpSubtract(I, RedoInsts); in OptimizeInst() local 2025 Instruction *NI = LowerNegateToMultiply(I); in OptimizeInst() local 2039 Instruction *NI = BreakUpSubtract(I, RedoInsts); in OptimizeInst() local 2051 Instruction *NI = LowerNegateToMultiply(I); in OptimizeInst() local
|
| /external/libcxxabi/test/ |
| D | test_demangle.pass.cpp | 29839 const unsigned NI = sizeof(invalid_cases) / sizeof(invalid_cases[0]); variable
|
| /external/cronet/buildtools/third_party/libc++abi/trunk/test/ |
| D | test_demangle.pass.cpp | 30217 const unsigned NI = sizeof(invalid_cases) / sizeof(invalid_cases[0]); variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | DbiModuleDescriptorBuilder.cpp | 57 void DbiModuleDescriptorBuilder::setPdbFilePathNI(uint32_t NI) { in setPdbFilePathNI()
|
| D | PDBFileBuilder.cpp | 110 uint32_t NI = getStringTableBuilder().insert(Name); in addInjectedSource() local
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineObjC.cpp | 93 for (ExplodedNodeSet::iterator NI = dstLocation.begin(), in VisitObjCForCollectionStmt() local
|
| /external/llvm/include/llvm/Analysis/ |
| D | DominanceFrontierImpl.h | 190 for (typename DomTreeNodeT::const_iterator NI = currentNode->begin(), in calculate() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | DominanceFrontierImpl.h | 195 for (typename DomTreeNodeT::const_iterator NI = currentNode->begin(), in calculate() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | Reassociate.cpp | 2086 Instruction *NI = ConvertShiftToMul(I); in OptimizeInst() local 2119 Instruction *NI = BreakUpSubtract(I, RedoInsts); in OptimizeInst() local 2129 Instruction *NI = LowerNegateToMultiply(I); in OptimizeInst() local 2144 Instruction *NI = BreakUpSubtract(I, RedoInsts); in OptimizeInst() local 2158 Instruction *NI = LowerNegateToMultiply(I); in OptimizeInst() local
|
| /external/llvm/include/llvm/ADT/ |
| D | SetVector.h | 167 auto NI = vector_.begin(); in erase() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | SetVector.h | 179 auto NI = vector_.begin(); in erase() local
|
| D | StringExtras.h | 393 size_t NI = detail::join_items_size(std::forward<Args>(Items)...); in join_items() local
|
| /external/clang/lib/Analysis/ |
| D | ThreadSafetyTIL.cpp | 300 size_t NI = I - NumUnreachableBlocks; in computeNormalForm() local
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | StringExtras.h | 248 size_t NI = detail::join_items_size(std::forward<Args>(Items)...); in join_items() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ModuloSchedule.cpp | 1576 for (auto I = BB->begin(), NI = NewBB->begin(); !I->isTerminator(); in peelKernel() local 1627 MachineInstr *NI = BuildMI(*DestBB, DestBB->getFirstNonPHI(), DebugLoc(), in moveStageBetweenBlocks() local 1851 MachineInstr *NI = BuildMI(NewBB, DebugLoc(), TII->get(TargetOpcode::PHI), R) in CreateLCSSAExitingBlock() local 2022 for (auto NI = BB->getFirstNonPHI(); NI != BB->end(); ++NI) { in validateAgainstModuloScheduleExpander() local 2031 auto NI = BB->begin(); in validateAgainstModuloScheduleExpander() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGPrinter.cpp | 67 SDNodeIterator NI = SDNodeIterator::begin(TargetNode); in getEdgeTarget() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGPrinter.cpp | 70 SDNodeIterator NI = SDNodeIterator::begin(TargetNode); in getEdgeTarget() local
|
| /external/rust/crates/ppv-lite86/src/x86_64/ |
| D | sse2.rs | 1445 fn extract(self, i: u32) -> u32x4_sse2<YesS3, YesS4, NI> { in extract() argument 1455 fn insert(self, w: u32x4_sse2<YesS3, YesS4, NI>, i: u32) -> Self { in insert() argument 1575 fn from(x: x2<u128x1_sse2<YesS3, YesS4, NI>, G0>) -> Self { in from() argument 1625 fn extract(self, i: u32) -> u32x4_sse2<YesS3, YesS4, NI> { in extract() argument 1635 fn insert(self, w: u32x4_sse2<YesS3, YesS4, NI>, i: u32) -> Self { in insert() argument
|
| /external/llvm/lib/Transforms/Utils/ |
| D | InlineFunction.cpp | 706 Instruction *NI = dyn_cast<Instruction>(VMI->second); in PropagateParallelLoopAccessMetadata() local 793 Instruction *NI = dyn_cast<Instruction>(VMI->second); in CloneAliasScopeMetadata() local 891 Instruction *NI = dyn_cast<Instruction>(VMI->second); in AddAliasScopeMetadata() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | InlineFunction.cpp | 784 Instruction *NI = dyn_cast<Instruction>(VMI->second); in PropagateParallelLoopAccessMetadata() local 880 Instruction *NI = dyn_cast<Instruction>(VMI->second); in CloneAliasScopeMetadata() local 978 Instruction *NI = dyn_cast<Instruction>(VMI->second); in AddAliasScopeMetadata() local
|
| /external/llvm/utils/TableGen/ |
| D | DAGISelMatcherGen.cpp | 210 const SDNodeInfo &NI = CGP.getSDNodeInfo(CGP.getSDNodeNamed("imm")); in EmitLeafMatchCode() local
|