Home
last modified time | relevance | path

Searched defs:Promote (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/SemaTemplate/
Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1350 Promote subsection
/external/drm_hwcomposer/
Dglworker.cpp712 bool GLWorkerCompositor::CachedFramebuffer::Promote() { in Promote() function in android::GLWorkerCompositor::CachedFramebuffer
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp383 SDValue VectorLegalizer::Promote(SDValue Op) { in Promote() function in __anon28ba090a0111::VectorLegalizer
/external/lldb/source/Core/
DScalar.cpp345 Scalar::Promote(Scalar::Type type) in Promote() function in Scalar
/external/llvm/include/llvm/Target/
DTargetLowering.h88 Promote, // This operation should be executed in a larger type. enumerator
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27791 bool Promote = false; in IsDesirableToPromoteOp() local