| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 701 MIB.addMetadata(Var); in EmitDbgValue() 702 MIB.addMetadata(Expr); in EmitDbgValue() 801 MIB.addMetadata(Var); in EmitDbgInstrRef() 802 MIB.addMetadata(Expr); in EmitDbgInstrRef() 861 MIB.addMetadata(Var); in EmitDbgInstrRef() 862 MIB.addMetadata(Expr); in EmitDbgInstrRef() 876 MIB.addMetadata(Var); in EmitDbgNoLocation() 877 MIB.addMetadata(Expr); in EmitDbgNoLocation() 913 return MIB.addMetadata(Var).addMetadata(Expr); in EmitDbgValueFromSingleOp() 925 MIB.addMetadata(Label); in EmitDbgLabel() [all …]
|
| H A D | FastISel.cpp | 1181 MIB.addMetadata(SrcLoc); in selectCall() 1302 .addMetadata(DI->getVariable()) in selectIntrinsicCall() 1303 .addMetadata(Expr); in selectIntrinsicCall() 1308 .addMetadata(DI->getVariable()) in selectIntrinsicCall() 1309 .addMetadata(Expr); in selectIntrinsicCall() 1314 .addMetadata(DI->getVariable()) in selectIntrinsicCall() 1315 .addMetadata(DI->getExpression()); in selectIntrinsicCall() 1344 TII.get(TargetOpcode::DBG_LABEL)).addMetadata(DI->getLabel()); in selectIntrinsicCall()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CloneModule.cpp | 122 GV->addMetadata(MD.first, *MapMetadata(MD.second, VMap)); in CloneModule() 149 F->addMetadata(MD.first, *MapMetadata(MD.second, VMap)); in CloneModule()
|
| H A D | ValueMapper.cpp | 995 GO.addMetadata(I.first, *cast<MDNode>(mapMetadata(I.second))); in remapGlobalObjectMetadata()
|
| H A D | CloneFunction.cpp | 241 NewFunc->addMetadata(MD.first, *MapMetadata(MD.second, VMap, RemapFlag, in CloneFunctionInto()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1359 void Value::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata() function in Value 1366 void Value::addMetadata(StringRef Kind, MDNode &MD) { in addMetadata() function in Value 1367 addMetadata(getContext().getMDKindID(Kind), MD); in addMetadata() 1568 addMetadata(LLVMContext::MD_type, in copyMetadata() 1594 addMetadata(MD.first, *Attachment); in copyMetadata() 1599 addMetadata( in addTypeMetadata() 1611 addMetadata(LLVMContext::MD_vcall_visibility, in setVCallVisibilityMetadata() 1646 addMetadata(LLVMContext::MD_dbg, *GV); in addDebugInfo()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 2063 return MIB.addMetadata(Variable).addMetadata(Expr); in BuildMI() 2082 return MIB.addMetadata(Variable).addMetadata(Expr); in BuildMI() 2097 MIB.addMetadata(Variable).addMetadata(Expr); in BuildMI() 2183 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill() 2204 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
|
| H A D | JMCInstrumenter.cpp | 117 GV.addMetadata(LLVMContext::MD_dbg, *DGVE); in attachDebugInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 126 using Value::addMetadata;
|
| H A D | Value.h | 611 void addMetadata(unsigned KindID, MDNode &MD); 612 void addMetadata(StringRef Kind, MDNode &MD);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 484 State.addMetadata(Sel, &I); in execute() 541 State.addMetadata(V, &I); in execute() 576 State.addMetadata(C, &I); in execute() 606 State.addMetadata(Cast, &I); in execute() 699 State.addMetadata(EntryPart, GEP); in execute() 742 State.addMetadata(NewGEP, GEP); in execute()
|
| H A D | VPlan.cpp | 238 void VPTransformState::addMetadata(Instruction *To, Instruction *From) { in addMetadata() function in VPTransformState 243 void VPTransformState::addMetadata(ArrayRef<Value *> To, Instruction *From) { in addMetadata() function in VPTransformState 246 addMetadata(I, From); in addMetadata()
|
| H A D | VPlan.h | 314 void addMetadata(Instruction *To, Instruction *From); 318 void addMetadata(ArrayRef<Value *> To, Instruction *From);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | GlobalSplit.cpp | 107 SplitGV->addMetadata( in splitGlobal()
|
| H A D | ThinLTOBitcodeWriter.cpp | 159 GO.addMetadata(LLVMContext::MD_type, *MD); in promoteTypeIds() 162 GO.addMetadata( in promoteTypeIds()
|
| H A D | DeadArgumentElimination.cpp | 242 NF->addMetadata(MD.first, *MD.second); in deleteDeadVarargs() 1066 NF->addMetadata(MD.first, *MD.second); in removeDeadStuffFromFunction()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 86 .addMetadata(Variable) in buildFIDbgValue() 87 .addMetadata(Expr); in buildFIDbgValue() 111 MIB.addImm(0).addMetadata(Variable).addMetadata(Expr); in buildConstDbgValue() 121 return MIB.addMetadata(Label); in buildDbgLabel()
|
| H A D | InlineAsmLowering.cpp | 596 Inst.addMetadata(SrcLoc); in lowerInlineAsm()
|
| H A D | IRTranslator.cpp | 2210 .addMetadata(cast<MDNode>(cast<MetadataAsValue>(Arg)->getMetadata())); in translateKnownIntrinsic() 2216 .addMetadata(cast<MDNode>(cast<MetadataAsValue>(Arg)->getMetadata())) in translateKnownIntrinsic() 2459 MIB.addMetadata(MDN); in translateCall()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | VectorUtils.h | 704 void addMetadata(InstTy *NewInst) const;
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | CloningTest.cpp | 922 GV->addMetadata(LLVMContext::MD_type, *MDNode::get(C, {})); in CreateOldModule() 979 G->addMetadata(LLVMContext::MD_type, *MDNode::get(C, {})); in CreateOldModule()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 1466 void InterleaveGroup<InstT>::addMetadata(InstT *NewInst) const { in addMetadata() function in InterleaveGroup 1472 void InterleaveGroup<Instruction>::addMetadata(Instruction *NewInst) const { in addMetadata() function in llvm::InterleaveGroup
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 236 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 519 GV.addMetadata(LLVMContext::MD_dbg, *DGVE); in upgradeCUVariables() 521 GV.addMetadata(LLVMContext::MD_dbg, *MD); in upgradeCUVariables() 2188 GO.addMetadata(K->second, *MD); in parseGlobalObjectAttachment()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 656 MIB.addMetadata(Var.getVariable()); in emitMOLoc() 657 MIB.addMetadata(Properties.DIExpr); in emitMOLoc() 967 MIB.addMetadata(Var.getVariable()); in emitLoc() 968 MIB.addMetadata(Expr); in emitLoc()
|