Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h116 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
DInstruction.h191 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { in getAllMetadata() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h170 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
DInstruction.h260 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp72 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
DDeadArgumentElimination.cpp244 Fn.getAllMetadata(MDs); in DeleteDeadVarargs()
1075 F->getAllMetadata(MDs); in RemoveDeadStuffFromFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp133 I->getAllMetadata(MDs); in CloneModule()
DValueMapper.cpp879 I->getAllMetadata(MDs); in remapInstruction()
929 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
DCloneFunction.cpp144 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
DLocal.cpp2395 Source.getAllMetadata(MD); in copyMetadataForLoad()
/third_party/node/deps/npm/lib/
Dinstall.js131 var getAllMetadata = require('./install/deps.js').getAllMetadata variable
366 getAllMetadata(this.args, this.currentTree, process.cwd(), iferr(next, (args) => {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp382 GV.getAllMetadata(MDs); in ValueEnumerator()
397 F.getAllMetadata(MDs); in ValueEnumerator()
DBitcodeWriter.cpp2150 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp1056 GO.getAllMetadata(MDs); in processGlobalObjectMetadata()
1081 I.getAllMetadata(MDs); in processInstructionMetadata()
3318 GV->getAllMetadata(MDs); in printGlobal()
3435 F->getAllMetadata(MDs); in printFunction()
3536 F->getAllMetadata(MDs); in printFunction()
4088 I.getAllMetadata(InstMD); in printInstruction()
DMetadata.cpp1416 void GlobalObject::getAllMetadata( in getAllMetadata() function in GlobalObject
1455 Other->getAllMetadata(MDs); in copyMetadata()
DCore.cpp919 unwrap<Instruction>(Value)->getAllMetadata(Entries); in LLVMInstructionGetAllMetadataOtherThanDebugLoc()
2027 Instr->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
2029 unwrap<GlobalObject>(Value)->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
DDebugInfo.cpp653 I.getAllMetadata(MDs); in stripNonLineTableDebugInfo()
DVerifier.cpp2261 F.getAllMetadata(MDs); in visitFunction()
/third_party/node/deps/npm/lib/install/
Ddeps.js227 exports.getAllMetadata = function (args, tree, where, next) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp489 SI.getAllMetadata(MD); in combineStoreToNewValue()