Home
last modified time | relevance | path

Searched defs:layout (Results 1 – 25 of 70) sorted by relevance

123

/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp117 static LocationDescriptor layout(BlobAllocator &File, yaml::BinaryRef Data) { in layout() function
122 static size_t layout(BlobAllocator &File, MinidumpYAML::ExceptionStream &S) { in layout() function
139 static size_t layout(BlobAllocator &File, MinidumpYAML::Memory64ListStream &S) { in layout() function
143 static void layout(BlobAllocator &File, ModuleListStream::entry_type &M) { layout() function
150 static void layout(BlobAllocator &File, ThreadListStream::entry_type &T) { layout() function
156 static size_t layout(BlobAllocator &File, layout() function
173 static Directory layout(BlobAllocator &File, Stream &S) { layout() function
[all...]
/llvm-project/clang/test/CodeGen/
H A Dblockstret.c51 const char *layout; // conditional on BLOCK_HAS_OBJC member
57 const char *layout; // conditional on BLOCK_HAS_OBJC member
69 struct block_layout_abi *layout = (struct block_layout_abi *)block; in getBlockSignature() local
78 struct block_layout_abi *layout = (struct block_layout_abi *)block; in usesStruct() local
/llvm-project/libcxx/test/std/containers/views/mdspan/mdspan/
H A Dconversion.pass.cpp107 construct_from_mds(const FromH & handle,const FromL & layout,const FromE & exts,const FromA & acc) construct_from_mds() argument
114 mixin_extents(const FromH & handle,const FromL & layout,const FromA & acc) mixin_extents() argument
[all...]
H A Dctor.default.pass.cpp59 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument
H A Dassign.pass.cpp57 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument
H A Dctor.move.pass.cpp46 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument
H A Dctor.copy.pass.cpp47 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument
H A Dctor.dh_extents.pass.cpp68 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument
H A Dctor.dh_map.pass.cpp65 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument
H A Dctor.dh_integers.pass.cpp83 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument
[all...]
H A Dproperties.pass.cpp180 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument
H A Dmove.pass.cpp49 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument
H A Dctor.dh_map_acc.pass.cpp57 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument
H A Ddeduction.pass.cpp84 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument
H A Dctor.dh_span.pass.cpp105 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument
H A Dctor.dh_array.pass.cpp105 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DPromotion.cpp50 Type elementType, Value allocSize, DataLayout &layout, in allocBuffer() argument
96 std::optional<unsigned> alignment, DataLayout &layout) { in defaultAllocBufferCallBack() argument
196 DataLayout &layout) -> std::optional<Value> { in LinalgOpInstancePromotionOptions() argument
240 const AllocBufferCallbackFn &allocationFn, DataLayout &layout) { in promoteSubviewAsNewBuffer() argument
289 LinalgOpInstancePromotionOptions options, DataLayout &layout) { in promoteSubViews() argument
347 promoteSubViews(ImplicitLocOpBuilder & b,LinalgOp op,LinalgOpInstancePromotionOptions options,DataLayout & layout) promoteSubViews() argument
424 auto layout = DataLayout::closest(linalgOp); promoteSubViews() local
[all...]
/llvm-project/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp450 DataLayout layout(module.get()); TEST() local
479 DataLayout layout(op); TEST() local
520 DataLayout layout(op); TEST() local
569 DataLayout layout(op); TEST() local
612 DataLayout layout(*module); TEST() local
635 DataLayout layout(op); TEST() local
666 DataLayout layout(op); TEST() local
692 DataLayout layout(op); TEST() local
711 DataLayout layout(op); TEST() local
[all...]
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dnullblockisa.c23 struct Block_layout layout; member
/llvm-project/mlir/lib/IR/
H A DBuiltinTypes.cpp525 get(ArrayRef<int64_t> shape,Type elementType,MemRefLayoutAttrInterface layout,Attribute memorySpace) get() argument
541 getChecked(function_ref<InFlightDiagnostic ()> emitErrorFn,ArrayRef<int64_t> shape,Type elementType,MemRefLayoutAttrInterface layout,Attribute memorySpace) getChecked() argument
564 auto layout = AffineMapAttr::get(map); get() local
584 auto layout = AffineMapAttr::get(map); getChecked() local
602 auto layout = AffineMapAttr::get(map); get() local
623 auto layout = AffineMapAttr::get(map); getChecked() local
635 verify(function_ref<InFlightDiagnostic ()> emitError,ArrayRef<int64_t> shape,Type elementType,MemRefLayoutAttrInterface layout,Attribute memorySpace) verify() argument
[all...]
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
H A DWmmaOpsToSPIRV.cpp233 auto layout = isColMajor ? spirv::CooperativeMatrixLayoutKHR::ColumnMajor in matchAndRewrite() local
265 auto layout = isColMajor ? spirv::CooperativeMatrixLayoutKHR::ColumnMajor in matchAndRewrite() local
/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp210 auto &layout = Builder.CGM.getDataLayout(); in addPlaceholderWithSize() local
244 auto &layout = Builder.CGM.getDataLayout(); in getOffsetFromGlobalTo() local
/llvm-project/mlir/test/lib/Dialect/DLTI/
H A DTestDataLayoutQuery.cpp38 const DataLayout &layout = layouts.getAbove(op); in runOnOperation() local
/llvm-project/mlir/lib/Conversion/ArmSMEToLLVM/
H A DArmSMEToLLVM.cpp43 createLoadTileSliceIntrinsic(RewriterBase & rewriter,Location loc,arm_sme::ArmSMETileType type,arm_sme::TileSliceLayout layout,Value maskOp,Value ptr,IntegerAttr tileId,Value tileSliceI32) createLoadTileSliceIntrinsic() argument
88 createStoreTileSliceIntrinsic(RewriterBase & rewriter,Location loc,arm_sme::ArmSMETileType type,arm_sme::TileSliceLayout layout,Value maskOp,Value ptr,IntegerAttr tileId,Value tileSliceI32) createStoreTileSliceIntrinsic() argument
519 arm_sme::TileSliceLayout layout = loadTileSliceOp.getLayout(); matchAndRewrite() local
562 arm_sme::TileSliceLayout layout = storeTileSliceOp.getLayout(); matchAndRewrite() local
/llvm-project/llvm/utils/TableGen/Basic/
H A DSequenceToOffsetTable.h105 void layout() { layout() function
[all...]

123