HomeSort by relevance Sort by last modified time
    Searched refs:Promote (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/clang/test/SemaTemplate/
nested-name-spec-template.cpp 7 template<typename T> struct Promote;
9 template<> struct Promote<short> {
13 template<> struct Promote<int> {
17 template<> struct Promote<float> {
21 Promote<short>::type *ret_intptr(int* ip) { return ip; }
22 Promote<int>::type *ret_intptr2(int* ip) { return ip; }
25 M::Promote<int>::type *ret_intptr3(int* ip) { return ip; }
26 M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; }
31 M::template Promote<int> pi;
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip;
    [all...]
  /frameworks/native/libs/vr/libbufferhub/
detached_buffer.cpp 91 Status<LocalChannelHandle> DetachedBuffer::Promote() {
92 ATRACE_NAME("DetachedBuffer::Promote");
93 ALOGD_IF(TRACE, "DetachedBuffer::Promote: id=%d.", id_);
96 client_.InvokeRemoteMethod<DetachedBufferRPC::Promote>();
101 ALOGE("DetachedBuffer::Promote: Failed to promote buffer (id=%d): %s.", id_,
  /external/drm_hwcomposer/
glworker.h 64 bool Promote();
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
detached_buffer.h 58 pdx::Status<pdx::LocalChannelHandle> Promote();
bufferhub_rpc.h 453 PDX_REMOTE_METHOD(Promote, kOpPromote, LocalChannelHandle(Void));
455 PDX_REMOTE_API(API, Create, Promote);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 33 (* Promote allocas to registers. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 33 (* Promote allocas to registers. *)
  /frameworks/native/services/vr/bufferhubd/
detached_buffer_channel.cpp 93 case DetachedBufferRPC::Promote::Opcode:
94 DispatchRemoteMethod<DetachedBufferRPC::Promote>(
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 56 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote);
57 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
58 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote);
68 setOperationAction(ISD::AND, MVT::i16, Promote);
69 setOperationAction(ISD::OR, MVT::i16, Promote);
70 setOperationAction(ISD::XOR, MVT::i16, Promote);
71 setOperationAction(ISD::CTPOP, MVT::i16, Promote);
72 // The expansion of CTLZ/CTTZ uses AND/OR, so we might as well promote
74 setOperationAction(ISD::CTLZ, MVT::i16, Promote);
75 setOperationAction(ISD::CTTZ, MVT::i16, Promote);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
move_to_front.h 91 bool Promote(const Val& value);
379 void Promote(const Val& value) {
386 GetMtf(mtf).Promote(value);
393 GetMtf(mtf).Promote(value);
521 bool MoveToFront<Val>::Promote(const Val& value) {
  /art/runtime/jdwp/
object_registry.h 60 // also promote references to regular JNI global references (and demote them back again if
123 void Promote(ObjectRegistryEntry& entry)
object_registry.cc 209 Promote(*it->second);
231 void ObjectRegistry::Promote(ObjectRegistryEntry& entry) {
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 116 setLoadExtAction(ISD::EXTLOAD, MVT::i1, Promote);
117 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote);
118 setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
300 setOperationAction(ISD::CTLZ , MVT::i8, Promote);
301 setOperationAction(ISD::CTLZ , MVT::i16, Promote);
325 setOperationAction(ISD::FP_TO_SINT, MVT::i8, Promote);
326 setOperationAction(ISD::FP_TO_UINT, MVT::i8, Promote);
327 setOperationAction(ISD::FP_TO_SINT, MVT::i16, Promote);
328 setOperationAction(ISD::FP_TO_UINT, MVT::i16, Promote);
343 setOperationAction(ISD::SINT_TO_FP, MVT::i16, Promote);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 91 Promote, // This operation should be executed in a larger type.
214 // The default action for other vectors is to promote
286 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote &&
488 /// legal (return 'Legal') or we need to promote it to a larger type (return
489 /// 'Promote'), or we need to expand it into multiple registers of smaller
500 /// to promote to. For integer types that are larger than the largest integer
621 getOperationAction(Op, VT) == Promote);
631 getOperationAction(Op, VT) == Promote);
754 assert(Action != Promote && "Can't promote condition code!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 106 Promote, // This operation should be executed in a larger type.
264 // The default action for other vectors is to promote
371 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote &&
613 /// legal (return 'Legal') or we need to promote it to a larger type (return
614 /// 'Promote'), or we need to expand it into multiple registers of smaller
625 /// to promote to. For integer types that are larger than the largest integer
745 getOperationAction(Op, VT) == Promote);
755 getOperationAction(Op, VT) == Promote);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 107 Promote, // This operation should be executed in a larger type.
277 // The default action for other vectors is to promote
384 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote &&
628 /// legal (return 'Legal') or we need to promote it to a larger type (return
629 /// 'Promote'), or we need to expand it into multiple registers of smaller
640 /// to promote to. For integer types that are larger than the largest integer
770 getOperationAction(Op, VT) == Promote);
780 getOperationAction(Op, VT) == Promote);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 107 Promote, // This operation should be executed in a larger type.
277 // The default action for other vectors is to promote
384 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote &&
628 /// legal (return 'Legal') or we need to promote it to a larger type (return
629 /// 'Promote'), or we need to expand it into multiple registers of smaller
640 /// to promote to. For integer types that are larger than the largest integer
770 getOperationAction(Op, VT) == Promote);
780 getOperationAction(Op, VT) == Promote);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 113 Promote, // This operation should be executed in a larger type.
283 // The default action for other vectors is to promote
390 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote &&
640 /// legal (return 'Legal') or we need to promote it to a larger type (return
641 /// 'Promote'), or we need to expand it into multiple registers of smaller
652 /// to promote to. For integer types that are larger than the largest integer
781 getOperationAction(Op, VT) == Promote);
791 getOperationAction(Op, VT) == Promote);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 113 Promote, // This operation should be executed in a larger type.
283 // The default action for other vectors is to promote
390 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote &&
640 /// legal (return 'Legal') or we need to promote it to a larger type (return
641 /// 'Promote'), or we need to expand it into multiple registers of smaller
652 /// to promote to. For integer types that are larger than the largest integer
781 getOperationAction(Op, VT) == Promote);
791 getOperationAction(Op, VT) == Promote);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 113 Promote, // This operation should be executed in a larger type.
283 // The default action for other vectors is to promote
390 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote &&
640 /// legal (return 'Legal') or we need to promote it to a larger type (return
641 /// 'Promote'), or we need to expand it into multiple registers of smaller
652 /// to promote to. For integer types that are larger than the largest integer
781 getOperationAction(Op, VT) == Promote);
791 getOperationAction(Op, VT) == Promote);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 113 Promote, // This operation should be executed in a larger type.
283 // The default action for other vectors is to promote
390 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote &&
640 /// legal (return 'Legal') or we need to promote it to a larger type (return
641 /// 'Promote'), or we need to expand it into multiple registers of smaller
652 /// to promote to. For integer types that are larger than the largest integer
781 getOperationAction(Op, VT) == Promote);
791 getOperationAction(Op, VT) == Promote);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h 106 Promote, // This operation should be executed in a larger type.
264 // The default action for other vectors is to promote
371 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote &&
613 /// legal (return 'Legal') or we need to promote it to a larger type (return
614 /// 'Promote'), or we need to expand it into multiple registers of smaller
625 /// to promote to. For integer types that are larger than the largest integer
745 getOperationAction(Op, VT) == Promote);
755 getOperationAction(Op, VT) == Promote);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetLowering.h 107 Promote, // This operation should be executed in a larger type.
277 // The default action for other vectors is to promote
384 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote &&
628 /// legal (return 'Legal') or we need to promote it to a larger type (return
629 /// 'Promote'), or we need to expand it into multiple registers of smaller
640 /// to promote to. For integer types that are larger than the largest integer
770 getOperationAction(Op, VT) == Promote);
780 getOperationAction(Op, VT) == Promote);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetLowering.h 107 Promote, // This operation should be executed in a larger type.
277 // The default action for other vectors is to promote
384 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote &&
628 /// legal (return 'Legal') or we need to promote it to a larger type (return
629 /// 'Promote'), or we need to expand it into multiple registers of smaller
640 /// to promote to. For integer types that are larger than the largest integer
770 getOperationAction(Op, VT) == Promote);
780 getOperationAction(Op, VT) == Promote);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetLowering.h 113 Promote, // This operation should be executed in a larger type.
283 // The default action for other vectors is to promote
390 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote &&
640 /// legal (return 'Legal') or we need to promote it to a larger type (return
641 /// 'Promote'), or we need to expand it into multiple registers of smaller
652 /// to promote to. For integer types that are larger than the largest integer
781 getOperationAction(Op, VT) == Promote);
791 getOperationAction(Op, VT) == Promote);
    [all...]

Completed in 747 milliseconds

1 2 3