Home
last modified time | relevance | path

Searched refs:data_layout (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/mlir/test/Conversion/FuncToLLVM/
H A Dconvert-data-layout.mlir4 // CHECK: module attributes {llvm.data_layout = ""}
5 // CHECK-32: module attributes {llvm.data_layout ="p:32:32:32"}
/llvm-project-15.0.7/mlir/test/Integration/Dialect/LLVMIR/CPU/
H A Dtest-complex-sparse-constant.mlir7 module attributes {llvm.data_layout = ""} {
/llvm-project-15.0.7/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli69 (** [data_layout ee] is the data layout of the execution engine [ee]. *)
70 val data_layout : llexecutionengine -> Llvm_target.DataLayout.t val
H A Dllvm_executionengine.ml43 external data_layout : llexecutionengine -> Llvm_target.DataLayout.t
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp286 llvm::DataLayout data_layout(&m_module); in GetIntptrTy() local
289 data_layout.getPointerSizeInBits()); in GetIntptrTy()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp663 DataLayout data_layout(&module); in Interpret() local
665 InterpreterStackFrame frame(data_layout, execution_unit, stack_frame_bottom, in Interpret()
1018 data_layout.getIndexedOffsetInType(src_elem_ty, const_indices); in Interpret()
1224 size_t target_size = data_layout.getTypeStoreSize(target_ty); in Interpret()
1298 size_t target_size = data_layout.getTypeStoreSize(target_ty); in Interpret()
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Dtarget.ml84 ignore (TM.data_layout machine);
H A Dexecutionengine.ml102 let dl = data_layout ee in
H A Ddebuginfo.ml33 (Llvm_target.TargetMachine.data_layout llmachine)
H A Dcore.ml65 insist (layout = data_layout m)
/llvm-project-15.0.7/llvm/bindings/ocaml/target/
H A Dllvm_target.ml123 external data_layout : t -> DataLayout.t
H A Dllvm_target.mli197 val data_layout : t -> DataLayout.t val
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DLLVM.md38 using MLIR attributes `llvm.data_layout` and `llvm.triple`, respectively. Both
44 module attributes {llvm.data_layout = "e",
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOpBase.td38 static StringRef getDataLayoutAttrName() { return "llvm.data_layout"; }
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml435 external data_layout: llmodule -> string
H A Dllvm.mli517 (** [data_layout m] is the data layout specifier for the module [m], something
520 val data_layout: llmodule -> string val
/llvm-project-15.0.7/mlir/test/Dialect/LLVMIR/
H A Dinvalid.mlir792 module attributes {llvm.data_layout = "#vjkr32"} {
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/
H A Dllvmir.mlir1586 module attributes {llvm.data_layout = "E"} {