Home
last modified time | relevance | path

Searched refs:addMetadata (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h109 void addMetadata(unsigned KindID, MDNode &MD);
110 void addMetadata(StringRef Kind, MDNode &MD);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h163 void addMetadata(unsigned KindID, MDNode &MD);
164 void addMetadata(StringRef Kind, MDNode &MD);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp1393 void GlobalObject::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata() function in GlobalObject
1400 void GlobalObject::addMetadata(StringRef Kind, MDNode &MD) { in addMetadata() function in GlobalObject
1401 addMetadata(getContext().getMDKindID(Kind), MD); in addMetadata()
1436 addMetadata(KindID, *N); in setMetadata()
1464 addMetadata(LLVMContext::MD_type, in copyMetadata()
1490 addMetadata(MD.first, *Attachment); in copyMetadata()
1495 addMetadata( in addTypeMetadata()
1504 addMetadata(LLVMContext::MD_vcall_visibility, in addVCallVisibilityMetadata()
1539 addMetadata(LLVMContext::MD_dbg, *GV); in addDebugInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp694 MIB.addMetadata(Var); in EmitDbgValue()
695 MIB.addMetadata(Expr); in EmitDbgValue()
710 return FrameMI.addMetadata(Var).addMetadata(Expr); in EmitDbgValue()
759 MIB.addMetadata(Var); in EmitDbgValue()
760 MIB.addMetadata(Expr); in EmitDbgValue()
774 MIB.addMetadata(Label); in EmitDbgLabel()
1150 MIB.addMetadata(MD); in EmitSpecialNode()
DFastISel.cpp1423 .addMetadata(DI->getVariable()) in selectIntrinsicCall()
1424 .addMetadata(DI->getExpression()); in selectIntrinsicCall()
1429 .addMetadata(DI->getVariable()) in selectIntrinsicCall()
1430 .addMetadata(DI->getExpression()); in selectIntrinsicCall()
1435 .addMetadata(DI->getVariable()) in selectIntrinsicCall()
1436 .addMetadata(DI->getExpression()); in selectIntrinsicCall()
1458 TII.get(TargetOpcode::DBG_LABEL)).addMetadata(DI->getLabel()); in selectIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp107 SplitGV->addMetadata( in splitGlobal()
DThinLTOBitcodeWriter.cpp129 GO.addMetadata(LLVMContext::MD_type, *MD); in promoteTypeIds()
132 GO.addMetadata( in promoteTypeIds()
DDeadArgumentElimination.cpp246 NF->addMetadata(MD.first, *MD.second); in DeleteDeadVarargs()
1077 NF->addMetadata(MD.first, *MD.second); in RemoveDeadStuffFromFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp126 .addMetadata(Variable) in buildFIDbgValue()
127 .addMetadata(Expr); in buildFIDbgValue()
151 return MIB.addImm(0).addMetadata(Variable).addMetadata(Expr); in buildConstDbgValue()
160 return MIB.addMetadata(Label); in buildDbgLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp135 GV->addMetadata(MD.first, in CloneModule()
DCloneFunction.cpp146 NewFunc->addMetadata( in CloneFunctionInto()
DValueMapper.cpp932 GO.addMetadata(I.first, *cast<MDNode>(mapMetadata(I.second))); in remapGlobalObjectMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp2027 return MIB.addMetadata(Variable).addMetadata(Expr); in BuildMI()
2046 return MIB.addMetadata(Variable).addMetadata(Expr); in BuildMI()
2094 .addMetadata(Orig.getDebugVariable()) in buildDbgValueForSpill()
2095 .addMetadata(Expr); in buildDbgValueForSpill()
DLiveDebugVariables.cpp1361 .addMetadata(Label); in insertDebugLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp664 void addMetadata(Instruction *To, Instruction *From);
668 void addMetadata(ArrayRef<Value *> To, Instruction *From);
917 void InnerLoopVectorizer::addMetadata(Instruction *To, in addMetadata() function in InnerLoopVectorizer
923 void InnerLoopVectorizer::addMetadata(ArrayRef<Value *> To, in addMetadata() function in InnerLoopVectorizer
927 addMetadata(I, From); in addMetadata()
1742 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()
1887 addMetadata(EntryPart, Trunc); in widenIntOrFpInduction()
2270 Group->addMetadata(NewLoad); in vectorizeInterleaveGroup()
2350 Group->addMetadata(NewStoreInstr); in vectorizeInterleaveGroup()
2456 addMetadata(NewSI, SI); in vectorizeMemoryInstruction()
[all …]
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
DBuildMetadataProtoFromXml.java183 outMetadataCollection.addMetadata(metadata); in start()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h511 void addMetadata(InstTy *NewInst) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp1150 void InterleaveGroup<InstT>::addMetadata(InstT *NewInst) const { in addMetadata() function in InterleaveGroup
1156 void InterleaveGroup<Instruction>::addMetadata(Instruction *NewInst) const { in addMetadata() function in llvm::InterleaveGroup
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h227 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp559 F->addMetadata( in CreateParallel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp521 GV.addMetadata(LLVMContext::MD_dbg, *DGVE); in upgradeCUVariables()
523 GV.addMetadata(LLVMContext::MD_dbg, *MD); in upgradeCUVariables()
1971 GO.addMetadata(K->second, *MD); in parseGlobalObjectAttachment()
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DBuildMetadataFromXml.java132 metadataCollection.addMetadata(metadata); in buildPhoneMetadataCollection()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java1146 public PhoneMetadataCollection addMetadata(PhoneMetadata value) { in addMetadata() method in Phonemetadata.PhoneMetadataCollection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp662 Array->addMetadata(LLVMContext::MD_associated, *MD); in CreateFunctionLocalArrayInSection()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonemetadata.pb.js2313 i18n.phonenumbers.PhoneMetadataCollection.prototype.addMetadata = function(value) { method in i18n.phonenumbers.PhoneMetadataCollection

12