Searched defs:Promote (Results 1 – 7 of 7) sorted by relevance
9 template<> struct Promote<short> { struct10 typedef int type;13 template<> struct Promote<int> { struct17 template<> struct Promote<float> { struct37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
1350 Promote subsection
712 bool GLWorkerCompositor::CachedFramebuffer::Promote() { in Promote() function in android::GLWorkerCompositor::CachedFramebuffer
383 SDValue VectorLegalizer::Promote(SDValue Op) { in Promote() function in __anon28ba090a0111::VectorLegalizer
345 Scalar::Promote(Scalar::Type type) in Promote() function in Scalar
88 Promote, // This operation should be executed in a larger type. enumerator
27791 bool Promote = false; in IsDesirableToPromoteOp() local