Lines Matching full:ranked
98 #### Ranked MemRef Types
100 Ranked memref types are converted into an LLVM dialect literal structure type
161 2. a type-erased pointer (`!llvm.ptr`) to a ranked memref descriptor with
165 library functions. The pointer to the ranked memref descriptor points to some
186 - the structs corresponding to `memref` types, both ranked and unranked,
235 // For nD ranked memref descriptors:
363 #### Default Calling Convention for Ranked MemRef
367 [defined above](#ranked-memref-types) before unbundling them into
443 type-erased (`!llvm.ptr`) pointer to the ranked memref descriptor. Note that
446 the ranked memref, which must be stored in some memory instead. The caller is in
495 some memory in which the ranked memref descriptor is stored. By convention, this
499 be returned from a function, the ranked descriptor it points to is copied into
503 default conversion of `func.call` and `func.call_indirect` copies the ranked
505 of the ranked memref descriptor pointed to by an unranked memref descriptor
508 #### Bare Pointer Calling Convention for Ranked MemRef