Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceMetadata.cpp90 GV.getAllMetadata(MDs); in extractMetadataFromModule()
100 F.getAllMetadata(MDs); in extractMetadataFromModule()
109 I.getAllMetadata(MDs); in extractMetadataFromModule()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp129 G.getAllMetadata(MDs); in CloneModule()
156 I.getAllMetadata(MDs); in CloneModule()
H A DValueMapper.cpp940 I->getAllMetadata(MDs); in remapInstruction()
991 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
H A DCloneFunction.cpp258 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
H A DLocal.cpp2729 Source.getAllMetadata(MD); in copyMetadataForLoad()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalObject.h129 using Value::getAllMetadata;
H A DInstruction.h291 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
300 Value::getAllMetadata(MDs);
H A DValue.h582 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
/openbsd-src/gnu/llvm/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.cpp2574 F.getAllMetadata(MDs); in createShallowWrapper()
2653 F->getAllMetadata(MDs); in internalizeFunctions()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp645 I.getAllMetadata(MDs); in computeIRComplexityScoreImpl()
669 GV.getAllMetadata(GlobalMetadata); in computeIRComplexityScore()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1314 void Value::getAllMetadata( in getAllMetadata() function in Value
1536 Value::getAllMetadata(Result); in getAllMetadataImpl()
1552 Other->getAllMetadata(MDs); in copyMetadata()
H A DAsmWriter.cpp1096 GO.getAllMetadata(MDs); in processGlobalObjectMetadata()
1121 I.getAllMetadata(MDs); in processInstructionMetadata()
3654 GV->getAllMetadata(MDs); in printGlobal()
3798 F->getAllMetadata(MDs); in printFunction()
3900 F->getAllMetadata(MDs); in printFunction()
4462 I.getAllMetadata(InstMD); in printInstruction()
H A DCore.cpp995 unwrap<Instruction>(Value)->getAllMetadata(Entries); in LLVMInstructionGetAllMetadataOtherThanDebugLoc()
2044 Instr->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
2046 unwrap<GlobalObject>(Value)->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
H A DVerifier.cpp2614 F.getAllMetadata(MDs); in visitFunction()
4900 I.getAllMetadata(MDs); in visitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp391 GV.getAllMetadata(MDs); in ValueEnumerator()
406 F.getAllMetadata(MDs); in ValueEnumerator()
H A DBitcodeWriter.cpp2373 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp429 GV.getAllMetadata(MDs); in ValueEnumerator()
444 F.getAllMetadata(MDs); in ValueEnumerator()
H A DDXILBitcodeWriter.cpp1860 F.getAllMetadata(MDs); in writeFunctionMetadataAttachment()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp583 SI.getAllMetadata(MD); in combineStoreToNewValue()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1368 See the [llvm::Instruction::getAllMetadata()] and
1369 [llvm::GlobalObject::getAllMetadata()] methods. *)
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13270 AI->getAllMetadata(MDs); in emitExpandAtomicRMW()