Home
last modified time | relevance | path

Searched defs:NI (Results 1 – 25 of 200) sorted by relevance

12345678

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp927 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
H A DDWARFAcceleratorTable.cpp778 for (const NameIndex &NI : NameIndices) in dump() local
867 const DWARFDebugNames::NameIndex &NI, StringRef Key) in ValueIterator()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1085 for (const DWARFDebugNames::NameIndex &NI : AccelTable) { in verifyDebugNamesCULists() local
1123 DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, in verifyNameIndexBuckets()
1235 const DWARFDebugNames::NameIndex &NI, const DWARFDebugNames::Abbrev &Abbr, in verifyNameIndexAttribute()
1293 DWARFVerifier::verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexAbbrevs()
1355 const DWARFDebugNames::NameIndex &NI, in verifyNameIndexEntries()
1464 const DWARFDie &Die, const DWARFDebugNames::NameIndex &NI) { in verifyNameIndexCompleteness()
1582 for (const auto &NI : AccelTable) in verifyDebugNames() local
1584 for (const auto &NI : AccelTable) in verifyDebugNames() local
1590 for (const auto &NI : AccelTable) in verifyDebugNames() local
1598 if (const DWARFDebugNames::NameIndex *NI = in verifyDebugNames() local
H A DDWARFAcceleratorTable.cpp793 for (const NameIndex &NI : NameIndices) in dump() local
883 const DWARFDebugNames::NameIndex &NI, StringRef Key) in ValueIterator()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1940 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2200 Instruction *NI = ConvertShiftToMul(I); in OptimizeInst() local
2237 Instruction *NI = convertOrWithNoCommonBitsToAdd(I); in OptimizeInst() local
2247 Instruction *NI = BreakUpSubtract(I, RedoInsts); in OptimizeInst() local
2257 Instruction *NI = LowerNegateToMultiply(I); in OptimizeInst() local
2272 Instruction *NI = BreakUpSubtract(I, RedoInsts); in OptimizeInst() local
2286 Instruction *NI = LowerNegateToMultiply(I); in OptimizeInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2086 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1576 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1602 for (auto I = BB->begin(), NI = NewBB->begin(); !I->isTerminator(); in peelKernel() local
1656 MachineInstr *NI = BuildMI(*DestBB, DestBB->getFirstNonPHI(), in moveStageBetweenBlocks() local
1881 MachineInstr *NI = BuildMI(NewBB, DebugLoc(), TII->get(TargetOpcode::PHI), R) in CreateLCSSAExitingBlock() local
2052 for (auto NI = BB->getFirstNonPHI(); NI != BB->end(); ++NI) { in validateAgainstModuloScheduleExpander() local
2061 auto NI = BB->begin(); in validateAgainstModuloScheduleExpander() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/ppv-lite86-0.2.17/src/x86_64/
H A Dsse2.rs1445 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
/aosp_15_r20/external/rust/android-crates-io/crates/ppv-lite86/src/x86_64/
Dsse2.rs1445 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrInfo.h32 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCInstrInfo.h33 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCInstrInfo.h48 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCInstrInfo.h48 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCInstrInfo.h48 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCInstrInfo.h48 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCInstrInfo.h48 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java482 final int NI = event.getPointerCount(); in logMotionEvent() local
629 final int NI = event.getPointerCount(); in onPointerEvent() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp706 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DReplaceConstant.cpp60 Instruction *NI = nullptr; in convertConstantExprsToInstructions() local
/aosp_15_r20/external/libcxxabi/test/
H A Dtest_demangle.pass.cpp29839 const unsigned NI = sizeof(invalid_cases) / sizeof(invalid_cases[0]); variable
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dtest_demangle.pass.cpp30293 const unsigned NI = sizeof(invalid_cases) / sizeof(invalid_cases[0]); variable
/aosp_15_r20/frameworks/proto_logging/stats/enums/server/location/
H A Denums.proto131 NI = 0x02; enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp57 void DbiModuleDescriptorBuilder::setPdbFilePathNI(uint32_t NI) { in setPdbFilePathNI()

12345678