Searched refs:o_ptr (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | reg_sequence.ll | 12 define void @t1(i16* %i_ptr, i16* %o_ptr, %struct.int32x4_t* nocapture %vT0ptr, %struct.int32x4_t* … 42 %18 = bitcast i16* %o_ptr to i8* ; <i8*> [#uses=1] 47 define void @t2(i16* %i_ptr, i16* %o_ptr, %struct.int16x8_t* nocapture %vT0ptr, %struct.int16x8_t* … 69 %11 = bitcast i16* %o_ptr to i8* ; <i8*> [#uses=1] 71 %12 = getelementptr inbounds i16, i16* %o_ptr, i32 8 ; <i16*> [#uses=1]
|
/external/llvm/test/CodeGen/ARM/ |
D | reg_sequence.ll | 12 define void @t1(i16* %i_ptr, i16* %o_ptr, %struct.int32x4_t* nocapture %vT0ptr, %struct.int32x4_t* … 42 %18 = bitcast i16* %o_ptr to i8* ; <i8*> [#uses=1] 47 define void @t2(i16* %i_ptr, i16* %o_ptr, %struct.int16x8_t* nocapture %vT0ptr, %struct.int16x8_t* … 69 %11 = bitcast i16* %o_ptr to i8* ; <i8*> [#uses=1] 71 %12 = getelementptr inbounds i16, i16* %o_ptr, i32 8 ; <i16*> [#uses=1]
|
/external/python/pybind11/include/pybind11/ |
D | pytypes.h | 815 #define PYBIND11_OBJECT_CHECK_FAILED(Name, o_ptr) \ argument 817 ::pybind11::detail::get_fully_qualified_tp_name(Py_TYPE(o_ptr)) + \
|