Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceMetadata.cpp41 GV.getAllMetadata(MDs); in extractMetadataFromModule()
51 F.getAllMetadata(MDs); in extractMetadataFromModule()
60 I.getAllMetadata(MDs); in extractMetadataFromModule()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp120 G.getAllMetadata(MDs); in CloneModule()
147 I.getAllMetadata(MDs); in CloneModule()
H A DValueMapper.cpp941 I->getAllMetadata(MDs); in remapInstruction()
992 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
H A DCloneFunction.cpp239 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
H A DLocal.cpp2619 Source.getAllMetadata(MD); in copyMetadataForLoad()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalObject.h129 using Value::getAllMetadata;
H A DInstruction.h280 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
289 Value::getAllMetadata(MDs);
H A DValue.h585 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp72 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
H A DDeadArgumentElimination.cpp240 F.getAllMetadata(MDs); in deleteDeadVarargs()
1064 F->getAllMetadata(MDs); in removeDeadStuffFromFunction()
H A DAttributor.cpp2317 F.getAllMetadata(MDs); in createShallowWrapper()
2396 F->getAllMetadata(MDs); in internalizeFunctions()
/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp1314 void Value::getAllMetadata( in getAllMetadata() function in Value
1493 Value::getAllMetadata(Result); in getAllMetadataImpl()
1559 Other->getAllMetadata(MDs); in copyMetadata()
H A DAsmWriter.cpp1078 GO.getAllMetadata(MDs); in processGlobalObjectMetadata()
1103 I.getAllMetadata(MDs); in processInstructionMetadata()
3552 GV->getAllMetadata(MDs); in printGlobal()
3696 F->getAllMetadata(MDs); in printFunction()
3798 F->getAllMetadata(MDs); in printFunction()
4353 I.getAllMetadata(InstMD); in printInstruction()
H A DCore.cpp983 unwrap<Instruction>(Value)->getAllMetadata(Entries); in LLVMInstructionGetAllMetadataOtherThanDebugLoc()
2056 Instr->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
2058 unwrap<GlobalObject>(Value)->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
H A DVerifier.cpp2572 F.getAllMetadata(MDs); in visitFunction()
4808 I.getAllMetadata(MDs); in visitInstruction()
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DIRMatchers.h271 I->getAllMetadata(MDs); in matchEntity()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp391 GV.getAllMetadata(MDs); in ValueEnumerator()
406 F.getAllMetadata(MDs); in ValueEnumerator()
H A DBitcodeWriter.cpp2325 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp429 GV.getAllMetadata(MDs); in ValueEnumerator()
444 F.getAllMetadata(MDs); in ValueEnumerator()
H A DDXILBitcodeWriter.cpp1867 F.getAllMetadata(MDs); in writeFunctionMetadataAttachment()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp491 SI.getAllMetadata(MD); in combineStoreToNewValue()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1375 See the [llvm::Instruction::getAllMetadata()] and
1376 [llvm::GlobalObject::getAllMetadata()] methods. *)
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp3423 F->getAllMetadata(MDs); in TEST_F()