HomeSort by relevance Sort by last modified time
    Searched refs:Producer (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp 420 auto Producer = registerProducer(Op.getReg(), Consumer);
421 if (std::get<0>(Producer) == nullptr) {
422 reportError(I.getLoc(), "New value register consumer has no producer");
427 if (std::get<2>(Producer).isPredicated() &&
431 std::get<0>(Producer)->getLoc(),
432 "Register producer is predicated and consumer is unconditional");
434 "Instruction does not have a valid new register producer");
437 if (std::get<2>(Producer).Register != Hexagon::NoRegister &&
438 std::get<2>(Producer).Register != Consumer.Register) {
439 reportNote(std::get<0>(Producer)->getLoc()
    [all...]
HexagonMCInstrInfo.cpp 875 unsigned Producer,
877 // If we're a single vector consumer of a double producer, set subreg bit
879 if (Producer >= Hexagon::W0 && Producer <= Hexagon::W15)
883 return Consumer == Producer;
  /external/pdfium/xfa/fxfa/parser/
cxfa_pdf.cpp 22 {XFA_Element::Producer, 1, 0},
  /external/perfetto/src/traced/service/
lazy_producer.h 27 #include "perfetto/tracing/core/producer.h"
32 class LazyProducer : public Producer {
40 // No-ops to satisfy the Producer implementation.
  /external/perfetto/test/
fake_producer.h 26 #include "perfetto/tracing/core/producer.h"
33 class FakeProducer : public Producer {
47 // Producer implementation.
end_to_end_shared_memory_fuzzer.cc 27 #include "perfetto/tracing/core/producer.h"
52 // Fake producer writing a protozero message of data into shared memory
55 class FakeProducer : public Producer {
  /external/dagger2/producers/src/test/java/dagger/producers/internal/
ProducersTest.java 22 import dagger.producers.Producer;
100 Producer<Integer> producer = Producers.producerFromProvider(new Provider<Integer>() { local
107 assertThat(producer.get().get()).isEqualTo(0);
108 assertThat(producer.get().get()).isEqualTo(0);
109 assertThat(producer.get().get()).isEqualTo(0);
  /external/perfetto/src/tracing/ipc/service/
producer_ipc_service.h 26 #include "perfetto/tracing/core/producer.h"
37 // Implements the Producer port of the IPC service. This class proxies requests
38 // and responses between the core service logic (|svc_|) and remote Producer(s)
73 // Acts like a Producer with the core Service business logic (which doesn't
75 // methods to the remote Producer on the other side of the IPC channel.
76 class RemoteProducer : public Producer {
100 // specific Producer on the Service business logic.
104 // to send asynchronous commands to the remote Producer (e.g. start/stop a
  /external/perfetto/src/tracing/test/
mock_producer.h 25 #include "perfetto/tracing/core/producer.h"
35 class MockProducer : public Producer {
77 // Producer implementation.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 527 // Couldn't find producer
543 unsigned Producer = SubregBit ?
546 assert(Producer != Hexagon::NoRegister);
547 MCO.setReg(Producer);
549 unsigned Producer =
551 if (Producer >= Hexagon::W0 && Producer <= Hexagon::W15)
552 Producer = ((Producer - Hexagon::W0) << 1) + SubregBit + Hexagon::V0;
557 assert(Producer != Hexagon::NoRegister)
    [all...]
  /external/perfetto/src/traced/probes/
probes_producer.h 27 #include "perfetto/tracing/core/producer.h"
42 class ProbesProducer : public Producer, public FtraceController::Observer {
47 // Producer Impl:
  /external/perfetto/src/tracing/core/
tracing_service_impl.h 50 class Producer;
70 // The implementation behind the service endpoint exposed to each producer.
77 Producer*,
130 Producer* producer_;
139 // Set of the global target_buffer IDs that the producer is configured to
144 // the producer. Note that producers aren't required to register their
146 // contained in this map. However, if a producer does register a writer, the
262 Producer*,
367 // We shouldn't run out of sequence IDs (producer ID is 16 bit, writer IDs
371 "sequence ID and all producer/writer ID combinations!")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
IRSymtab.cpp 297 setStr(Hdr.Producer, kExpectedProducerName);
371 // We cannot use the regular reader to read the version and producer, because
373 // can rely on is that the version and producer will be present as the first
377 StringRef Producer = Hdr->Producer.get(BFC.StrtabForSymtab);
379 Producer != kExpectedProducerName)
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Binding.java 25 import dagger.producers.Producer;
65 PRODUCTION(Producer.class),
Key.java 29 import dagger.producers.Producer;
180 return elements.getTypeElement(Producer.class.getCanonicalName());
334 * {@link Map}{@code <K, V>}, a key of {@code Map<K, Producer<V>>} will be returned.
337 return maybeWrapMapValue(possibleMapKey, Producer.class);
DependencyRequest.java 31 import dagger.producers.Producer;
80 /** A request for a {@link Producer}. E.g.: {@code Producer<Blah>} */
81 PRODUCER,
99 case PRODUCER:
171 * {@code Map<K, Provider<V>>} or {@code Map<K, Producer<V>>}
313 // TODO(sameb): should Produced/Producer always require non-nullable?
357 } else if (isTypeOf(Producer.class, type)) {
358 return new AutoValue_DependencyRequest_Factory_KindAndType(Kind.PRODUCER,
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.h 38 const char *Producer, int Optimized,
DIBuilderBindings.cpp 39 const char *Producer,
43 return wrap(D->createCompileUnit(Lang, File, Dir, Producer, Optimized, Flags,
  /external/perfetto/src/tracing/ipc/producer/
producer_ipc_client_impl.cc 17 #include "src/tracing/ipc/producer/producer_ipc_client_impl.h"
27 #include "perfetto/tracing/core/producer.h"
34 // w.r.t. the Producer pointer. Also think to lifetime of the Producer* during
42 Producer* producer,
47 new ProducerIPCClientImpl(service_sock_name, producer, producer_name,
53 Producer* producer,
57 : producer_(producer),
    [all...]
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 360 // Couldn't find producer
374 unsigned Producer =
376 assert(Producer != Hexagon::NoRegister);
377 MCO.setReg(Producer);
379 unsigned Producer =
381 if (Producer >= Hexagon::W0 && Producer <= Hexagon::W15)
382 Producer = ((Producer - Hexagon::W0) << 1) + SubregBit + Hexagon::V0;
387 assert(Producer != Hexagon::NoRegister)
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCodeEmitter.cpp 91 static bool RegisterMatches(unsigned Consumer, unsigned Producer,
93 if (Consumer == Producer)
97 // Calculate if we're a single vector consumer referencing a double producer
98 if (Producer >= Hexagon::W0 && Producer <= Hexagon::W15)
100 return ((Consumer - Hexagon::V0) >> 1) == (Producer - Hexagon::W0);
137 // Calculate the new value distance to the associated producer
148 assert(i != Instructions.begin() - 1 && "Couldn't find producer");
168 // Producer is unpredicated
171 "Unpredicated consumer depending on predicated producer");
    [all...]
  /external/perfetto/src/profiling/memory/
heapprofd_producer.h 30 #include "perfetto/tracing/core/producer.h"
66 // Heap profiling producer. Can be instantiated in two modes, central and
69 // The central mode producer is instantiated by the system heapprofd daemon. Its
72 // builds, the central producer can also handle the out-of-process unwinding &
78 // this producer in the "child" mode. In this scenario, the profiled process
84 class HeapprofdProducer : public Producer, public UnwindingWorker::Delegate {
93 SocketDelegate(HeapprofdProducer* producer) : producer_(producer) {}
108 // Producer Impl:
145 // producer get the data sources from the tracing service (i.e. traced)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
IRSymtab.h 136 /// The producer's version string (LLVM_VERSION_STRING " " LLVM_REVISION).
137 /// Consumers should rebuild the symbol table from IR if the producer's
140 Str Producer;
  /external/tensorflow/tensorflow/go/
operation.go 186 // Producer returns the Output that is connected to this Consumer.
187 func (p Consumer) Producer() Output {
operation_test.go 219 got = consumer.Producer().Op.Name()

Completed in 2292 milliseconds

12 3 4