Home
last modified time | relevance | path

Searched refs:struct_type (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/ARM/
H A Dlarge-offset-gep.ll8 %struct = load %struct_type*, %struct_type** %s
13 %gep0 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 1
14 %gep1 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 2
41 %gep0 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 1
42 %gep1 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 2
61 define void @test3(%struct_type* %s1, %struct_type* %s2, i1 %cond, i32 %n) {
76 %gep0 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 1
77 %gep1 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 2
96 declare %struct_type* @foo()
105 %gep0 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 1
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/AArch64/
H A Dlarge-offset-gep.ll25 %struct = load %struct_type*, %struct_type** %s
30 %gep0 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 1
31 %gep1 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 2
70 %gep0 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 1
71 %gep1 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 2
85 define void @test3(%struct_type* %s1, %struct_type* %s2, i1 %cond, i32 %n) {
119 %gep0 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 1
120 %gep1 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 2
134 declare %struct_type* @foo()
196 %gep0 = getelementptr %struct_type, %struct_type* %struct, i64 0, i32 1
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcessStructReader.h42 CompilerType struct_type) { in ProcessStructReader() argument
50 for (size_t idx = 0; idx < struct_type.GetNumFields(); idx++) { in ProcessStructReader()
55 CompilerType field_type = struct_type.GetFieldAtIndex( in ProcessStructReader()
69 auto total_size = struct_type.GetByteSize(nullptr); in ProcessStructReader()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dalloca.ll209 %struct_type = type { i32, i32 }
210 declare void @test9_aux(<{ %struct_type }>* inalloca(<{ %struct_type }>))
214 define void @test9(%struct_type* %a) {
219 ; ALL-NEXT: [[TMP0:%.*]] = bitcast %struct_type* [[A:%.*]] to i64*
227 %argmem = alloca inalloca <{ %struct_type }>
228 %0 = getelementptr inbounds <{ %struct_type }>, <{ %struct_type }>* %argmem, i32 0, i32 0
229 %1 = bitcast %struct_type* %0 to i8*
230 %2 = bitcast %struct_type* %a to i8*
232 call void @test9_aux(<{ %struct_type }>* inalloca(<{ %struct_type }>) %argmem)
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming.cpp525 typedef THIS___Structure struct_type; typedef
529 struct_type GlobalTypedefTestFunction(struct_type a_argument1) { in GlobalTypedefTestFunction()
531 struct_type typedef_test_1; in GlobalTypedefTestFunction()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr17631.ll3 %struct_type = type { [64 x <8 x float>], <8 x float> }
12 %second_alloc = alloca %struct_type
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddwarf5-atomic.s5 # CHECK: (_Atomic(struct_type)) structure = (member = 71828)
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Dtarget.ml46 let sty = struct_type context [| i32_type; i64_type |] in
H A Dcore.ml40 let ar = struct_type context [| i32_type; i8_type |] in
199 insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |])
939 let sty = struct_type context [| i8_type; i64_type |] in
1119 let sty = struct_type context [| i32_type; i8_type |] in
1180 let rt = struct_type context [| pointer_type i8_type; i32_type |] in
1397 let sty = struct_type context [| i32_type; i8_type |] in
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dtypes.mlir247 // CHECK: func private @struct_type(!spv.struct<(f32)>)
248 func.func private @struct_type(!spv.struct<(f32)>) -> ()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml490 external struct_type : llcontext -> lltype array -> lltype = "llvm_struct_type"
H A Dllvm.mli669 (** [struct_type context tys] returns the structure type in the context
672 val struct_type : llcontext -> lltype array -> lltype val
1020 [struct_type (Array.map type_of elts)] and containing the values [elts]