Home
last modified time | relevance | path

Searched defs:Slice (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLEB128.h144 uint64_t Slice = *p & 0x7f; variable
179 uint64_t Slice = Byte & 0x7f; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOUniversalWriter.cpp78 Slice::Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, in Slice() function in Slice
83 Slice::Slice(const MachOObjectFile &O, uint32_t Align) in Slice() function in Slice
89 Slice::Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, in Slice() function in Slice
94 Slice::Slice(const MachOObjectFile &O) : Slice(O, calculateAlignment(O)) {} in Slice() function in Slice
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCRC.cpp92 ArrayRef<uint8_t> Slice = Data.take_front(UINT32_MAX); in crc32() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMinidump.h206 Expected<ArrayRef<uint8_t>> Slice = in getDataSliceAs() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp203 BinaryStreamRef Slice(*S); in formatMsfStreamData() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp531 for (auto &Slice : Slices) { in updateAlignments() local
703 for (auto &Slice : Slices) { in replaceSlices() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsorting.d2252 struct Slice{ size_t base, length; } in TimSortImpl() struct
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp612 for (auto Slice : Obj.objects()) { in macho2yaml() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d2347 struct Slice{ size_t base, length; } in TimSortImpl() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dconstfold.d1323 UnionExp Slice(Type type, Expression e1, Expression lwr, Expression upr) in Slice() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dconstfold.c1408 UnionExp Slice(Type *type, Expression *e1, Expression *lwr, Expression *upr) in Slice() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4070 ConstantDataArraySlice &Slice, in getConstantDataArrayInfo()
4148 ConstantDataArraySlice Slice; in getConstantStringInfo() local
4228 ConstantDataArraySlice Slice; in GetStringLengthH() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp148 class Slice { class
162 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable) in Slice() function in __anon416367130111::Slice
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d3952 void spillToNextPage(size_t level, Slice)(ref Slice ptr) in spillToNextPage() argument
3962 void spillToNextPageImpl(size_t level, Slice)(ref Slice ptr) in spillToNextPageImpl() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp632 ConstantDataArraySlice Slice; in optimizeStringLength() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6208 const ConstantDataArraySlice &Slice) { in getMemsetStringVal()
6273 static bool isMemSrcFromConstant(SDValue Src, ConstantDataArraySlice &Slice) { in isMemSrcFromConstant()
6355 ConstantDataArraySlice Slice; in getMemcpyLoadsAndStores() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3149 Decl *Slice = instantiateUnresolvedUsingDecl(D, true); in instantiateUnresolvedUsingDecl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6714 ArrayRef<Value *> Slice = makeArrayRef(Operands).slice(Cnt, Size); in vectorizeStores() local