Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp135 G.getAllMetadata(MDs); in CloneModule()
162 I.getAllMetadata(MDs); in CloneModule()
H A DValueMapper.cpp987 I->getAllMetadata(MDs); in remapInstruction()
1038 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
H A DCloneFunction.cpp263 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
H A DLocal.cpp3315 Source.getAllMetadata(MD); in copyMetadataForLoad()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h137 using Value::getAllMetadata;
H A DInstruction.h364 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
373 Value::getAllMetadata(MDs);
H A DValue.h586 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp70 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
H A DDeadArgumentElimination.cpp247 F.getAllMetadata(MDs); in deleteDeadVarargs()
1080 F->getAllMetadata(MDs); in removeDeadStuffFromFunction()
H A DAttributor.cpp2754 F.getAllMetadata(MDs); in createShallowWrapper()
2833 F->getAllMetadata(MDs); in internalizeFunctions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp391 GV.getAllMetadata(MDs); in ValueEnumerator()
406 F.getAllMetadata(MDs); in ValueEnumerator()
H A DBitcodeWriter.cpp2422 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp429 GV.getAllMetadata(MDs); in ValueEnumerator()
444 F.getAllMetadata(MDs); in ValueEnumerator()
H A DDXILBitcodeWriter.cpp1859 F.getAllMetadata(MDs); in writeFunctionMetadataAttachment()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1469 void Value::getAllMetadata( in getAllMetadata() function in Value
1733 Value::getAllMetadata(Result); in getAllMetadataImpl()
1749 Other->getAllMetadata(MDs); in copyMetadata()
H A DAsmWriter.cpp1124 GO.getAllMetadata(MDs); in processGlobalObjectMetadata()
1160 I.getAllMetadata(MDs); in processInstructionMetadata()
3733 GV->getAllMetadata(MDs); in printGlobal()
3880 F->getAllMetadata(MDs); in printFunction()
3982 F->getAllMetadata(MDs); in printFunction()
4553 I.getAllMetadata(InstMD); in printInstruction()
H A DCore.cpp1050 unwrap<Instruction>(Value)->getAllMetadata(Entries); in LLVMInstructionGetAllMetadataOtherThanDebugLoc()
2028 Instr->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
2030 unwrap<GlobalObject>(Value)->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
H A DVerifier.cpp2746 F.getAllMetadata(MDs); in visitFunction()
5082 I.getAllMetadata(MDs); in visitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp586 SI.getAllMetadata(MD); in combineStoreToNewValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp16135 AI->getAllMetadata(MDs); in emitExpandAtomicRMW()