Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DLEB128.h144 uint64_t Slice = *p & 0x7f; variable
181 uint64_t Slice = Byte & 0x7f; variable
[all...]
/freebsd-src/contrib/llvm-project/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
H A DGOFFObjectFile.cpp442 const uint8_t *Slice = Record + DataIndex; getContinuousData() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp143 readMachOHeader(MachOObjectFile * Obj,RecordsSlice & Slice) readMachOHeader() argument
247 readSymbols(MachOObjectFile * Obj,RecordsSlice & Slice,const ParseOption & Opt) readSymbols() argument
332 load(MachOObjectFile * Obj,RecordsSlice & Slice,const ParseOption & Opt,const Architecture Arch) load() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DCRC.cpp92 ArrayRef<uint8_t> Slice = Data.take_front(UINT32_MAX); in crc32() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h207 Expected<ArrayRef<uint8_t>> Slice = in getDataSliceAs() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp209 BinaryStreamRef Slice(*S); in formatMsfStreamData() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp981 getExclBackwardsSlice(Instruction * I,std::stack<Instruction * > & Slice,Instruction * SI,bool ForSinking) getExclBackwardsSlice() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp529 class Slice { global() class
543 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable) Slice() function in __anon971df9da0411::Slice
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5629 getConstantDataArrayInfo(const Value * V,ConstantDataArraySlice & Slice,unsigned ElementSize,uint64_t Offset) getConstantDataArrayInfo() argument
5725 ConstantDataArraySlice Slice; getConstantStringInfo() local
5811 ConstantDataArraySlice Slice; GetStringLengthH() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp955 for (auto *Slice : Slices) { in ParseSliceElements() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4295 ArrayRef<int> Slice = ArrayRef(NewMask).slice(0, Sz); reorderNodeWithReuses() local
6604 ArrayRef<int> Slice = Mask.slice(Idx * VF, VF); isIdentityMask() local
6989 ArrayRef<Value *> Slice = VL.slice(Cnt, VF); getBuildVectorCost() local
13537 ArrayRef<Value *> Slice = ArrayRef(Operands).slice(Cnt, Size); vectorizeStores() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp982 ConstantDataArraySlice Slice; optimizeStringLength() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7320 getMemsetStringVal(EVT VT,const SDLoc & dl,SelectionDAG & DAG,const TargetLowering & TLI,const ConstantDataArraySlice & Slice) getMemsetStringVal() argument
7385 isMemSrcFromConstant(SDValue Src,ConstantDataArraySlice & Slice) isMemSrcFromConstant() argument
7468 ConstantDataArraySlice Slice; getMemcpyLoadsAndStores() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3455 Decl *Slice = instantiateUnresolvedUsingDecl(D, true); instantiateUnresolvedUsingDecl() local