Home
last modified time | relevance | path

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

/freebsd/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.cpp997 I->getAllMetadata(MDs); in remapInstruction()
1048 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
H A DCloneFunction.cpp265 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
H A DLocal.cpp3369 Source.getAllMetadata(MD); in copyMetadataForLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h137 using Value::getAllMetadata;
H A DInstruction.h399 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
408 Value::getAllMetadata(MDs);
H A DValue.h586 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp71 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
H A DDeadArgumentElimination.cpp247 F.getAllMetadata(MDs); in deleteDeadVarargs()
1079 F->getAllMetadata(MDs); in removeDeadStuffFromFunction()
H A DExpandVariadics.cpp574 F.getAllMetadata(MDs); in deriveFixedArityReplacement()
H A DAttributor.cpp2756 F.getAllMetadata(MDs); in createShallowWrapper()
2837 F->getAllMetadata(MDs); in internalizeFunctions()
/freebsd/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.cpp1858 F.getAllMetadata(MDs); in writeFunctionMetadataAttachment()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp405 GV.getAllMetadata(MDs); in ValueEnumerator()
420 F.getAllMetadata(MDs); in ValueEnumerator()
H A DBitcodeWriter.cpp2513 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1478 void Value::getAllMetadata( in getAllMetadata() function in Value
1742 Value::getAllMetadata(Result); in getAllMetadataImpl()
1758 Other->getAllMetadata(MDs); in copyMetadata()
H A DAsmWriter.cpp1131 GO.getAllMetadata(MDs); in processGlobalObjectMetadata()
1181 I.getAllMetadata(MDs); in processInstructionMetadata()
3835 GV->getAllMetadata(MDs); in printGlobal()
3979 F->getAllMetadata(MDs); in printFunction()
4081 F->getAllMetadata(MDs); in printFunction()
4646 I.getAllMetadata(InstMD); in printInstruction()
H A DCore.cpp1134 unwrap<Instruction>(Value)->getAllMetadata(Entries); in LLVMInstructionGetAllMetadataOtherThanDebugLoc()
2155 Instr->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
2157 unwrap<GlobalObject>(Value)->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
H A DVerifier.cpp2875 F.getAllMetadata(MDs); in visitFunction()
5257 I.getAllMetadata(MDs); in visitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp585 SI.getAllMetadata(MD); in combineStoreToNewValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp945 Source.getAllMetadata(MD); in copyMetadataForAtomic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp16592 AI->getAllMetadata(MDs); in emitExpandAtomicRMW()