Home
last modified time | relevance | path

Searched defs:indices (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dhash.cpp76 // Start searching list of potential primes: L * k0 + indices[in] variable
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp157 SmallVector<uint8_t, 8> indices; in parseSubsection() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp182 llvm::SmallVectorImpl<llvm::Constant*> &indices, in getGEPIndicesTo()
H A DCGExprAgg.cpp1811 llvm::Value *indices[] = {zero, zero}; in VisitArrayInitLoopExpr() local
H A DCGExpr.cpp3941 ArrayRef<llvm::Value*> indices, in emitArraySubscriptGEP()
3956 ArrayRef<llvm::Value *> indices, in emitArraySubscriptGEP()
4058 ArrayRef<llvm::Value *> indices, in emitArraySubscriptGEP()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm.c245 struct nvdimm_label_index *indices, *index1; in read_labels() local
/freebsd/sys/kern/
H A Dkern_lockf.c2179 graph_add_indices(int *indices, int n, struct owner_vertex_list *set) in graph_add_indices()
2198 graph_assign_indices(struct owner_graph *g, int *indices, int nextunused, in graph_assign_indices()
2225 int *indices; in graph_add_edge() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp312 SmallVector<Value *, 8> indices(op_cursor, op_end); in ResolveConstantValue() local
1066 SmallVector<Value *, 8> indices(gep_inst->idx_begin(), in Interpret() local
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h324 llvm::SmallVectorImpl<llvm::Constant*> &indices) { in getGEPIndicesToCurrentPosition()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1377 ArrayRef<Value *> indices(index_vector); in UnfoldConstant() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp236 MutableArrayRef<TypeIndex> indices( in remapRecord() local
/freebsd/sys/dev/clk/
H A Dclk.c1580 uint32_t **indices) in clk_parse_ofw_out_names()
/freebsd/crypto/openssh/
H A Dsftp.c977 u_int i, j, nentries, *indices = NULL, c = 1; in do_globbed_ls() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp2184 RecordIndices &indices = record_indices[tag.asTag().getUniqueName()]; in BuildParentMap() local