Home
last modified time | relevance | path

Searched refs:col_base (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dmve-postinc-lsr.ll572 define i32 @arm_nn_mat_mul_core_4x_s8(i32 %row_elements, i32 %offset, i8* %row_base, i8* %col_base,…
644 %col_base.addr.095 = phi i8* [ %add.ptr4, %for.body ], [ %col_base, %for.body.preheader ]
657 %2 = bitcast i8* %col_base.addr.095 to <16 x i8>*
659 %add.ptr4 = getelementptr inbounds i8, i8* %col_base.addr.095, i32 16
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5322 …const ImU32 col_base = GetColorU32((plot_type == ImGuiPlotType_Lines) ? ImGuiCol_PlotLines : ImGui… in PlotEx() local
5338 window->DrawList->AddLine(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base); in PlotEx()
5344 … window->DrawList->AddRectFilled(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base); in PlotEx()