/llvm-project/clang/test/CodeGenObjC/ |
H A D | objc2-write-barrier-3.m | 8 struct Slice { struct 12 typedef struct Slice Slice; typedef
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | LEB128.h | 144 uint64_t Slice = *p & 0x7f; variable 181 uint64_t Slice = Byte & 0x7f; variable
|
/llvm-project/llvm/unittests/TextAPI/ |
H A D | RecordTests.cpp | 79 RecordsSlice Slice(T); in TEST() local 139 RecordsSlice Slice(T); in TEST() local
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOUniversalWriter.cpp | 85 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 D | GOFFObjectFile.cpp | 599 const uint8_t *Slice = Record + DataIndex; in getContinuousData() local [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | CRC.cpp | 92 ArrayRef<uint8_t> Slice = Data.take_front(UINT32_MAX); in crc32() local
|
/llvm-project/clang/include/clang/InstallAPI/ |
H A D | Context.h | 44 std::shared_ptr<FrontendRecordsSlice> Slice; member
|
/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 145 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 D | Minidump.h | 207 Expected<ArrayRef<uint8_t>> Slice = getDataSliceAs() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | SmallStringTest.cpp | 140 TEST_F(SmallStringTest, Slice) { in TEST_F() argument
|
H A D | StringRefTest.cpp | 159 TEST(StringRefTest,Slice) TEST() argument
|
/llvm-project/clang/lib/InstallAPI/ |
H A D | DylibVerifier.cpp | 151 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 D | LinePrinter.cpp | 209 BinaryStreamRef Slice(*S); formatMsfStreamData() local
|
/llvm-project/llvm/tools/llvm-lipo/ |
H A D | llvm-lipo.cpp | 530 for (auto &Slice : Slices) { updateAlignments() local 703 for (auto &Slice : Slices) { replaceSlices() local [all...] |
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutor.h | 730 uint64_t Slice = MatchTable[CurrentIdx] & 0x7f; fastDecodeULEB128() local
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 686 for (auto Slice : Obj.objects()) { in macho2yaml() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 1034 getExclBackwardsSlice(Instruction * I,std::stack<Instruction * > & Slice,Instruction * SI,bool ForSinking) getExclBackwardsSlice() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 520 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 D | TGParser.cpp | 955 for (auto *Slice : Slices) { ParseSliceElements() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 6126 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 D | SLPVectorizer.cpp | 4249 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 D | VectorCombine.cpp | 1732 for (unsigned Slice = 0; Slice < NumSlices; ++Slice) { isFreeConcat() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 990 if (Slice.Array->getElementAsInteger(I + Slice.Offset) == 0) { in optimizeStringLength() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 7651 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 D | SemaTemplateInstantiateDecl.cpp | 3494 Decl *Slice = instantiateUnresolvedUsingDecl(D, true); instantiateUnresolvedUsingDecl() local
|