/external/llvm/include/llvm/IR/ |
D | GlobalObject.h | 113 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
|
D | Instruction.h | 177 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 116 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
|
D | Instruction.h | 191 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { in getAllMetadata() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 151 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
|
D | Instruction.h | 216 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 72 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
|
D | DeadArgumentElimination.cpp | 245 Fn.getAllMetadata(MDs); in DeleteDeadVarargs() 1071 F->getAllMetadata(MDs); in RemoveDeadStuffFromFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.h | 154 void getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode*> > &MDs)const{ in getAllMetadata() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 133 I->getAllMetadata(MDs); in CloneModule()
|
D | ValueMapper.cpp | 897 I->getAllMetadata(MDs); in remapInstruction() 932 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
|
D | CloneFunction.cpp | 144 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 188 I->getAllMetadata(MDs); in RemapInstruction()
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 349 GV.getAllMetadata(MDs); in ValueEnumerator() 364 F.getAllMetadata(MDs); in ValueEnumerator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 383 GV.getAllMetadata(MDs); in ValueEnumerator() 398 F.getAllMetadata(MDs); in ValueEnumerator()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 891 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()
|
D | Metadata.cpp | 1381 void GlobalObject::getAllMetadata( in getAllMetadata() function in GlobalObject 1423 Other->getAllMetadata(MDs); in copyMetadata()
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 881 I->getAllMetadata(MDs); in remapInstruction() 922 F.getAllMetadata(MDs); in remapFunction()
|
D | CloneFunction.cpp | 123 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 325 LI.getAllMetadata(MD); in combineLoadToNewType() 398 SI.getAllMetadata(MD); in combineStoreToNewValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 1036 GO.getAllMetadata(MDs); in processGlobalObjectMetadata() 1061 I.getAllMetadata(MDs); in processInstructionMetadata() 3185 GV->getAllMetadata(MDs); in printGlobal() 3299 F->getAllMetadata(MDs); in printFunction() 3386 F->getAllMetadata(MDs); in printFunction() 3865 I.getAllMetadata(InstMD); in printInstruction()
|
D | Metadata.cpp | 1417 void GlobalObject::getAllMetadata( in getAllMetadata() function in GlobalObject 1456 Other->getAllMetadata(MDs); in copyMetadata()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 460 LI.getAllMetadata(MD); in combineLoadToNewType() 525 SI.getAllMetadata(MD); in combineStoreToNewValue()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 512 I->getAllMetadata(MDForInst); in processFunction() 1964 I.getAllMetadata(InstMD); in printInstruction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 751 SrcInst->getAllMetadata(MDs); in copyMetadata()
|