Searched defs:promote (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
H A DFFTW.cpp21 complex<long double> promote(complex<T> x) { return complex<long double>(x.real(),x.imag()); } function
23 complex<long double> promote(float x) { return complex<long double>( x); } function
24 complex<long double> promote(double x) { return complex<long double>( x); } function
25 complex<long double> promote(long double x) { return complex<long double>( x); } function
38 acc += promote( timebuf[k1] ) * exp( complex<long double>(0,k1*phinc) );
41 complex<long double> x = promote(fftbuf[k0]);
/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h380 promote(NId, NMd);
409 promote(N1Id, N1Md);
410 promote(N2Id, N2Md);
415 void promote(NodeId NId, NodeMetadata& NMd) { function in class:llvm::PBQP::RegAlloc::RegAllocSolverImpl
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2248 /// \brief Utility function to promote the operand of \p Ext when this
2252 /// created to promote the operand of Ext.
2263 /// \brief Utility function to promote the operand of \p Ext when this
2267 /// created to promote the operand of Ext.
2309 /// action to promote the operand of \p Ext instead of using Ext.
2314 /// because we do not want to promote these instructions as CodeGenPrepare
2403 // Do not promote if the operand has been added by codegenprepare.
3594 // Check if we can promote.
3650 // Try to promote a chain of computation if it allows to form
3669 // Make the cheap checks first if we did not promote
4180 bool promote() { function in class:__anon10406::VectorPromoteHelper
[all...]

Completed in 188 milliseconds