Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp464 resolveTypeIndexReferences(ArrayRef<uint8_t> RecordData,ArrayRef<TiReference> Refs,SmallVectorImpl<TypeIndex> & Indices) resolveTypeIndexReferences() argument
482 discoverTypeIndices(const CVType & Type,SmallVectorImpl<TypeIndex> & Indices) discoverTypeIndices() argument
487 discoverTypeIndices(ArrayRef<uint8_t> RecordData,SmallVectorImpl<TypeIndex> & Indices) discoverTypeIndices() argument
517 discoverTypeIndicesInSymbol(ArrayRef<uint8_t> RecordData,SmallVectorImpl<TypeIndex> & Indices) discoverTypeIndicesInSymbol() argument
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
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp286 Constant *Indices[2] = { in mergeModuleStringPool() local
311 SmallVector<Value *, 2> Indices; in replaceUsesWithGEP() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp53 std::vector<codeview::TypeIndex> Indices) in NativeEnumTypes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMCDCState.h34 llvm::SmallVector<std::array<int, 2>> Indices; member
H A DCGBuiltin.cpp7923 SmallVector<int, 16> Indices; in EmitCommonNeonBuiltinExpr() local
8211 SmallVector<int, 16> Indices; in EmitCommonNeonBuiltinExpr() local
8238 SmallVector<int, 16> Indices; in EmitCommonNeonBuiltinExpr() local
8260 SmallVector<int, 16> Indices; in EmitCommonNeonBuiltinExpr() local
8388 SmallVector<int, 16> Indices; in packTBLDVectorList() local
9175 int Indices[] = {1 - Lane, Lane}; in EmitARMBuiltinExpr() local
9346 SmallVector<int, 16> Indices; in VectorUnzip() local
9358 SmallVector<int, 16> Indices; in VectorZip() local
9386 SmallVector<int, 16> Indices; in ARMMVEVectorElementReverse() local
13401 SmallVector<int, 16> Indices; in EmitAArch64BuiltinExpr() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp266 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), CreateGEP() local
279 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
H A DInterleavedLoadCombinePass.cpp1001 SmallVector<Value *, 4> Indices; in computePolynomialFromPointer() local
1213 auto Indices = llvm::to_vector<4>(llvm::seq<unsigned>(0, Factor)); in combine() local
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp389 SmallVector<Value *, 8> Indices(GEP->indices()); in replace() local
735 Value *Indices[2] = { in unpackLoadToAggregate() local
781 Value *Indices[2] = { in unpackLoadToAggregate() local
1261 Value *Indices[2] = { in unpackStoreToAggregate() local
1307 Value *Indices[2] = { in unpackStoreToAggregate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2549 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_SHF()
2630 SmallVector<int, 16> Indices, in isVECTOR_SHUFFLE_SPLATI()
2662 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_ILVEV()
2708 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_ILVOD()
2755 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_ILVR()
2802 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_ILVL()
2850 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_PCKEV()
2893 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_PCKOD()
2929 const SmallVector<int, 16> &Indices, in lowerVECTOR_SHUFFLE_VSHF()
2987 SmallVector<int, 16> Indices; in lowerVECTOR_SHUFFLE() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp58 ArrayRef<unsigned> Indices; member in __anon8deb9da60111::X86InterleavedAccessGroup
808 ArrayRef<unsigned> Indices, unsigned Factor) const { in lowerInterleavedLoad()
835 SmallVector<unsigned, 4> Indices; in lowerInterleavedStore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp97 SmallVector<SlotIndex, 4> Indices; in replaceDominatedUses() local
H A DWebAssemblyFixIrreducibleControlFlow.cpp376 DenseMap<MachineBasicBlock *, unsigned> Indices; in makeSingleEntryLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp194 SmallVector<Value *> Indices; member
279 SmallVector<Value *> Indices; in reconstructGEP() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h31 SmallVector<uint32_t> Indices; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp64 SmallVector<Value *, 8> Indices(drop_begin(GEP->operands())); in findLoadCallsAtConstantOffset() local
H A DTargetLibraryInfo.cpp976 DenseMap<StringRef, LibFunc> Indices; in buildIndexMap() local
989 static const DenseMap<StringRef, LibFunc> Indices = in getLibFunc() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h114 void set(std::initializer_list<IndexT> Indices) { in set()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp362 SmallVector<Value *> Indices(GEP->indices()); in determineBaseAndStride() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4563 static const unsigned Indices[] = {AArch64::zsub0, AArch64::zsub1}; in copyPhysReg() local
4574 static const unsigned Indices[] = {AArch64::zsub0, AArch64::zsub1, in copyPhysReg() local
4588 static const unsigned Indices[] = {AArch64::zsub0, AArch64::zsub1, in copyPhysReg() local
4619 static const unsigned Indices[] = {AArch64::dsub0, AArch64::dsub1, in copyPhysReg() local
4629 static const unsigned Indices[] = {AArch64::dsub0, AArch64::dsub1, in copyPhysReg() local
4639 static const unsigned Indices[] = {AArch64::dsub0, AArch64::dsub1}; in copyPhysReg() local
4648 static const unsigned Indices[] = {AArch64::qsub0, AArch64::qsub1, in copyPhysReg() local
4658 static const unsigned Indices[] = {AArch64::qsub0, AArch64::qsub1, in copyPhysReg() local
4668 static const unsigned Indices[] = {AArch64::qsub0, AArch64::qsub1}; in copyPhysReg() local
4676 static const unsigned Indices[] = {AArch64::sube64, AArch64::subo64}; in copyPhysReg() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h204 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h191 const auto &Indices = ModuleSymIndices[I]; in module_symbols() local

1234