Home
last modified time | relevance | path

Searched refs:copyto (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/amd/addrlib/src/core/
Dcoord.cpp220 VOID CoordTerm::copyto(CoordTerm& cl) in copyto() function in Addr::V2::CoordTerm
469 m_eq[start + i].copyto(o.m_eq[i]); in copy()
480 m_eq[start + i].copyto(temp); in reverse()
481 m_eq[start + n - 1 - i].copyto(m_eq[start + i]); in reverse()
482 temp.copyto(m_eq[start + n - 1 - i]); in reverse()
533 m_eq[i + amount].copyto(m_eq[i]); in shift()
Dcoord.h80 VOID copyto(CoordTerm& cl);
/external/llvm-project/llvm/test/CodeGen/X86/
Dtailccbyval64.ll12 ; A sequence of copyto/copyfrom virtual registers is used to deal with byval
Dtailcallbyval64.ll12 ; A sequence of copyto/copyfrom virtual registers is used to deal with byval
/external/llvm/test/CodeGen/X86/
Dtailcallbyval64.ll12 ; A sequence of copyto/copyfrom virtual registers is used to deal with byval
/external/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c860 void *copyto; local
940 copyto = (void *)lenat;
948 m_copydata(m, 0, length, (caddr_t)copyto);
/external/tensorflow/tensorflow/lite/python/
Dinterpreter_test.py338 np.copyto(array_ref(), self.initial_data)
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp1628 dataEq[pipeInterleaveLog2 + pipeStart + i].copyto((*pPipeEq)[i]); in GetPipeEquation()
1810 pipeEquation[i].copyto((*pMetaEq)[pipeInterleaveLog2 + i]); in GenMetaEquation()
2091 origPipeEquation[i].copyto((*pMetaEq)[pipeInterleaveLog2+1 + i]); in GenMetaEquation()
2110 origRbEquation[i].copyto((*pMetaEq)[pipeInterleaveLog2 + 1 + numPipeTotalLog2 + j]); in GenMetaEquation()