search for: _table_from_entrys

Displaying 2 results from an estimated 2 matches for "_table_from_entrys".

2015 Mar 03
2
[LLVMdev] Need a clue to improve the optimization of some C code
...13 = load %struct._dispatch** %dispatch, align 8 %14 = getelementptr inbounds %struct._dispatch* %13, i32 0, i32 0 %15 = load %struct._entry** %14, align 8 store %struct._entry* %15, %struct._entry** %entrys, align 8 %16 = load %struct._entry** %entrys, align 8 %17 = call %struct._table* @_table_from_entrys(%struct._entry* %16) store %struct._table* %17, %struct._table** %table, align 8 %18 = load %struct._table** %table, align 8 %19 = getelementptr inbounds %struct._table* %18, i32 0, i32 2 %20 = load i64* %19, align 8 store i64 %20, i64* %mask, align 8 %21 = load i8** %3, align 8 %22 =...
2015 Mar 03
2
[LLVMdev] Need a clue to improve the optimization of some C code
...n 8 >> %14 = getelementptr inbounds %struct._dispatch* %13, i32 0, i32 0 >> %15 = load %struct._entry** %14, align 8 >> store %struct._entry* %15, %struct._entry** %entrys, align 8 >> %16 = load %struct._entry** %entrys, align 8 >> %17 = call %struct._table* @_table_from_entrys(%struct._entry* %16) >> store %struct._table* %17, %struct._table** %table, align 8 >> %18 = load %struct._table** %table, align 8 >> %19 = getelementptr inbounds %struct._table* %18, i32 0, i32 2 >> %20 = load i64* %19, align 8 >> store i64 %20, i64* %mask,...