Home
last modified time | relevance | path

Searched refs:getAllMetadataImpl (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h193 getAllMetadataImpl(MDs); in getAllMetadata()
358 getAllMetadataImpl(SmallVectorImpl<std::pair<unsigned, MDNode *>> &) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h262 getAllMetadataImpl(MDs);
468 getAllMetadataImpl(SmallVectorImpl<std::pair<unsigned, MDNode *>> &) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp1283 void Instruction::getAllMetadataImpl( in getAllMetadataImpl() function in Instruction