Home
last modified time | relevance | path

Searched defs:elements (Results 1 – 25 of 67) sorted by relevance

123

/llvm-project-15.0.7/mlir/lib/Support/
H A DInterfaceSupport.cpp22 MutableArrayRef<std::pair<TypeID, void *>> elements) in InterfaceMap()
30 ArrayRef<std::pair<TypeID, void *>> elements) { in insert()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinAttributes.cpp45 MlirAttribute const *elements) { in mlirArrayAttrGet()
69 MlirNamedAttribute const *elements) { in mlirDictionaryAttrGet()
409 const int *elements) { in mlirDenseElementsAttrBoolGet()
419 const T *elements) { in getDenseAttribute()
427 const uint8_t *elements) { in mlirDenseElementsAttrUInt8Get()
432 const int8_t *elements) { in mlirDenseElementsAttrInt8Get()
442 const int16_t *elements) { in mlirDenseElementsAttrInt16Get()
452 const int32_t *elements) { in mlirDenseElementsAttrInt32Get()
462 const int64_t *elements) { in mlirDenseElementsAttrInt64Get()
467 const float *elements) { in mlirDenseElementsAttrFloatGet()
[all …]
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-reduction.h54 std::vector<typename Constant<T>::Element> elements; variable
92 std::vector<typename Constant<T>::Element> elements; in DoReduction() local
H A Dinitial-image.cpp21 auto elements{TotalElementCount(x.shape())}; in Add() local
91 std::size_t elements{TotalElementCount(extents_)}; in Test() local
H A Dconstant.cpp145 std::vector<Element> elements; in Reshape() local
247 std::vector<Element> elements; in Substring() local
270 std::vector<Element> elements; in Reshape() local
/llvm-project-15.0.7/mlir/python/mlir/dialects/
H A D_ods_common.py76 def segmented_accessor(elements, raw_segments, idx): argument
91 def equally_sized_accessor(elements, n_variadic, n_preceding_simple, argument
/llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/
H A Dppc32_elf_rel_addr16.s34 elements: label
/llvm-project-15.0.7/lldb/test/API/lang/objcxx/objcxx-ivar-vector/
H A Dmain.mm10 std::vector<MyElement *> elements; field
/llvm-project-15.0.7/flang/runtime/
H A Dderived.cpp20 std::size_t elements{instance.Elements()}; in Initialize() local
117 std::size_t elements{descriptor.Elements()}; in CallFinalSubroutine() local
165 std::size_t elements{descriptor.Elements()}; in Finalize() local
226 std::size_t elements{descriptor.Elements()}; in Destroy() local
H A Dcharacter.cpp87 SubscriptValue elements{1}; in Compare() local
153 SubscriptValue elements{1}; in AdjustLRHelper() local
209 SubscriptValue elements{1}; in LenTrim() local
383 SubscriptValue elements{1}; in GeneralCharFunc() local
489 SubscriptValue elements{1}; in MaxMinHelper() local
572 SubscriptValue elements{1}; in RTNAME() local
632 SubscriptValue elements{1}; in RTNAME() local
H A Dcopy.cpp53 std::size_t elements{to.Elements()}; in CopyArray() local
H A Dmisc-intrinsic.cpp58 std::optional<std::int64_t> elements; in RTNAME() local
H A Drandom.cpp65 std::size_t elements{harvest.Elements()}; in Generate() local
/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DMemRefBuilder.h142 ValueRange elements; variable
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dfor-range-unused.cpp14 T elements[10]; member
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DTypeParser.cpp65 ParseResult Parser::parseFunctionResultTypes(SmallVectorImpl<Type> &elements) { in parseFunctionResultTypes()
81 ParseResult Parser::parseTypeListNoParens(SmallVectorImpl<Type> &elements) { in parseTypeListNoParens()
96 ParseResult Parser::parseTypeListParens(SmallVectorImpl<Type> &elements) { in parseTypeListParens()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp26 auto &elements = *elements_or_error; in create() local
337 SmallVector<StringRef, 20> elements; in SplitUniquePairList() local
353 SmallVector<StringRef, 20> elements; in SplitPairList() local
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dcsv_reporter.cc33 std::vector<std::string> elements = { variable
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeFormatGen.cpp182 DefFormat(const AttrOrTypeDef &def, std::vector<FormatElement *> &&elements) in DefFormat()
237 std::vector<FormatElement *> elements; member in __anona76c66a00211::DefFormat
629 ArrayRef<FormatElement *> elements = in genOptionalGroupParser() local
916 ArrayRef<FormatElement *> elements) { in verify()
957 ArrayRef<FormatElement *> elements, in verifyOptionalGroupElements()
989 FailureOr<std::vector<FormatElement *>> elements = FormatParser::parse(); in parse() local
H A DOpFormatGen.cpp338 std::vector<FormatElement *> elements; member
770 ArrayRef<FormatElement *> elements = optional->getThenElements(); in genElementParserStorage() local
1115 ArrayRef<FormatElement *> elements = in genElementParser() local
1920 auto elements = optional->getThenElements(); in genElementPrinter() local
2284 ArrayRef<FormatElement *> elements) { in verify()
2331 ArrayRef<FormatElement *> elements) { in verifyAttributes()
2422 ArrayRef<FormatElement *> elements) { in verifyAttributeColon()
2468 ArrayRef<FormatElement *> elements) { in verifyAttributeColonType()
2606 ArrayRef<FormatElement *> elements) { in verifyOIListElements()
3109 ArrayRef<FormatElement *> elements, in verifyOptionalGroupElements()
[all …]
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestAttributes.cpp81 SmallVector<uint64_t> elements; in parse() local
105 ShapedType type, ArrayRef<uint64_t> elements) { in verify()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
H A Dpath.decompose.pass.cpp68 std::vector<std::string> elements; member
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DStorageUniquer.h98 ArrayRef<T> copyInto(ArrayRef<T> elements) { in copyInto()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py148 def writeFunction(self, elements): argument
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py143 def writeFunction(self, elements): argument

123