Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOUniversalWriter.cpp85 Slice::Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, in Slice() function in Slice
90 Slice::Slice(const MachOObjectFile &O, uint32_t Align) in Slice() function in Slice
96 Slice::Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, in Slice() function in Slice
101 Slice::Slice(const MachOObjectFile &O) : Slice(O, calculateAlignment(O)) {} in Slice() function in Slice
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DLEB128.h144 uint64_t Slice = *p & 0x7f; variable
179 uint64_t Slice = Byte & 0x7f; variable
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCRC.cpp92 ArrayRef<uint8_t> Slice = Data.take_front(UINT32_MAX); in crc32() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMinidump.h207 Expected<ArrayRef<uint8_t>> Slice = in getDataSliceAs() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp209 BinaryStreamRef Slice(*S); in formatMsfStreamData() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp533 for (auto &Slice : Slices) { in updateAlignments() local
704 for (auto &Slice : Slices) { in replaceSlices() local
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp686 for (auto Slice : Obj.objects()) { in macho2yaml() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp755 std::stack<Instruction *> &Slice, in getExclBackwardsSlice()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4296 ConstantDataArraySlice &Slice, in getConstantDataArrayInfo()
4392 ConstantDataArraySlice Slice; in getConstantStringInfo() local
4478 ConstantDataArraySlice Slice; in GetStringLengthH() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp255 class Slice { class
269 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable) in Slice() function in __anon4aa1d6df0111::Slice
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp941 ConstantDataArraySlice Slice; in optimizeStringLength() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4096 ArrayRef<int> Slice = ArrayRef(NewMask).slice(0, Sz); in reorderNodeWithReuses() local
6823 ArrayRef<Value *> Slice = VL.slice(Cnt, VF); in getEntryCost() local
11561 ArrayRef<Value *> Slice = ArrayRef(Operands).slice(Cnt, Size); in vectorizeStores() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6858 const ConstantDataArraySlice &Slice) { in getMemsetStringVal()
6923 static bool isMemSrcFromConstant(SDValue Src, ConstantDataArraySlice &Slice) { in isMemSrcFromConstant()
7006 ConstantDataArraySlice Slice; in getMemcpyLoadsAndStores() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3383 Decl *Slice = instantiateUnresolvedUsingDecl(D, true); in instantiateUnresolvedUsingDecl() local