Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h130 using Value::getAllMetadata;
H A DInstruction.h298 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
307 Value::getAllMetadata(MDs);
H A DValue.h582 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp122 G.getAllMetadata(MDs); in CloneModule()
H A DValueMapper.cpp923 I->getAllMetadata(MDs); in remapInstruction()
973 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
H A DCloneFunction.cpp230 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
H A DLocal.cpp2584 Source.getAllMetadata(MD); in copyMetadataForLoad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp72 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
H A DDeadArgumentElimination.cpp241 Fn.getAllMetadata(MDs); in DeleteDeadVarargs()
1078 F->getAllMetadata(MDs); in RemoveDeadStuffFromFunction()
H A DAttributor.cpp1908 F.getAllMetadata(MDs); in createShallowWrapper()
1987 F->getAllMetadata(MDs); in internalizeFunctions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1223 void Value::getAllMetadata( in getAllMetadata() function in Value
1393 Value::getAllMetadata(Result); in getAllMetadataImpl()
1459 Other->getAllMetadata(MDs); in copyMetadata()
H A DAsmWriter.cpp1081 GO.getAllMetadata(MDs); in processGlobalObjectMetadata()
1106 I.getAllMetadata(MDs); in processInstructionMetadata()
3589 GV->getAllMetadata(MDs); in printGlobal()
3706 F->getAllMetadata(MDs); in printFunction()
3807 F->getAllMetadata(MDs); in printFunction()
4362 I.getAllMetadata(InstMD); in printInstruction()
H A DCore.cpp964 unwrap<Instruction>(Value)->getAllMetadata(Entries); in LLVMInstructionGetAllMetadataOtherThanDebugLoc()
2089 Instr->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
2091 unwrap<GlobalObject>(Value)->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
H A DVerifier.cpp2434 F.getAllMetadata(MDs); in visitFunction()
4525 I.getAllMetadata(MDs); in visitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp428 GV.getAllMetadata(MDs); in ValueEnumerator()
443 F.getAllMetadata(MDs); in ValueEnumerator()
H A DBitcodeWriter.cpp2287 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp502 SI.getAllMetadata(MD); in combineStoreToNewValue()