Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dcoord.cpp223 VOID CoordTerm::copyto(CoordTerm& cl) in copyto() function in CoordTerm
574 m_eq[start + i].copyto(o.m_eq[i]); in copy()
585 m_eq[start + i].copyto(temp); in reverse()
586 m_eq[start + n - 1 - i].copyto(m_eq[start + i]); in reverse()
587 temp.copyto(m_eq[start + n - 1 - i]); in reverse()
638 m_eq[i + amount].copyto(m_eq[i]); in shift()
Dcoord.h65 VOID copyto(CoordTerm& cl);
Dgfx9addrlib.cpp1546 dataEq[pipeInterleaveLog2 + pipeStart + i].copyto((*pPipeEq)[i]); in GetPipeEquation()
1728 pipeEquation[i].copyto((*pMetaEq)[pipeInterleaveLog2 + i]); in GenMetaEquation()
2009 origPipeEquation[i].copyto((*pMetaEq)[pipeInterleaveLog2+1 + i]); in GenMetaEquation()
2028 origRbEquation[i].copyto((*pMetaEq)[pipeInterleaveLog2 + 1 + numPipeTotalLog2 + j]); in GenMetaEquation()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtailcallbyval64.ll12 ; A sequence of copyto/copyfrom virtual registers is used to deal with byval
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
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/tensorflow/tensorflow/lite/python/
Dinterpreter_test.py165 np.copyto(array_ref(), self.initial_data)