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

1 23 4

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCodeEmitter.cpp 394 static bool RegisterMatches(unsigned Consumer, unsigned Producer,
396 if (Consumer == Producer)
400 // Calculate if we're a single vector consumer referencing a double producer
401 if (Producer >= Hexagon::W0 && Producer <= Hexagon::W15)
403 return ((Consumer - Hexagon::V0) >> 1) == (Producer - Hexagon::W0);
    [all...]
HexagonMCInstrInfo.h 181 // Return whether the instruction is a legal new-value producer.
325 unsigned SubregisterBit(unsigned Consumer, unsigned Producer,
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
dibuilder.go 117 Producer string
129 producer := C.CString(cu.Producer)
130 defer C.free(unsafe.Pointer(producer))
137 producer, C.size_t(len(cu.Producer)),
  /external/curl/packages/vms/
build_gnv_curl_pcsi_text.com 11 $! 4. Generated Producer section.
40 $ producer = f$trnlnm("GNV_PCSI_PRODUCER")
41 $ if producer .eqs. ""
56 $ producer = f$element(0, "-", kit_name)
66 $ product_line = "=product ''producer' ''base' ''product'"
164 $ write ptxt "1 'PRODUCER"
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h 161 // Return whether the instruction is a legal new-value producer.
293 unsigned SubregisterBit(unsigned Consumer, unsigned Producer,
HexagonMCInstrInfo.cpp 401 // Return whether the instruction is a legal new-value producer.
793 unsigned Producer,
795 // If we're a single vector consumer of a double producer, set subreg bit
797 if (Producer >= Hexagon::W0 && Producer <= Hexagon::W15)
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 81 /// @param Producer String identify producer of debugging information.
91 StringRef Producer,
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 360 MDString *Producer, bool IsOptimized, MDString *Flags,
366 assert(isCanonical(Producer) && "Expected canonical MDString");
371 File, Producer, Flags, SplitDebugFilename,
DIBuilder.cpp 112 unsigned Lang, StringRef Filename, StringRef Directory, StringRef Producer,
124 VMContext, Lang, DIFile::get(VMContext, Filename, Directory), Producer,
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h 83 /// \param Producer Identify the producer of debugging information
100 StringRef Producer, bool isOptimized, StringRef Flags,
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
AbstractComponentWriter.java 55 import dagger.producers.Producer;
650 case PRODUCER:
    [all...]
BindingGraph.java 38 import dagger.producers.Producer;
302 * (and similarly for {@link Producer}s).
316 // Map<K, Provider<V>> or Map<K, Producer<V>>, and grab their explicit bindings.
352 * some explicit Map<K, Producer<V>> bindings, then this binding must have only the
353 * implicit dependency on Map<K, Producer<V>>. */
MembersInjectorGenerator.java 44 import dagger.producers.Producer;
284 * field from the framework type ({@link Provider}, {@link Producer}, etc.) to the real value;
ProducerFactoryGenerator.java 43 import dagger.producers.Producer;
66 * Generates {@link Producer} implementations from {@link ProductionBinding} instances.
223 /** Represents the transformation of an input future by a producer method. */
443 * Creates a snippet for the invocation of the producer method from the module, which should be
446 * @param wrapWithFuture If true, wraps the result of the call to the producer method
449 * @param parameterSnippets The snippets for all the parameters to the producer method.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DebugInfoMetadata.cpp 447 MDString *Producer, bool IsOptimized, MDString *Flags,
454 assert(isCanonical(Producer) && "Expected canonical MDString");
459 File, Producer, Flags, SplitDebugFilename,
    [all...]
  /external/llvm/bindings/go/llvm/
dibuilder.go 117 Producer string
129 producer := C.CString(cu.Producer)
130 defer C.free(unsafe.Pointer(producer))
137 producer,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
llvm-lto2.cpp 330 outs() << "producer: " << Hdr->Producer.get(BFC.StrtabForSymtab)
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
DIBuilder.h 119 /// \param Producer Identify the producer of debugging information
140 createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 768 Producer,
  /external/perfetto/src/tracing/test/
tracing_integration_test.cc 26 #include "perfetto/tracing/core/producer.h"
51 constexpr char kProducerSockName[] = TEST_SOCK_NAME("tracing_test-producer");
55 class MockProducer : public Producer {
59 // Producer implementation.
79 // Producer implementation.
129 // Create and connect a Producer.
156 // Destroy the service and check that both Producer and Consumer see an
231 // At this point, the Producer should be asked to turn its data source on.
463 // At this point, the Producer should be asked to turn its data source on.
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DebugInfo.h 180 * \param Producer Identify the producer of debugging information
183 * \param ProducerLen The length of the C string passed to \c Producer.
204 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DIBuilder.cpp 76 StringRef Directory, StringRef Producer,
106 MDString::get(VMContext, Producer),
    [all...]

Completed in 1639 milliseconds

1 23 4