| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 698 MIB.addMetadata(Var); in EmitDbgValue() 699 MIB.addMetadata(Expr); in EmitDbgValue() 791 MIB.addMetadata(Var); in EmitDbgInstrRef() 792 MIB.addMetadata(Expr); in EmitDbgInstrRef() 851 MIB.addMetadata(Var); in EmitDbgInstrRef() 852 MIB.addMetadata(Expr); in EmitDbgInstrRef() 866 MIB.addMetadata(Var); in EmitDbgNoLocation() 867 MIB.addMetadata(Expr); in EmitDbgNoLocation() 892 return MIB.addMetadata(Var).addMetadata(Expr); in EmitDbgValueFromSingleOp() 904 MIB.addMetadata(Label); in EmitDbgLabel() [all …]
|
| H A D | FastISel.cpp | 1182 MIB.addMetadata(SrcLoc); in selectCall() 1299 .addMetadata(DI->getVariable()) in selectIntrinsicCall() 1300 .addMetadata(DI->getExpression()); in selectIntrinsicCall() 1305 .addMetadata(DI->getVariable()) in selectIntrinsicCall() 1306 .addMetadata(DI->getExpression()); in selectIntrinsicCall() 1311 .addMetadata(DI->getVariable()) in selectIntrinsicCall() 1312 .addMetadata(DI->getExpression()); in selectIntrinsicCall() 1341 TII.get(TargetOpcode::DBG_LABEL)).addMetadata(DI->getLabel()); in selectIntrinsicCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1268 void Value::addMetadata(unsigned KindID, MDNode &MD) { in addMetadata() function in Value 1275 void Value::addMetadata(StringRef Kind, MDNode &MD) { in addMetadata() function in Value 1276 addMetadata(getContext().getMDKindID(Kind), MD); in addMetadata() 1468 addMetadata(LLVMContext::MD_type, in copyMetadata() 1494 addMetadata(MD.first, *Attachment); in copyMetadata() 1499 addMetadata( in addTypeMetadata() 1511 addMetadata(LLVMContext::MD_vcall_visibility, in setVCallVisibilityMetadata() 1546 addMetadata(LLVMContext::MD_dbg, *GV); in addDebugInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineInstr.cpp | 2119 return MIB.addMetadata(Variable).addMetadata(Expr); in BuildMI() 2138 return MIB.addMetadata(Variable).addMetadata(Expr); in BuildMI() 2153 MIB.addMetadata(Variable).addMetadata(Expr); in BuildMI() 2239 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill() 2260 NewMI.addMetadata(Orig.getDebugVariable()).addMetadata(Expr); in buildDbgValueForSpill()
|
| H A D | LiveDebugVariables.cpp | 1752 .addMetadata(Label); in insertDebugLabel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 127 using Value::addMetadata;
|
| H A D | Value.h | 608 void addMetadata(unsigned KindID, MDNode &MD); 609 void addMetadata(StringRef Kind, MDNode &MD);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalSplit.cpp | 107 SplitGV->addMetadata( in splitGlobal()
|
| H A D | ThinLTOBitcodeWriter.cpp | 151 GO.addMetadata(LLVMContext::MD_type, *MD); in promoteTypeIds() 154 GO.addMetadata( in promoteTypeIds()
|
| H A D | DeadArgumentElimination.cpp | 243 NF->addMetadata(MD.first, *MD.second); in DeleteDeadVarargs() 1080 NF->addMetadata(MD.first, *MD.second); in RemoveDeadStuffFromFunction()
|
| H A D | Attributor.cpp | 1910 Wrapper->addMetadata(MDIt.first, *MDIt.second); in createShallowWrapper() 1990 Copied->addMetadata(MDIt.first, *MDIt.second); in internalizeFunctions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneModule.cpp | 124 GV->addMetadata(MD.first, *MapMetadata(MD.second, VMap)); in CloneModule()
|
| H A D | CloneFunction.cpp | 232 NewFunc->addMetadata(MD.first, *MapMetadata(MD.second, VMap, RemapFlag, in CloneFunctionInto()
|
| H A D | ValueMapper.cpp | 976 GO.addMetadata(I.first, *cast<MDNode>(mapMetadata(I.second))); in remapGlobalObjectMetadata()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 88 .addMetadata(Variable) in buildFIDbgValue() 89 .addMetadata(Expr); in buildFIDbgValue() 113 MIB.addImm(0).addMetadata(Variable).addMetadata(Expr); in buildConstDbgValue() 123 return MIB.addMetadata(Label); in buildDbgLabel()
|
| H A D | InlineAsmLowering.cpp | 601 Inst.addMetadata(SrcLoc); in lowerInlineAsm()
|
| H A D | IRTranslator.cpp | 2159 .addMetadata(cast<MDNode>(cast<MetadataAsValue>(Arg)->getMetadata())); in translateKnownIntrinsic() 2165 .addMetadata(cast<MDNode>(cast<MetadataAsValue>(Arg)->getMetadata())) in translateKnownIntrinsic() 2367 MIB.addMetadata(MDN); in translateCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1182 addMetadata(I, From); in addMetadata() 2800 Group->addMetadata(NewLoad); in vectorizeInterleaveGroup() 2993 addMetadata(NewSI, SI); in vectorizeMemoryInstruction() 3008 addMetadata(NewLI, LI); in vectorizeMemoryInstruction() 3020 addMetadata(NewLI, LI); in vectorizeMemoryInstruction() 4691 addMetadata(NewGEP, GEP); in widenGEP() 4907 addMetadata(V, &I); in widenInstruction() 4931 addMetadata(C, &I); in widenInstruction() 4960 addMetadata(Cast, &I); in widenInstruction() 5040 addMetadata(V, &I); in widenCallInstruction() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 1296 void InterleaveGroup<InstT>::addMetadata(InstT *NewInst) const { in addMetadata() function in InterleaveGroup 1302 void InterleaveGroup<Instruction>::addMetadata(Instruction *NewInst) const { in addMetadata() function in llvm::InterleaveGroup
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | VectorUtils.h | 680 void addMetadata(InstTy *NewInst) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 236 const MachineInstrBuilder &addMetadata(const MDNode *MD) const { in addMetadata() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 532 GV.addMetadata(LLVMContext::MD_dbg, *DGVE); in upgradeCUVariables() 534 GV.addMetadata(LLVMContext::MD_dbg, *MD); in upgradeCUVariables() 2149 GO.addMetadata(K->second, *MD); in parseGlobalObjectAttachment()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 788 MIB.addMetadata(Var.getVariable()); in emitLoc() 789 MIB.addMetadata(Expr); in emitLoc() 1410 MIB.addMetadata(Var.getVariable()); in emitMOLoc() 1411 MIB.addMetadata(Properties.DIExpr); in emitMOLoc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 110 Fn->addMetadata( in getOrCreateRuntimeFunction() 622 F->addMetadata( in createParallel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 2789 .addMetadata(DI->getVariable()) in fastLowerIntrinsicCall() 2790 .addMetadata(DI->getExpression()); in fastLowerIntrinsicCall()
|