Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenObjC/
H A Dobjc2-write-barrier-3.m8 struct Slice { struct
12 typedef struct Slice Slice; typedef
/llvm-project/llvm/include/llvm/Support/
H A DLEB128.h144 uint64_t Slice = *p & 0x7f; variable
181 uint64_t Slice = Byte & 0x7f; variable
/llvm-project/llvm/unittests/TextAPI/
H A DRecordTests.cpp79 RecordsSlice Slice(T); in TEST() local
139 RecordsSlice Slice(T); in TEST() local
/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.cpp599 const uint8_t *Slice = Record + DataIndex; in getContinuousData() local
[all...]
/llvm-project/llvm/lib/Support/
H A DCRC.cpp92 ArrayRef<uint8_t> Slice = Data.take_front(UINT32_MAX); in crc32() local
/llvm-project/clang/include/clang/InstallAPI/
H A DContext.h44 std::shared_ptr<FrontendRecordsSlice> Slice; member
/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp145 static Error readMachOHeader(MachOObjectFile *Obj, RecordsSlice &Slice) { in readMachOHeader()
249 static Error readSymbols(MachOObjectFile *Obj, RecordsSlice &Slice, in readSymbols()
337 static Error load(MachOObjectFile *Obj, RecordsSlice &Slice, in load()
/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h207 Expected<ArrayRef<uint8_t>> Slice = getDataSliceAs() local
/llvm-project/llvm/unittests/ADT/
H A DSmallStringTest.cpp140 TEST_F(SmallStringTest, Slice) { in TEST_F() argument
H A DStringRefTest.cpp159 TEST(StringRefTest,Slice) TEST() argument
/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp151 Record *findRecordFromSlice(const RecordsSlice *Slice, StringRef Name, in findRecordFromSlice() argument
498 __anonc0fb4d5d0d02(const auto &Slice) assignSlice() argument
[all...]
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp209 BinaryStreamRef Slice(*S); formatMsfStreamData() local
/llvm-project/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp530 for (auto &Slice : Slices) { updateAlignments() local
703 for (auto &Slice : Slices) { replaceSlices() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h730 uint64_t Slice = MatchTable[CurrentIdx] & 0x7f; fastDecodeULEB128() local
/llvm-project/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp686 for (auto Slice : Obj.objects()) { in macho2yaml() local
/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1034 getExclBackwardsSlice(Instruction * I,std::stack<Instruction * > & Slice,Instruction * SI,bool ForSinking) getExclBackwardsSlice() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp520 class Slice { global() class
534 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable) Slice() function in __anonc91f7afb0411::Slice
[all...]
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp955 for (auto *Slice : Slices) { ParseSliceElements() local
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6126 getConstantDataArrayInfo(const Value * V,ConstantDataArraySlice & Slice,unsigned ElementSize,uint64_t Offset) getConstantDataArrayInfo() argument
6222 ConstantDataArraySlice Slice; getConstantStringInfo() local
6308 ConstantDataArraySlice Slice; GetStringLengthH() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4249 MutableArrayRef<unsigned> Slice = CurrentOrder.slice(I * PartSz, Limit); findReusedOrderedScalars() local
4633 ArrayRef<Value *> Slice = VL.slice(Cnt, VF); canVectorizeLoads() local
5173 ArrayRef<int> Slice = ArrayRef(NewMask).slice(0, Sz); reorderNodeWithReuses() local
7719 ArrayRef<int> Slice = Mask.slice(Idx * VF, VF); isIdentityMask() local
8256 ArrayRef<Value *> Slice = VL.slice(Cnt, VF); getBuildVectorCost() local
8348 ArrayRef<Value *> Slice = VL.slice(P, VF); getBuildVectorCost() local
16045 ArrayRef<Value *> Slice = ArrayRef(Operands).slice(Cnt, Size); vectorizeStores() local
[all...]
H A DVectorCombine.cpp1732 for (unsigned Slice = 0; Slice < NumSlices; ++Slice) { isFreeConcat() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp990 if (Slice.Array->getElementAsInteger(I + Slice.Offset) == 0) { in optimizeStringLength() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7651 getMemsetStringVal(EVT VT,const SDLoc & dl,SelectionDAG & DAG,const TargetLowering & TLI,const ConstantDataArraySlice & Slice) getMemsetStringVal() argument
7716 isMemSrcFromConstant(SDValue Src,ConstantDataArraySlice & Slice) isMemSrcFromConstant() argument
7799 ConstantDataArraySlice Slice; getMemcpyLoadsAndStores() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3494 Decl *Slice = instantiateUnresolvedUsingDecl(D, true); instantiateUnresolvedUsingDecl() local