| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceMetadata.cpp | 41 GV.getAllMetadata(MDs); in extractMetadataFromModule() 51 F.getAllMetadata(MDs); in extractMetadataFromModule() 60 I.getAllMetadata(MDs); in extractMetadataFromModule()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CloneModule.cpp | 120 G.getAllMetadata(MDs); in CloneModule() 147 I.getAllMetadata(MDs); in CloneModule()
|
| H A D | ValueMapper.cpp | 941 I->getAllMetadata(MDs); in remapInstruction() 992 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
|
| H A D | CloneFunction.cpp | 239 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
|
| H A D | Local.cpp | 2619 Source.getAllMetadata(MD); in copyMetadataForLoad()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 129 using Value::getAllMetadata;
|
| H A D | Instruction.h | 280 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { 289 Value::getAllMetadata(MDs);
|
| H A D | Value.h | 585 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | ConstantMerge.cpp | 72 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
|
| H A D | DeadArgumentElimination.cpp | 240 F.getAllMetadata(MDs); in deleteDeadVarargs() 1064 F->getAllMetadata(MDs); in removeDeadStuffFromFunction()
|
| H A D | Attributor.cpp | 2317 F.getAllMetadata(MDs); in createShallowWrapper() 2396 F->getAllMetadata(MDs); in internalizeFunctions()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1314 void Value::getAllMetadata( in getAllMetadata() function in Value 1493 Value::getAllMetadata(Result); in getAllMetadataImpl() 1559 Other->getAllMetadata(MDs); in copyMetadata()
|
| H A D | AsmWriter.cpp | 1078 GO.getAllMetadata(MDs); in processGlobalObjectMetadata() 1103 I.getAllMetadata(MDs); in processInstructionMetadata() 3552 GV->getAllMetadata(MDs); in printGlobal() 3696 F->getAllMetadata(MDs); in printFunction() 3798 F->getAllMetadata(MDs); in printFunction() 4353 I.getAllMetadata(InstMD); in printInstruction()
|
| H A D | Core.cpp | 983 unwrap<Instruction>(Value)->getAllMetadata(Entries); in LLVMInstructionGetAllMetadataOtherThanDebugLoc() 2056 Instr->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata() 2058 unwrap<GlobalObject>(Value)->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
|
| H A D | Verifier.cpp | 2572 F.getAllMetadata(MDs); in visitFunction() 4808 I.getAllMetadata(MDs); in visitInstruction()
|
| /llvm-project-15.0.7/clang/unittests/CodeGen/ |
| H A D | IRMatchers.h | 271 I->getAllMetadata(MDs); in matchEntity()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 391 GV.getAllMetadata(MDs); in ValueEnumerator() 406 F.getAllMetadata(MDs); in ValueEnumerator()
|
| H A D | BitcodeWriter.cpp | 2325 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 429 GV.getAllMetadata(MDs); in ValueEnumerator() 444 F.getAllMetadata(MDs); in ValueEnumerator()
|
| H A D | DXILBitcodeWriter.cpp | 1867 F.getAllMetadata(MDs); in writeFunctionMetadataAttachment()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 491 SI.getAllMetadata(MD); in combineStoreToNewValue()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1375 See the [llvm::Instruction::getAllMetadata()] and 1376 [llvm::GlobalObject::getAllMetadata()] methods. *)
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 3423 F->getAllMetadata(MDs); in TEST_F()
|