HomeSort by relevance Sort by last modified time
    Searched defs:ValueAsMetadata (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/IR/
Metadata.h 250 /// use-lists and associated API for the two that support it (\a ValueAsMetadata
292 /// ValueAsMetadata always has RAUW support.
310 /// ValueAsMetadata object, so the lookup maps are far more efficient than
312 class ValueAsMetadata : public Metadata, ReplaceableMetadataImpl {
324 ValueAsMetadata(unsigned ID, Value *V)
328 ~ValueAsMetadata() = default;
331 static ValueAsMetadata *get(Value *V);
339 static ValueAsMetadata *getIfExists(Value *V);
357 /// RAUW isn't supported directly for \a ValueAsMetadata, but if the wrapped
371 class ConstantAsMetadata : public ValueAsMetadata {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Metadata.h 262 /// use-lists and associated API for the two that support it (\a ValueAsMetadata
305 /// ValueAsMetadata always has RAUW support.
323 /// ValueAsMetadata object, so the lookup maps are far more efficient than
325 class ValueAsMetadata : public Metadata, ReplaceableMetadataImpl {
337 ValueAsMetadata(unsigned ID, Value *V)
342 ~ValueAsMetadata() = default;
345 static ValueAsMetadata *get(Value *V);
353 static ValueAsMetadata *getIfExists(Value *V);
371 /// RAUW isn't supported directly for \a ValueAsMetadata, but if the wrapped
385 class ConstantAsMetadata : public ValueAsMetadata {
    [all...]