Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceMetadata.cpp28 MDUser.getAllMetadata(MDs); in getChunkMetadataNodes()
41 MDUser.getAllMetadata(MDs); in eraseMetadataIfOutsideChunk()
97 MDUser.getAllMetadata(MDs); in addMetadataToSet()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalObject.h130 using Value::getAllMetadata;
H A DInstruction.h293 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
302 Value::getAllMetadata(MDs);
H A DValue.h594 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp72 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
H A DDeadArgumentElimination.cpp241 Fn.getAllMetadata(MDs); in DeleteDeadVarargs()
1077 F->getAllMetadata(MDs); in RemoveDeadStuffFromFunction()
H A DAttributor.cpp1507 F.getAllMetadata(MDs); in createShallowWrapper()
1570 F.getAllMetadata(MDs); in internalizeFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp122 G.getAllMetadata(MDs); in CloneModule()
H A DValueMapper.cpp923 I->getAllMetadata(MDs); in remapInstruction()
973 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
H A DCloneFunction.cpp231 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
H A DLocal.cpp2569 Source.getAllMetadata(MD); in copyMetadataForLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp1217 void Value::getAllMetadata( in getAllMetadata() function in Value
1387 Value::getAllMetadata(Result); in getAllMetadataImpl()
1453 Other->getAllMetadata(MDs); in copyMetadata()
H A DAsmWriter.cpp1107 GO.getAllMetadata(MDs); in processGlobalObjectMetadata()
1132 I.getAllMetadata(MDs); in processInstructionMetadata()
3601 GV->getAllMetadata(MDs); in printGlobal()
3718 F->getAllMetadata(MDs); in printFunction()
3819 F->getAllMetadata(MDs); in printFunction()
4375 I.getAllMetadata(InstMD); in printInstruction()
H A DCore.cpp964 unwrap<Instruction>(Value)->getAllMetadata(Entries); in LLVMInstructionGetAllMetadataOtherThanDebugLoc()
2089 Instr->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
2091 unwrap<GlobalObject>(Value)->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
H A DVerifier.cpp2523 F.getAllMetadata(MDs); in visitFunction()
4562 I.getAllMetadata(MDs); in visitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp422 GV.getAllMetadata(MDs); in ValueEnumerator()
437 F.getAllMetadata(MDs); in ValueEnumerator()
H A DBitcodeWriter.cpp2283 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp490 SI.getAllMetadata(MD); in combineStoreToNewValue()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1426 See the [llvm::Instruction::getAllMetadata()] and
1427 [llvm::GlobalObject::getAllMetadata()] methods. *)