/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 109 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/ |
D | GlobalObject.h | 163 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/ |
D | Metadata.cpp | 1393 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/ |
D | InstrEmitter.cpp | 694 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()
|
D | FastISel.cpp | 1423 .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/ |
D | GlobalSplit.cpp | 107 SplitGV->addMetadata( in splitGlobal()
|
D | ThinLTOBitcodeWriter.cpp | 129 GO.addMetadata(LLVMContext::MD_type, *MD); in promoteTypeIds() 132 GO.addMetadata( in promoteTypeIds()
|
D | DeadArgumentElimination.cpp | 246 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/ |
D | MachineIRBuilder.cpp | 126 .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/ |
D | CloneModule.cpp | 135 GV->addMetadata(MD.first, in CloneModule()
|
D | CloneFunction.cpp | 146 NewFunc->addMetadata( in CloneFunctionInto()
|
D | ValueMapper.cpp | 932 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/ |
D | MachineInstr.cpp | 2027 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()
|
D | LiveDebugVariables.cpp | 1361 .addMetadata(Label); in insertDebugLabel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 664 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/ |
D | BuildMetadataProtoFromXml.java | 183 outMetadataCollection.addMetadata(metadata); in start()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VectorUtils.h | 511 void addMetadata(InstTy *NewInst) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 1150 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/ |
D | MachineInstrBuilder.h | 227 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/ |
D | OMPIRBuilder.cpp | 559 F->addMetadata( in CreateParallel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 521 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/ |
D | BuildMetadataFromXml.java | 132 metadataCollection.addMetadata(metadata); in buildPhoneMetadataCollection()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | Phonemetadata.java | 1146 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/ |
D | SanitizerCoverage.cpp | 662 Array->addMetadata(LLVMContext::MD_associated, *MD); in CreateFunctionLocalArrayInSection()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | phonemetadata.pb.js | 2313 i18n.phonenumbers.PhoneMetadataCollection.prototype.addMetadata = function(value) { method in i18n.phonenumbers.PhoneMetadataCollection
|