/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ilist.h | 188 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 D | DirectedGraph.h | 244 iterator IT = findNode(N); in removeNode() local 245 if (IT == Nodes.end()) in removeNode() 258 Nodes.erase(IT); in removeNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 36 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/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | FunctionInfo.cpp | 58 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/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ARMEHABIPrinter.h | 350 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/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStackLayout.cpp | 34 for (auto &IT : ObjectOffsets) { in print() local 35 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopCacheAnalysis.h | 216 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost() local 219 return (IT != LoopCosts.end()) ? (*IT).second : -1; in getLoopCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUResourceUsageAnalysis.cpp | 124 for (auto IT = po_begin(&CG); IT != End; ++IT) { in runOnModule() local 125 Function *F = IT->getFunction(); in runOnModule() 144 for (const auto &IT : CG) { in runOnModule() local 145 const Function *F = IT.first; in runOnModule()
|
/freebsd/share/i18n/esdb/ISO646/ |
H A D | ISO646.alias | 55 IT iso-ir-15 56 IT it
|
H A D | ISO646.part | 10 IT
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | umodsi3.S | 38 IT(cc) 106 IT(hs); \
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdmisc.c | 1412 if (tiPassthroughCmnd->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1472 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() [all …]
|
/freebsd/share/i18n/csmapper/EBCDIC/ |
H A D | UCS%EBCDIC-IT.src | 1 # $NetBSD: UCS%EBCDIC-IT.src,v 1.3 2003/07/14 06:03:41 tshiozak Exp $ 4 NAME "UCS/EBCDIC-IT"
|
H A D | EBCDIC-IT%UCS.src | 1 # $NetBSD: EBCDIC-IT%UCS.src,v 1.2 2003/07/12 16:11:07 tshiozak Exp $ 4 NAME "EBCDIC-IT/UCS"
|
H A D | EBCDIC.part | 14 IT
|
/freebsd/share/i18n/csmapper/ISO646/ |
H A D | ISO646-IT%UCS.646 | 1 # $NetBSD: ISO646-IT%UCS.646,v 1.1 2003/06/27 08:40:42 tshiozak Exp $
|
H A D | ISO646.part | 10 IT
|
H A D | Makefile | 15 ISO646-IT%UCS.646 ISO646-JP%UCS.646 ISO646-JP-OCR-B%UCS.646 \
|
/freebsd/share/i18n/esdb/EBCDIC/ |
H A D | EBCDIC.part | 14 IT
|
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-h5-libretech-all-h3-it.dts | 9 model = "Libre Computer Board ALL-H3-IT H5";
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Float2Int.cpp | 118 auto IT = SeenInsts.find(I); in seen() local 119 if (IT != SeenInsts.end()) in seen() 120 IT->second = std::move(R); in seen()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 547 for (auto &IT : *MBB) { in INITIALIZE_PASS() 548 if (IT.getOpcode() != ARM::t2IT) in INITIALIZE_PASS() 550 RDA.getReachingLocalUses(&IT, MCRegister::from(ARM::ITSTATE), in INITIALIZE_PASS() 551 ITBlocks[&IT]); in INITIALIZE_PASS() 562 MachineInstr *IT = RDA.getMIOperand(Dead, *MO); in INITIALIZE_PASS() local 563 RemoveITs.insert(IT); in INITIALIZE_PASS() 564 auto &CurrentBlock = ITBlocks[IT]; in INITIALIZE_PASS() 567 ModifiedITs.erase(IT); in INITIALIZE_PASS() 569 ModifiedITs.insert(IT); in INITIALIZE_PASS()
|
H A D | ARMSubtarget.cpp | 59 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT), variable 232 switch (IT) { in initSubtargetFeatures()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 1024 std::error_code detail::directory_iterator_construct(detail::DirIterState &IT, 1058 return detail::directory_iterator_destruct(IT); 1070 IT.IterationHandle = intptr_t(FindHandle.take()); 1073 IT.CurrentEntry = 1081 std::error_code detail::directory_iterator_destruct(detail::DirIterState &IT) { 1082 if (IT.IterationHandle != 0) 1084 ScopedFindHandle close(HANDLE(IT.IterationHandle)); 1085 IT.IterationHandle = 0; 1086 IT.CurrentEntry = directory_entry(); 1090 std::error_code detail::directory_iterator_increment(detail::DirIterState &IT) { [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticFrontendKinds.td | 190 def note_fixit_applied : Note<"FIX-IT applied suggested code changes">; 192 "FIX-IT unable to apply suggested code changes in a macro">; 194 "FIX-IT unable to apply suggested code changes">; 195 def note_fixit_unfixed_error : Note<"FIX-IT detected an error it cannot fix">; 197 "FIX-IT detected errors it could not fix; no output will be generated">;
|