Home
last modified time | relevance | path

Searched refs:getAllMetadata (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/IR/
DInstruction.h182 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
DFunction.h619 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp323 LI.getAllMetadata(MD); in combineLoadToNewType()
395 SI.getAllMetadata(MD); in combineStoreToNewValue()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp453 I->getAllMetadata(MDs); in RemapInstruction()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp338 F.getAllMetadata(MDs); in ValueEnumerator()
DBitcodeWriter.cpp1392 F.getAllMetadata(MDs); in WriteMetadataAttachment()
/external/llvm/lib/IR/
DAsmWriter.cpp851 F.getAllMetadata(MDs); in processFunctionMetadata()
873 I.getAllMetadata(MDs); in processInstructionMetadata()
2629 F->getAllMetadata(MDs); in printFunction()
3113 I.getAllMetadata(InstMD); in printInstruction()
DMetadata.cpp1237 void Function::getAllMetadata( in getAllMetadata() function in Function
DVerifier.cpp1775 F.getAllMetadata(MDs); in visitFunction()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp694 SrcInst->getAllMetadata(MDs); in copyMetadata()
/external/llvm/lib/Linker/
DIRMover.cpp1145 Src.getAllMetadata(MDs); in linkFunctionBody()
/external/llvm/unittests/IR/
DMetadataTest.cpp2215 F->getAllMetadata(MDs); in TEST_F()