Home
last modified time | relevance | path

Searched refs:IT (Results 1 – 25 of 106) sorted by relevance

12345

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h188 pointer remove(iterator &IT) {
189 pointer Node = &*IT++;
195 pointer remove(const iterator &IT) {
196 iterator MutIt = IT;
200 pointer remove(pointer IT) { return remove(iterator(IT)); }
201 pointer remove(reference IT) { return remove(iterator(IT)); }
209 iterator erase(pointer IT) { return erase(iterator(IT)); }
210 iterator erase(reference IT) { return erase(iterator(IT)); }
H A DDirectedGraph.h244 iterator IT = findNode(N); in removeNode() local
245 if (IT == Nodes.end()) in removeNode()
258 Nodes.erase(IT); in removeNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp36 const auto IT = AllocaNumbering.find(AI); in getLiveRange() local
37 assert(IT != AllocaNumbering.end()); in getLiveRange()
38 return LiveRanges[IT->second]; in getLiveRange()
245 for (auto IT : BlockLiveness) { in calculateLiveIntervals() local
246 const BasicBlock *BB = IT.getFirst(); in calculateLiveIntervals()
247 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals()
300 for (auto IT : BlockLiveness) { in dumpBlockLiveness() local
301 const BasicBlock *BB = IT.getFirst(); in dumpBlockLiveness()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp58 const uint32_t IT = Data.getU32(&Offset); in decode() local
66 Offset, IT); in decode()
70 switch (IT) { in decode()
92 Offset-8, IT); in decode()
214 const uint32_t IT = Data.getU32(&Offset); in lookup() local
222 switch (IT) { in lookup()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h350 void PrintIndexTable(unsigned SectionIndex, const Elf_Shdr *IT) const;
520 const Elf_Shdr *IT) const { in PrintIndexTable() argument
522 Expected<ArrayRef<uint8_t>> Contents = ELF.getSectionContents(*IT); in PrintIndexTable()
538 const unsigned Entries = IT->sh_size / IndexTableEntrySize; in PrintIndexTable()
569 ? PREL31(Word0, IT->sh_addr) in PrintIndexTable()
570 : PREL31(Word0, IT->sh_addr + Entry * IndexTableEntrySize); in PrintIndexTable()
578 IsRelocatable ? std::optional<unsigned>(IT->sh_link) : std::nullopt; in PrintIndexTable()
598 TableEntryAddress = PREL31(Word1, IT->sh_addr); in PrintIndexTable()
602 PREL31(Word1, IT->sh_addr + Entry * IndexTableEntrySize + 4); in PrintIndexTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp34 for (auto &IT : ObjectOffsets) { in print() local
35 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h216 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost() local
219 return (IT != LoopCosts.end()) ? (*IT).second : -1; in getLoopCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUResourceUsageAnalysis.cpp123 for (auto IT = po_begin(&CG); IT != End; ++IT) { in runOnModule() local
124 Function *F = IT->getFunction(); in runOnModule()
142 for (const auto &IT : CG) { in runOnModule() local
143 const Function *F = IT.first; in runOnModule()
/freebsd-14.2/share/i18n/esdb/ISO646/
H A DISO646.alias55 IT iso-ir-15
56 IT it
H A DISO646.part10 IT
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h146 #define IT(cond) it cond macro
151 #define IT(cond) macro
158 #define IT(cond) macro
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dumodsi3.S38 IT(cc)
106 IT(hs); \
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c1472 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1530 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1542 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1554 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1566 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1578 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1590 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1602 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1614 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
1626 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
[all …]
/freebsd-14.2/share/i18n/csmapper/EBCDIC/
H A DUCS%EBCDIC-IT.src1 # $NetBSD: UCS%EBCDIC-IT.src,v 1.3 2003/07/14 06:03:41 tshiozak Exp $
4 NAME "UCS/EBCDIC-IT"
H A DEBCDIC-IT%UCS.src1 # $NetBSD: EBCDIC-IT%UCS.src,v 1.2 2003/07/12 16:11:07 tshiozak Exp $
4 NAME "EBCDIC-IT/UCS"
H A DEBCDIC.part14 IT
/freebsd-14.2/share/i18n/csmapper/ISO646/
H A DISO646-IT%UCS.6461 # $NetBSD: ISO646-IT%UCS.646,v 1.1 2003/06/27 08:40:42 tshiozak Exp $
H A DISO646.part10 IT
H A DMakefile15 ISO646-IT%UCS.646 ISO646-JP%UCS.646 ISO646-JP-OCR-B%UCS.646 \
/freebsd-14.2/share/i18n/esdb/EBCDIC/
H A DEBCDIC.part14 IT
/freebsd-14.2/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h5-libretech-all-h3-it.dts9 model = "Libre Computer Board ALL-H3-IT H5";
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp815 for (auto *IT : ImageTypes) { in EmitQualTypeFinder() local
816 auto Entry = ImageTypesMap.find(IT->getValueAsString("Name")); in EmitQualTypeFinder()
819 ImageList.push_back(IT); in EmitQualTypeFinder()
821 std::make_pair(IT->getValueAsString("Name"), ImageList)); in EmitQualTypeFinder()
823 Entry->second.push_back(IT); in EmitQualTypeFinder()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp118 auto IT = SeenInsts.find(I); in seen() local
119 if (IT != SeenInsts.end()) in seen()
120 IT->second = std::move(R); in seen()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td186 def note_fixit_applied : Note<"FIX-IT applied suggested code changes">;
188 "FIX-IT unable to apply suggested code changes in a macro">;
190 "FIX-IT unable to apply suggested code changes">;
191 def note_fixit_unfixed_error : Note<"FIX-IT detected an error it cannot fix">;
193 "FIX-IT detected errors it could not fix; no output will be generated">;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp554 for (auto &IT : *MBB) { in INITIALIZE_PASS()
555 if (IT.getOpcode() != ARM::t2IT) in INITIALIZE_PASS()
557 RDA.getReachingLocalUses(&IT, MCRegister::from(ARM::ITSTATE), in INITIALIZE_PASS()
558 ITBlocks[&IT]); in INITIALIZE_PASS()
568 MachineInstr *IT = RDA.getMIOperand(Dead, *MO); in INITIALIZE_PASS() local
569 RemoveITs.insert(IT); in INITIALIZE_PASS()
570 auto &CurrentBlock = ITBlocks[IT]; in INITIALIZE_PASS()
573 ModifiedITs.erase(IT); in INITIALIZE_PASS()
575 ModifiedITs.insert(IT); in INITIALIZE_PASS()

12345