Home
last modified time | relevance | path

Searched refs:NI (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1236 for (const DWARFDebugNames::NameIndex &NI : AccelTable) { in verifyDebugNamesCULists() local
1237 if (NI.getCUCount() == 0) { in verifyDebugNamesCULists()
1240 NI.getUnitOffset()); in verifyDebugNamesCULists()
1245 for (uint32_t CU = 0, End = NI.getCUCount(); CU < End; ++CU) { in verifyDebugNamesCULists()
1246 uint64_t Offset = NI.getCUOffset(CU); in verifyDebugNamesCULists()
1253 NI.getUnitOffset(), Offset); in verifyDebugNamesCULists()
1264 NI.getUnitOffset(), Offset, Iter->second); in verifyDebugNamesCULists()
1268 Iter->second = NI.getUnitOffset(); in verifyDebugNamesCULists()
1281 DWARFVerifier::verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI, in verifyNameIndexBuckets() argument
1293 if (NI.getBucketCount() == 0) { in verifyNameIndexBuckets()
[all …]
H A DDWARFAcceleratorTable.cpp957 for (const NameIndex &NI : NameIndices) in dump() local
958 NI.dump(W); in dump()
1050 const DWARFDebugNames::NameIndex &NI, StringRef Key) in ValueIterator() argument
1051 : CurrentIndex(&NI), IsLocal(true), Key(std::string(Key)) { in ValueIterator()
1066 for (const auto &NI : *this) { in getCUNameIndex()
1067 for (uint32_t CU = 0; CU < NI.getCUCount(); ++CU) in getCUNameIndex()
1068 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/freebsd/sys/contrib/device-tree/Bindings/input/
H A De3x0-button.txt3 This module is part of the NI Ettus Research USRP E3x0 SDR.
9 - "ettus,e3x0-button": For devices such as the NI Ettus Research USRP E3x0
11 - <0 30 1>, <0 31 1>: For devices such as the NI Ettus Research USRP E3x0
13 - "press", "release": For devices such as the NI Ettus Research USRP E3x0
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp82 for (auto NI = path::begin(File), NE = path::end(File), in getRelativeIncludeName() local
84 /*termination condition in loop*/; ++NI, ++DI) { in getRelativeIncludeName()
86 while (NI != NE && *NI == ".") in getRelativeIncludeName()
87 ++NI; in getRelativeIncludeName()
88 if (NI == NE) in getRelativeIncludeName()
98 return NI - path::begin(File); in getRelativeIncludeName()
101 if (NI->size() == 1 && DI->size() == 1 && in getRelativeIncludeName()
102 path::is_separator(NI->front()) && path::is_separator(DI->front())) in getRelativeIncludeName()
108 if (NI->ends_with(".sdk") && DI->ends_with(".sdk")) { in getRelativeIncludeName()
109 StringRef NBasename = path::stem(*NI); in getRelativeIncludeName()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h268 unsigned verifyNameIndexBuckets(const DWARFDebugNames::NameIndex &NI,
270 unsigned verifyNameIndexAbbrevs(const DWARFDebugNames::NameIndex &NI);
271 unsigned verifyNameIndexAttribute(const DWARFDebugNames::NameIndex &NI,
274 unsigned verifyNameIndexEntries(const DWARFDebugNames::NameIndex &NI,
277 const DWARFDebugNames::NameIndex &NI);
/freebsd/contrib/ntp/sntp/scripts/
H A DgenLocInfo177 *,bin,*) DB=bin ; DL= ; DS= ; NI= ;;
178 *,libexec,*) DB= ; DL=libexec ; DS= ; NI= ;;
179 *,noinst,*) DB= ; DL= ; DS= ; NI=noinst ;;
180 *,sbin,*) DB= ; DL= ; DS=sbin ; NI= ;;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h193 for (typename DomTreeNodeT::const_iterator NI = currentNode->begin(), in calculate()
195 NI != NE; ++NI) { in calculate()
196 DomTreeNodeT *IDominee = *NI; in calculate()
194 for (typename DomTreeNodeT::const_iterator NI = currentNode->begin(), calculate() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrInfo.h48 void InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, in InitMCInstrInfo() argument
52 InstrNameIndices = NI; in InitMCInstrInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp105 alignments_iterator NI = alignments_begin(); in printPrettyPragma() local
109 if (*NI) { in printPrettyPragma()
111 (*NI)->printPretty(OS, nullptr, Policy); in printPrettyPragma()
114 ++NI; in printPrettyPragma()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp316 for (SDNode &NI : DAG->allnodes()) { in ClusterNodes()
317 SDNode *Node = &NI; in ClusterNodes()
334 for (SDNode &NI : DAG->allnodes()) { in BuildSchedUnits()
335 NI.setNodeId(-1); in BuildSchedUnits()
354 SDNode *NI = Worklist.pop_back_val(); in BuildSchedUnits() local
357 for (const SDValue &Op : NI->op_values()) in BuildSchedUnits()
361 if (isPassiveNode(NI)) // Leaf node, e.g. a TargetImmediate. in BuildSchedUnits()
365 if (NI->getNodeId() != -1) continue; in BuildSchedUnits()
367 SUnit *NodeSUnit = newSUnit(NI); in BuildSchedUnits()
374 SDNode *N = NI; in BuildSchedUnits()
[all …]
H A DSelectionDAGPrinter.cpp63 SDNodeIterator NI = SDNodeIterator::begin(TargetNode); in getEdgeTarget() local
64 std::advance(NI, I.getNode()->getOperand(I.getOperand()).getResNo()); in getEdgeTarget()
65 return NI; in getEdgeTarget()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp296 unsigned NI = I - NumUnreachableBlocks; in computeNormalForm() local
297 Blocks[NI] = Blocks[I]; in computeNormalForm()
298 Blocks[NI]->BlockID = NI; in computeNormalForm()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td33 class NI<dag oops, dag iops, list<dag> pattern, bit stack,
59 def "" : NI<oops_r, iops_r, pattern_r, false, asmstr_r, inst, is64>;
61 def _S : NI<oops_s, iops_s, [], true, asmstr_s, inst, is64>;
H A DWebAssemblyInstrMemory.td83 (!cast<NI>(Name # "_A32") 0,
89 (!cast<NI>(Name # "_A64") 0,
150 (!cast<NI>(Name # "_A32") 0,
156 (!cast<NI>(Name # "_A64") 0,
H A DWebAssemblyInstrAtomics.td93 (!cast<NI>(inst#_A32) 0, $offset, $addr, $exp, $timeout)>,
97 (!cast<NI>(inst#_A64) 0, $offset, $addr, $exp, $timeout)>,
203 (!cast<NI>(inst#_A32) 0, $offset, $addr, $val)>,
206 (!cast<NI>(inst#_A64) 0, $offset, $addr, $val)>,
340 (!cast<NI>(inst#_A32) 0, $offset, $addr, $val)>,
343 (!cast<NI>(inst#_A64) 0, $offset, $addr, $val)>,
481 (!cast<NI>(inst#_A32) 0, $offset, $addr, $exp, $new)>,
484 (!cast<NI>(inst#_A64) 0, $offset, $addr, $exp, $new)>,
H A DWebAssemblyInstrTable.td56 (!cast<NI>("TABLE_GET_" # rc) tglobaladdr:$table, i32:$idx)>;
61 (!cast<NI>("TABLE_SET_" # rc) tglobaladdr:$table, i32:$idx, vt:$src)>;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp106 for (auto *NI : NewInsts) in convertUsersOfConstantsToInstructions() local
107 NI->setDebugLoc(Loc); in convertUsersOfConstantsToInstructions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1604 for (auto I = BB->begin(), NI = NewBB->begin(); !I->isTerminator(); in peelKernel() local
1605 ++I, ++NI) { in peelKernel()
1607 CanonicalMIs[&*NI] = &*I; in peelKernel()
1608 BlockMIs[{NewBB, &*I}] = &*NI; in peelKernel()
1658 MachineInstr *NI = BuildMI(*DestBB, DestBB->getFirstNonPHI(), in moveStageBetweenBlocks() local
1662 BlockMIs[{DestBB, CanonicalMIs[&MI]}] = NI; in moveStageBetweenBlocks()
1663 CanonicalMIs[NI] = CanonicalMIs[&MI]; in moveStageBetweenBlocks()
1884 MachineInstr *NI = BuildMI(NewBB, DebugLoc(), TII->get(TargetOpcode::PHI), R) in CreateLCSSAExitingBlock() local
1887 BlockMIs[{NewBB, &MI}] = NI; in CreateLCSSAExitingBlock()
1888 CanonicalMIs[NI] = &MI; in CreateLCSSAExitingBlock()
[all …]
/freebsd/crypto/openssl/test/recipes/20-test_dhparam_data/
H A Dpkcs3-2-2048.pem7 4NI/Z2HyNAeKovaq9paBsui5drN5rSSNuwIBAg==
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp61 void DbiModuleDescriptorBuilder::setPdbFilePathNI(uint32_t NI) { in setPdbFilePathNI() argument
62 PdbFilePathNI = NI; in setPdbFilePathNI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2154 Instruction *NI = ConvertShiftToMul(I); in OptimizeInst() local
2157 I = NI; in OptimizeInst()
2192 Instruction *NI = convertOrWithNoCommonBitsToAdd(I); in OptimizeInst() local
2195 I = NI; in OptimizeInst()
2202 Instruction *NI = BreakUpSubtract(I, RedoInsts); in OptimizeInst() local
2205 I = NI; in OptimizeInst()
2212 Instruction *NI = LowerNegateToMultiply(I); in OptimizeInst() local
2215 for (User *U : NI->users()) { in OptimizeInst()
2221 I = NI; in OptimizeInst()
2227 Instruction *NI = BreakUpSubtract(I, RedoInsts); in OptimizeInst() local
[all …]
/freebsd/crypto/openssl/test/certs/
H A Dbadalt8-key.pem23 ZSXhSNstLD7qM6Sdh8mYDxdjqhUXVnJcN8vru5tAuGPqptQtFcUXA/o+NI+IMz8w
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ccm_hw_aesni.inc11 * AES-NI support for AES CCM.
H A Dcipher_aes_gcm_hw_aesni.inc11 * AES-NI support for AES GCM.
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp390 MachineBasicBlock::iterator NI = in mergeSPUpdates() local
395 if (!MergeWithPrevious && NI != MBB.end() && in mergeSPUpdates()
396 NI->getOpcode() == TargetOpcode::CFI_INSTRUCTION) { in mergeSPUpdates()
406 MBBI = NI; in mergeSPUpdates()
412 MBBI = NI; in mergeSPUpdates()

1234