/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.cpp | 465 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 D | RecordName.cpp | 81 auto Indices = Args.getIndices(); in visitKnownRecord() local 98 auto Indices = Strings.getIndices(); in visitKnownRecord() local
|
H A D | TypeDumpVisitor.cpp | 225 auto Indices = Args.getIndices(); visitKnownRecord() local 236 auto Indices = Strs.getIndices(); visitKnownRecord() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumTypes.cpp | 53 std::vector<codeview::TypeIndex> Indices) in NativeEnumTypes()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 306 auto Indices = Args.getIndices(); visitKnownRecord() local 321 auto Indices = Strings.getIndices(); visitKnownRecord() local 491 auto Indices = BI.ArgIndices; visitKnownRecord() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ShadowStackGCLowering.cpp | 307 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP() local 322 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP() local
|
H A D | InterleavedAccessPass.cpp | 327 SmallVector<unsigned, 4> Indices; lowerInterleavedLoad() local 442 SmallVector<int, 4> Indices; tryReplaceExtracts() local
|
H A D | InterleavedLoadCombinePass.cpp | 1001 SmallVector<Value *, 4> Indices; in computePolynomialFromPointer() local 1213 auto Indices = llvm::to_vector<4>(llvm::seq<unsigned>(0, Factor)); in combine() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 385 SmallVector<Value *, 8> Indices; replace() local 736 Value *Indices[2] = { unpackLoadToAggregate() local 782 Value *Indices[2] = { unpackLoadToAggregate() local 1262 Value *Indices[2] = { unpackStoreToAggregate() local 1308 Value *Indices[2] = { unpackStoreToAggregate() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 2542 lowerVECTOR_SHUFFLE_SHF(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_SHF() argument 2623 isVECTOR_SHUFFLE_SPLATI(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) isVECTOR_SHUFFLE_SPLATI() argument 2655 lowerVECTOR_SHUFFLE_ILVEV(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_ILVEV() argument 2701 lowerVECTOR_SHUFFLE_ILVOD(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_ILVOD() argument 2748 lowerVECTOR_SHUFFLE_ILVR(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_ILVR() argument 2795 lowerVECTOR_SHUFFLE_ILVL(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_ILVL() argument 2843 lowerVECTOR_SHUFFLE_PCKEV(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_PCKEV() argument 2886 lowerVECTOR_SHUFFLE_PCKOD(SDValue Op,EVT ResTy,SmallVector<int,16> Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_PCKOD() argument 2922 lowerVECTOR_SHUFFLE_VSHF(SDValue Op,EVT ResTy,const SmallVector<int,16> & Indices,SelectionDAG & DAG) lowerVECTOR_SHUFFLE_VSHF() argument 2980 SmallVector<int, 16> Indices; lowerVECTOR_SHUFFLE() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 58 ArrayRef<unsigned> Indices; member in __anon7c8f91380111::X86InterleavedAccessGroup 808 ArrayRef<unsigned> Indices, unsigned Factor) const { in lowerInterleavedLoad() argument 835 SmallVector<unsigned, 4> Indices; in lowerInterleavedStore() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMergeStringPool.cpp | 299 SmallVector<Value *, 2> Indices; replaceUsesWithGEP() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMemIntrinsicResults.cpp | 97 SmallVector<SlotIndex, 4> Indices; in replaceDominatedUses() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | ObjCPropertyAttributeOrderFixer.cpp | 52 SmallVector<int> Indices; in sortPropertyAttributes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TypeMetadataUtils.cpp | 64 SmallVector<Value *, 8> Indices(drop_begin(GEP->operands())); in findLoadCallsAtConstantOffset() local
|
H A D | TargetLibraryInfo.cpp | 952 DenseMap<StringRef, LibFunc> Indices; buildIndexMap() local 965 static const DenseMap<StringRef, LibFunc> Indices = getLibFunc() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | DXContainerPSVInfo.h | 29 SmallVector<uint32_t> Indices; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 193 SmallVector<Value *> Indices; global() member 278 SmallVector<Value *> Indices; reconstructGEP() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 7664 SmallVector<int, 16> Indices; EmitCommonNeonBuiltinExpr() local 7952 SmallVector<int, 16> Indices; EmitCommonNeonBuiltinExpr() local 7979 SmallVector<int, 16> Indices; EmitCommonNeonBuiltinExpr() local 8001 SmallVector<int, 16> Indices; EmitCommonNeonBuiltinExpr() local 8129 SmallVector<int, 16> Indices; packTBLDVectorList() local 8916 int Indices[] = {1 - Lane, Lane}; EmitARMBuiltinExpr() local 9087 SmallVector<int, 16> Indices; VectorUnzip() local 9099 SmallVector<int, 16> Indices; VectorZip() local 9127 SmallVector<int, 16> Indices; ARMMVEVectorElementReverse() local 13117 SmallVector<int, 16> Indices; EmitAArch64BuiltinExpr() local 13135 SmallVector<int, 16> Indices; EmitAArch64BuiltinExpr() local 13152 SmallVector<int, 16> Indices; EmitAArch64BuiltinExpr() local 13354 int Indices[4]; getMaskVecValue() local 13532 int Indices[8]; EmitX86MaskedCompareResult() local 14796 int Indices[16]; EmitX86BuiltinExpr() local 14834 int Indices[16]; EmitX86BuiltinExpr() local 14892 int Indices[16]; EmitX86BuiltinExpr() local 14911 int Indices[32]; EmitX86BuiltinExpr() local 14934 int Indices[32]; EmitX86BuiltinExpr() local 14965 int Indices[16]; EmitX86BuiltinExpr() local 14991 int Indices[16]; EmitX86BuiltinExpr() local 15014 int Indices[8]; EmitX86BuiltinExpr() local 15044 int Indices[64]; EmitX86BuiltinExpr() local 15071 int Indices[16]; EmitX86BuiltinExpr() local 15092 int Indices[16]; EmitX86BuiltinExpr() local 15121 int Indices[8]; EmitX86BuiltinExpr() local 15158 int Indices[64]; EmitX86BuiltinExpr() local 15187 int Indices[64]; EmitX86BuiltinExpr() local 15216 int Indices[64]; EmitX86BuiltinExpr() local 15237 int Indices[64]; EmitX86BuiltinExpr() local 15520 int Indices[64]; EmitX86BuiltinExpr() local 20401 Value *Indices = EmitScalarExpr(E->getArg(1)); EmitWebAssemblyBuiltinExpr() local 20684 Value *Indices = EmitScalarExpr(E->getArg(1)); EmitWebAssemblyBuiltinExpr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 192 extendToIndices(LiveRange & LR,ArrayRef<SlotIndex> Indices) extendToIndices() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 4503 static const unsigned Indices[] = {AArch64::zsub0, AArch64::zsub1}; copyPhysReg() local 4513 static const unsigned Indices[] = {AArch64::zsub0, AArch64::zsub1, copyPhysReg() local 4526 static const unsigned Indices[] = {AArch64::zsub0, AArch64::zsub1, copyPhysReg() local 4557 static const unsigned Indices[] = {AArch64::dsub0, AArch64::dsub1, copyPhysReg() local 4567 static const unsigned Indices[] = {AArch64::dsub0, AArch64::dsub1, copyPhysReg() local 4577 static const unsigned Indices[] = {AArch64::dsub0, AArch64::dsub1}; copyPhysReg() local 4586 static const unsigned Indices[] = {AArch64::qsub0, AArch64::qsub1, copyPhysReg() local 4596 static const unsigned Indices[] = {AArch64::qsub0, AArch64::qsub1, copyPhysReg() local 4606 static const unsigned Indices[] = {AArch64::qsub0, AArch64::qsub1}; copyPhysReg() local 4614 static const unsigned Indices[] = {AArch64::sube64, AArch64::subo64}; copyPhysReg() local 4622 static const unsigned Indices[] = {AArch64::sube32, AArch64::subo32}; copyPhysReg() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | CoalescingBitVector.h | 114 void set(std::initializer_list<IndexT> Indices) { in set()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerArgs.cpp | 185 SmallVector<Value *, 4> Indices(GEP->indices()); INITIALIZE_PASS_DEPENDENCY() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 189 const auto &Indices = ModuleSymIndices[I]; module_symbols() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 557 getInterleavedMemoryOpCost(unsigned Opcode,Type * VecTy,unsigned Factor,ArrayRef<unsigned> Indices,Align Alignment,unsigned AddressSpace,TTI::TargetCostKind CostKind,bool UseMaskForCond,bool UseMaskForGaps) getInterleavedMemoryOpCost() argument 1382 SmallVector<const Value *> Indices(GEP->indices()); getPointersChainCost() local
|