Searched refs:Ends (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOWriter.cpp | 44 SmallVector<size_t, 7> Ends; in totalSize() local 50 Ends.push_back(SymTabCommand.symoff + symTableSize()); in totalSize() 52 Ends.push_back(SymTabCommand.stroff + SymTabCommand.strsize); in totalSize() 61 Ends.push_back(DyLdInfoCommand.rebase_off + DyLdInfoCommand.rebase_size); in totalSize() 66 Ends.push_back(DyLdInfoCommand.bind_off + DyLdInfoCommand.bind_size); in totalSize() 71 Ends.push_back(DyLdInfoCommand.weak_bind_off + in totalSize() 77 Ends.push_back(DyLdInfoCommand.lazy_bind_off + in totalSize() 83 Ends.push_back(DyLdInfoCommand.export_off + DyLdInfoCommand.export_size); in totalSize() 93 Ends.push_back(DySymTabCommand.indirectsymoff + in totalSize() 107 Ends.push_back(LinkEditDataCommand.dataoff + in totalSize() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MemoryTaggingSupport.cpp | 50 const SmallVectorImpl<IntrinsicInst *> &Ends, in forAllReachableExits() argument 53 if (Ends.size() == 1 && PDT.dominates(Ends[0], Start)) { in forAllReachableExits() 54 Callback(Ends[0]); in forAllReachableExits() 58 for (auto *End : Ends) { in forAllReachableExits() 77 for_each(Ends, Callback); in forAllReachableExits()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl,asrc.txt | 6 Ends Audio controller such as ESAI, SSI and SAI. It has three pairs to support 39 - fsl,asrc-rate : Defines a mutual sample rate used by DPCM Back Ends. 41 - fsl,asrc-width : Defines a mutual sample width used by DPCM Back Ends. 55 Ends, which can replace the fsl,asrc-width.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | MemoryTaggingSupport.h | 40 const SmallVectorImpl<IntrinsicInst *> &Ends,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 1812 SmallVector<MachineInstr*, 4> Ends; in RevertNonLoops() local 1822 Ends.push_back(&I); in RevertNonLoops() 1829 if (Starts.empty() && Decs.empty() && Ends.empty() && EndDecs.empty() && in RevertNonLoops() 1844 for (auto *End : Ends) in RevertNonLoops()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | STLExtras.h | 1033 std::tuple<IterTs...> Ends; 1041 auto &End = std::get<Index>(Ends); 1070 auto &End = std::get<Index>(Ends); 1101 : Begins(std::begin(Ranges)...), Ends(std::end(Ranges)...) {} 1115 return Begins == RHS.Begins && Ends == RHS.Ends;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5141 SmallPtrSet<Instruction *, 8> Ends; in calculateRegisterUsage() local 5170 Ends.insert(Instr); in calculateRegisterUsage() 5205 if (!Ends.count(I)) in calculateRegisterUsage()
|
/freebsd/contrib/tzdata/ |
H A D | northamerica | 3632 # there is an entry for Nov 4 "Daylight Savings Time Ends 2007" and three
|