Home
last modified time | relevance | path

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

12345

/llvm-project/libcxx/test/std/containers/views/mdspan/extents/
H A Dobs_static.pass.cpp36 test_static_observers(std::index_sequence<StaticExts...>,std::index_sequence<Indices...>) test_static_observers() argument
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp465 SmallVectorImpl<TypeIndex> &Indices) { in resolveTypeIndexReferences()
483 SmallVectorImpl<TypeIndex> &Indices) { in discoverTypeIndices()
488 SmallVectorImpl<TypeIndex> &Indices) { in discoverTypeIndices()
518 ArrayRef<uint8_t> RecordData, SmallVectorImpl<TypeIndex> &Indices) { in discoverTypeIndicesInSymbol()
H A DRecordName.cpp81 auto Indices = Args.getIndices(); in visitKnownRecord() local
98 auto Indices = Strings.getIndices(); in visitKnownRecord() local
H A DTypeDumpVisitor.cpp226 auto Indices = Args.getIndices(); in visitKnownRecord() local
237 auto Indices = Strs.getIndices(); in visitKnownRecord() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp53 : Matches(std::move(Indices)), Index(0), Session(PDBSession) {} in NativeEnumTypes() argument
/llvm-project/clang/lib/CodeGen/
H A DMCDCState.h34 llvm::SmallVector<std::array<int, 2>> Indices; member
/llvm-project/libcxx/test/std/containers/views/mdspan/layout_right/
H A Dindex_operator.pass.cpp49 check_operator_constraints(Mapping,Indices...) check_operator_constraints() argument
[all...]
/llvm-project/libcxx/test/std/containers/views/mdspan/layout_left/
H A Dindex_operator.pass.cpp49 check_operator_constraints(Mapping,Indices...) check_operator_constraints() argument
[all...]
/llvm-project/libcxx/test/std/containers/views/mdspan/layout_stride/
H A Dindex_operator.pass.cpp47 check_operator_constraints(Mapping,Indices...) check_operator_constraints() argument
[all...]
/llvm-project/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp25 static const auto HasPoints = [](const std::vector<int> &Indices) { in __anon7ae965d30202()
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DRandomAccessVisitorTest.cpp80 std::vector<TypeIndex> Indices; member in __anon7ae2edc90111::MockCallbacks
162 std::vector<TypeIndex> Indices; member
179 std::initializer_list<uint32_t> Indices) { in createPartialOffsets()
/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp322 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name); in CreateGEP() local
307 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), CreateGEP() local
H A DInterleavedAccessPass.cpp305 SmallVector<unsigned, 4> Indices; in lowerInterleavedLoad() local
421 SmallVector<int, 4> Indices; in tryReplaceExtracts() local
[all...]
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp307 auto Indices = Args.getIndices(); in visitKnownRecord() local
322 auto Indices = Strings.getIndices(); in visitKnownRecord() local
492 auto Indices = BI.ArgIndices; in visitKnownRecord() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp389 SmallVector<Value *, 8> Indices(GEP->indices()); replace() local
730 Value *Indices[2] = { unpackLoadToAggregate() local
776 Value *Indices[2] = { unpackLoadToAggregate() local
1256 Value *Indices[2] = { unpackStoreToAggregate() local
1302 Value *Indices[2] = { unpackStoreToAggregate() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp97 SmallVector<SlotIndex, 4> Indices; in replaceDominatedUses() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2549 lowerVECTOR_SHUFFLE_SHF(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_SHF() argument
2630 isVECTOR_SHUFFLE_SPLATI(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) isVECTOR_SHUFFLE_SPLATI() argument
2662 lowerVECTOR_SHUFFLE_ILVEV(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_ILVEV() argument
2708 lowerVECTOR_SHUFFLE_ILVOD(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_ILVOD() argument
2755 lowerVECTOR_SHUFFLE_ILVR(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_ILVR() argument
2802 lowerVECTOR_SHUFFLE_ILVL(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_ILVL() argument
2850 lowerVECTOR_SHUFFLE_PCKEV(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_PCKEV() argument
2893 lowerVECTOR_SHUFFLE_PCKOD(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_PCKOD() argument
2929 lowerVECTOR_SHUFFLE_VSHF(SDValue Op,EVT ResTy,const SmallVector<int,16> & Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_VSHF() argument
2987 SmallVector<int, 16> Indices; lowerVECTOR_SHUFFLE() local
[all...]
/llvm-project/clang/lib/Format/
H A DObjCPropertyAttributeOrderFixer.cpp52 SmallVector<int> Indices; in sortPropertyAttributes() local
/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp835 Indices.push_back(Mask[i]); in lowerInterleavedStore() local
58 ArrayRef<unsigned> Indices; global() member in __anon582ee7790111::X86InterleavedAccessGroup
808 lowerInterleavedLoad(LoadInst * LI,ArrayRef<ShuffleVectorInst * > Shuffles,ArrayRef<unsigned> Indices,unsigned Factor) const lowerInterleavedLoad() argument
[all...]
/llvm-project/libcxx/test/std/containers/views/mdspan/mdspan/
H A Dindex_operator.pass.cpp78 check_operator_constraints(MDS,Indices...) check_operator_constraints() argument
[all...]
/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp64 SmallVector<Value *, 8> Indices(drop_begin(GEP->operands())); findLoadCallsAtConstantOffset() local
/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h31 SmallVector<uint32_t> Indices; member
/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp279 Indices.append(Call->data_operands_begin() + 6 + Delta, in reconstructGEP() local
194 SmallVector<Value *> Indices; global() member
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h192 extendToIndices(LiveRange & LR,ArrayRef<SlotIndex> Indices) extendToIndices() argument

12345