/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/ |
H A D | SparseTensorStorageLayout.h | 110 using FieldIndex = unsigned; variable 170 llvm::function_ref<bool(FieldIndex, SparseTensorFieldKind, Level, in foreachFieldInSparseTensor()
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseAssembler.cpp | 41 stt, [&convTypes, extraTypes, directOut](Type t, FieldIndex, in convTypes() argument 82 foreachFieldAndTypeInSparseTensor(stt, [&, isIn](Type t, FieldIndex, in convVals() argument
|
H A D | SparseTensorRewriting.cpp | 740 __anon1bc5ecbb0902(Type, FieldIndex, SparseTensorFieldKind kind, Level l, LevelType) matchAndRewrite() argument
|
/llvm-project/clang-tools-extra/clang-reorder-fields/ |
H A D | ReorderFieldsAction.cpp | 136 const auto FieldIndex = Field->getFieldIndex(); reorderFieldsInDefinition() local 145 const auto FieldIndex = Field->getFieldIndex(); reorderFieldsInDefinition() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 412 CreatePreserveStructAccessIndex(Address Addr,unsigned Index,unsigned FieldIndex,llvm::MDNode * DbgInfo) CreatePreserveStructAccessIndex() argument 427 CreatePreserveUnionAccessIndex(Address Addr,unsigned FieldIndex,llvm::MDNode * DbgInfo) CreatePreserveUnionAccessIndex() argument
|
H A D | CGBlocks.h | 139 unsigned FieldIndex; variable
|
H A D | CGClass.cpp | 1820 unsigned FieldIndex = Field->getFieldIndex(); in PushCleanupForField() local
|
H A D | CGOpenMPRuntime.cpp | 7449 unsigned FieldIndex = FD->getFieldIndex(); generateInfoForComponentList() local 7740 unsigned FieldIndex = RL.getNonVirtualBaseLLVMFieldNo(Base); getPlainLayout() local 7749 unsigned FieldIndex = RL.getVirtualBaseIndex(Base); getPlainLayout() local 7760 unsigned FieldIndex = RL.getLLVMFieldNo(Field); getPlainLayout() local [all...] |
H A D | CGCall.cpp | 3016 auto FieldIndex = ArgI.getInAllocaFieldIndex(); EmitFunctionProlog() local
|
H A D | CGExpr.cpp | 4720 getDebugInfoFIndex(const RecordDecl * Rec,unsigned FieldIndex) getDebugInfoFIndex() argument
|
/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 439 setInAllocaFieldIndex(unsigned FieldIndex) setInAllocaFieldIndex() argument
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 103 llvm::function_ref<bool(FieldIndex, SparseTensorFieldKind, Level, in foreachField() argument 151 llvm::function_ref<bool(Type, FieldIndex, SparseTensorFieldKind, Level, in foreachFieldAndTypeInSparseTensor() argument 197 foreachField([&numFields](FieldIndex fidx, SparseTensorFieldKind, Level, in getNumDataFields() argument [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1243 CreatePreserveUnionAccessIndex(Value * Base,unsigned FieldIndex,MDNode * DbgInfo) CreatePreserveUnionAccessIndex() argument 1262 CreatePreserveStructAccessIndex(Type * ElTy,Value * Base,unsigned Index,unsigned FieldIndex,MDNode * DbgInfo) CreatePreserveStructAccessIndex() argument
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp |
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 2884 unsigned FieldIndex = NumBases; CheckDesignatedInitializer() local [all...] |
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 4197 size_t FieldIndex = 0; parseStructInitializer() local
|