Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DGlobalObject.h113 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
DInstruction.h177 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h116 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
DInstruction.h191 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { in getAllMetadata() function
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h154 void getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode*> > &MDs)const{ in getAllMetadata() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DValueMapper.cpp188 I->getAllMetadata(MDs); in RemapInstruction()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp349 GV.getAllMetadata(MDs); in ValueEnumerator()
364 F.getAllMetadata(MDs); in ValueEnumerator()
DBitcodeWriter.cpp1872 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
/external/llvm/lib/IR/
DAsmWriter.cpp891 GO.getAllMetadata(MDs); in processGlobalObjectMetadata()
916 I.getAllMetadata(MDs); in processInstructionMetadata()
2496 GV->getAllMetadata(MDs); in printGlobal()
2622 F->getAllMetadata(MDs); in printFunction()
2708 F->getAllMetadata(MDs); in printFunction()
3188 I.getAllMetadata(InstMD); in printInstruction()
DMetadata.cpp1381 void GlobalObject::getAllMetadata( in getAllMetadata() function in GlobalObject
1423 Other->getAllMetadata(MDs); in copyMetadata()
DVerifier.cpp1960 F.getAllMetadata(MDs); in visitFunction()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp881 I->getAllMetadata(MDs); in remapInstruction()
922 F.getAllMetadata(MDs); in remapFunction()
DCloneFunction.cpp123 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp325 LI.getAllMetadata(MD); in combineLoadToNewType()
398 SI.getAllMetadata(MD); in combineStoreToNewValue()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp512 I->getAllMetadata(MDForInst); in processFunction()
1964 I.getAllMetadata(InstMD); in printInstruction()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp751 SrcInst->getAllMetadata(MDs); in copyMetadata()
/external/llvm/unittests/IR/
DMetadataTest.cpp2252 F->getAllMetadata(MDs); in TEST_F()