/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | Analysis.h | 59 ComputeLinearIndex(Type *Ty, ArrayRef<unsigned> Indices, unsigned CurIndex = 0) ComputeLinearIndex() argument
|
H A D | LiveIntervals.h | 187 void extendToIndices(LiveRange &LR, ArrayRef<SlotIndex> Indices) { in extendToIndices() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumTypes.cpp | 50 NativeEnumTypes(NativeSession &PDBSession, std::vector<codeview::TypeIndex> Indices) NativeEnumTypes() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | BlockIndexer.h | 39 Index &Indices; member in llvm::xray::BlockIndexer
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | member_accessor_expression.h | 96 const std::vector<uint32_t>& Indices() const { return indices_; } in Indices() function in tint::sem::Swizzle
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 76 auto Indices = Args.getIndices(); in visitKnownRecord() local
|
H A D | TypeIndexDiscovery.cpp | 461 resolveTypeIndexReferences(ArrayRef<uint8_t> RecordData, ArrayRef<TiReference> Refs, SmallVectorImpl<TypeIndex> &Indices) resolveTypeIndexReferences() argument 480 discoverTypeIndices(const CVType &Type, SmallVectorImpl<TypeIndex> &Indices) discoverTypeIndices() argument 485 discoverTypeIndices(ArrayRef<uint8_t> RecordData, SmallVectorImpl<TypeIndex> &Indices) discoverTypeIndices() argument 515 discoverTypeIndicesInSymbol( ArrayRef<uint8_t> RecordData, SmallVectorImpl<TypeIndex> &Indices) discoverTypeIndicesInSymbol() argument
|
H A D | TypeDumpVisitor.cpp | 225 auto Indices = Args.getIndices(); in visitKnownRecord() local 236 auto Indices = Strs.getIndices(); in visitKnownRecord() local
|
/third_party/rust/crates/clap/src/parser/matches/ |
H A D | arg_matches.rs | 1836 pub struct Indices<'a> { structure names [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMemIntrinsicResults.cpp | 97 SmallVector<SlotIndex, 4> Indices; in replaceDominatedUses() local
|
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 367 DenseMap<MachineBasicBlock *, unsigned> Indices; in makeSingleEntryLoop() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld.h | 106 LLVMBuildGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef *Indices, unsigned NumIndices, const char *Name) LLVMBuildGEP2() argument 114 LLVMBuildInBoundsGEP2(LLVMBuilderRef B, LLVMTypeRef Ty, LLVMValueRef Pointer, LLVMValueRef *Indices, unsigned NumIndices, const char *Name) LLVMBuildInBoundsGEP2() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 383 SmallVector<int, 4> Indices; in tryReplaceExtracts() local
|
H A D | ShadowStackGCLowering.cpp | 261 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP() local 274 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP() local
|
H A D | Analysis.cpp | 35 ComputeLinearIndex(Type *Ty, const unsigned *Indices, const unsigned *IndicesEnd, unsigned CurIndex) ComputeLinearIndex() argument [all...] |
H A D | InterleavedLoadCombinePass.cpp | 997 SmallVector<Value *, 4> Indices; in computePolynomialFromPointer() local 1206 SmallVector<unsigned, 4> Indices; in combine() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
H A D | LTO.h | 182 const auto &Indices = ModuleSymIndices[I]; in module_symbols() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 300 SmallVector<const Value*, 4> Indices; in isGEPFoldable() local
|
H A D | StraightLineStrengthReduce.cpp | 275 SmallVector<const Value*, 4> Indices; in isGEPFoldable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantsContext.h | 187 const SmallVector<unsigned, 4> Indices; member in llvm::ExtractValueConstantExpr 219 const SmallVector<unsigned, 4> Indices; member in llvm::InsertValueConstantExpr
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Archive.cpp | 837 const char *Indices = Buf + 4; in getMember() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Lint.cpp | 710 ArrayRef<unsigned> Indices = CE->getIndices(); in findValueImpl() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.h | 299 bool ParseIndexList(SmallVectorImpl<unsigned> &Indices) { in ParseIndexList() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 230 SmallVector<unsigned, 8> Indices; in fixPhis() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 488 Constant *Indices[4] = { in lowerPrintfForGpu() local
|