Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp136 I.getAllMetadata(MDs); in CloneModule()
197 G.getAllMetadata(MDs); in CloneModule()
H A DValueMapper.cpp1005 I->getAllMetadata(MDs); in remapInstruction()
1060 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
H A DCloneFunction.cpp215 OldFunc.getAllMetadata(MDs); in CloneFunctionMetadataInto()
H A DLocal.cpp3452 Source.getAllMetadata(MD); in copyMetadataForLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h139 using Value::getAllMetadata;
H A DInstruction.h446 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
455 Value::getAllMetadata(MDs);
H A DValue.h599 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.cpp242 F.getAllMetadata(MDs); in deleteDeadVarargs()
1084 F->getAllMetadata(MDs); in removeDeadStuffFromFunction()
H A DExpandVariadics.cpp554 F.getAllMetadata(MDs); in deriveFixedArityReplacement()
H A DAttributor.cpp2747 F.getAllMetadata(MDs); in createShallowWrapper()
2826 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.cpp408 GV.getAllMetadata(MDs); in ValueEnumerator()
423 F.getAllMetadata(MDs); in ValueEnumerator()
H A DBitcodeWriter.cpp2656 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1543 void Value::getAllMetadata( in getAllMetadata() function in Value
1806 Value::getAllMetadata(Result); in getAllMetadataImpl()
1822 Other->getAllMetadata(MDs); in copyMetadata()
H A DAsmWriter.cpp1189 GO.getAllMetadata(MDs); in processGlobalObjectMetadata()
1246 I.getAllMetadata(MDs); in processInstructionMetadata()
3998 GV->getAllMetadata(MDs); in printGlobal()
4145 F->getAllMetadata(MDs); in printFunction()
4254 F->getAllMetadata(MDs); in printFunction()
4839 I.getAllMetadata(InstMD); in printInstruction()
H A DCore.cpp1137 unwrap<Instruction>(Value)->getAllMetadata(Entries); in LLVMInstructionGetAllMetadataOtherThanDebugLoc()
2158 Instr->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
2160 unwrap<GlobalObject>(Value)->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
H A DVerifier.cpp3020 F.getAllMetadata(MDs); in visitFunction()
5506 I.getAllMetadata(MDs); in visitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp600 SI.getAllMetadata(MD); in combineStoreToNewValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp210 Source.getAllMetadata(MD); in copyMetadataForAtomic()