Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCloneModule.cpp135 G.getAllMetadata(MDs); in CloneModule()
162 I.getAllMetadata(MDs); in CloneModule()
HDValueMapper.cpp997 I->getAllMetadata(MDs); in remapInstruction()
1048 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
HDCloneFunction.cpp265 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
HDLocal.cpp3375 Source.getAllMetadata(MD); in copyMetadataForLoad()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGlobalObject.h137 using Value::getAllMetadata;
HDInstruction.h399 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
408 Value::getAllMetadata(MDs);
HDValue.h586 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDConstantMerge.cpp71 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
HDDeadArgumentElimination.cpp247 F.getAllMetadata(MDs); in deleteDeadVarargs()
1079 F->getAllMetadata(MDs); in removeDeadStuffFromFunction()
HDExpandVariadics.cpp574 F.getAllMetadata(MDs); in deriveFixedArityReplacement()
HDAttributor.cpp2756 F.getAllMetadata(MDs); in createShallowWrapper()
2837 F->getAllMetadata(MDs); in internalizeFunctions()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILValueEnumerator.cpp429 GV.getAllMetadata(MDs); in ValueEnumerator()
444 F.getAllMetadata(MDs); in ValueEnumerator()
HDDXILBitcodeWriter.cpp1858 F.getAllMetadata(MDs); in writeFunctionMetadataAttachment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDValueEnumerator.cpp405 GV.getAllMetadata(MDs); in ValueEnumerator()
420 F.getAllMetadata(MDs); in ValueEnumerator()
HDBitcodeWriter.cpp2513 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDMetadata.cpp1478 void Value::getAllMetadata( in getAllMetadata() function in Value
1742 Value::getAllMetadata(Result); in getAllMetadataImpl()
1758 Other->getAllMetadata(MDs); in copyMetadata()
HDAsmWriter.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()
HDCore.cpp1134 unwrap<Instruction>(Value)->getAllMetadata(Entries); in LLVMInstructionGetAllMetadataOtherThanDebugLoc()
2155 Instr->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
2157 unwrap<GlobalObject>(Value)->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
HDVerifier.cpp2875 F.getAllMetadata(MDs); in visitFunction()
5257 I.getAllMetadata(MDs); in visitInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineLoadStoreAlloca.cpp585 SI.getAllMetadata(MD); in combineStoreToNewValue()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAtomicExpandPass.cpp945 Source.getAllMetadata(MD); in copyMetadataForAtomic()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp16592 AI->getAllMetadata(MDs); in emitExpandAtomicRMW()