| /freebsd/contrib/bsnmp/ |
| H A D | oid-list | 44 300 BEGEMOT-ACM DLR ACM project 45 303 BEGEMOT-WLINK DLR WLINK simulator 46 304 BEGEMOT-SATX DLR SatX simulator 54 500 DLR-MOSAKA DLR Mosaka simulation platform
|
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tddmcmnapi.c | 812 bit32 DLR = 0xA; in tddmReportDevice() local 1036 DLR = DEVINFO_GET_LINKRATE(dmDeviceInfo); in tddmReportDevice() 1037 param = DLR << 28; in tddmReportDevice() 1038 TI_DBG1(("tddmReportDevice: option 0x%x param 0x%x DLR 0x%x\n", option, param, DLR)); in tddmReportDevice()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 447 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in ValueEnumerator() local 448 EnumerateMetadata(&F, DLR->getLabel()); in ValueEnumerator() 449 EnumerateMetadata(&F, &*DLR->getDebugLoc()); in ValueEnumerator()
|
| H A D | BitcodeWriter.cpp | 3796 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in writeFunction() local 3797 Vals.push_back(VE.getMetadataID(&*DLR->getDebugLoc())); in writeFunction() 3798 Vals.push_back(VE.getMetadataID(DLR->getLabel())); in writeFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 549 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in remapDbgRecord() local 551 DLR->setLabel(cast<DILabel>(mapMetadata(DLR->getLabel()))); in remapDbgRecord()
|
| H A D | CodeExtractor.cpp | 1361 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in fixupDebugInfoPostExtraction() local 1362 UpdateDbgLabel(DLR); in fixupDebugInfoPostExtraction()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 551 void visit(DbgLabelRecord &DLR); 704 } else if (auto *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in visitDbgRecords() local 705 visit(*DLR); in visitDbgRecords() 6750 void Verifier::visit(DbgLabelRecord &DLR) { in visit() argument 6751 CheckDI(isa<DILabel>(DLR.getRawLabel()), in visit() 6752 "invalid #dbg_label intrinsic variable", &DLR, DLR.getRawLabel()); in visit() 6755 if (MDNode *N = DLR.getDebugLoc().getAsMDNode()) in visit() 6759 BasicBlock *BB = DLR.getParent(); in visit() 6763 DILabel *Label = DLR.getLabel(); in visit() 6764 DILocation *Loc = DLR.getDebugLoc(); in visit() [all …]
|
| H A D | DIBuilder.cpp | 1189 DbgLabelRecord *DLR = new DbgLabelRecord(LabelInfo, DL); in insertLabel() local 1192 BB->insertDbgRecordBefore(DLR, InsertPt); in insertLabel() 1194 return DLR; in insertLabel()
|
| H A D | AsmWriter.cpp | 1225 } else if (const DbgLabelRecord *DLR = dyn_cast<const DbgLabelRecord>(&DR)) { in processDbgRecordMetadata() local 1226 CreateMetadataSlot(DLR->getRawLabel()); in processDbgRecordMetadata() 2919 void printDbgLabelRecord(const DbgLabelRecord &DLR); 4862 else if (auto *DLR = dyn_cast<DbgLabelRecord>(&DR)) in printDbgRecord() local 4863 printDbgLabelRecord(*DLR); in printDbgRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1205 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in handleDbgInfo() local 1206 assert(DLR->getLabel() && "Missing label"); in handleDbgInfo() 1207 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DLR->getDebugLoc(), in handleDbgInfo() 1209 .addMetadata(DLR->getLabel()); in handleDbgInfo()
|
| H A D | SelectionDAGBuilder.cpp | 1264 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in visitDbgInfo() local 1265 assert(DLR->getLabel() && "Missing label"); in visitDbgInfo() 1267 DAG.getDbgLabel(DLR->getLabel(), DLR->getDebugLoc(), SDNodeOrder); in visitDbgInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 3608 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in translateDbgInfo() local 3609 MIRBuilder.setDebugLoc(DLR->getDebugLoc()); in translateDbgInfo() 3610 assert(DLR->getLabel() && "Missing label"); in translateDbgInfo() 3611 assert(DLR->getLabel()->isValidLocationForIntrinsic( in translateDbgInfo() 3614 MIRBuilder.buildDbgLabel(DLR->getLabel()); in translateDbgInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 1494 def DLR : BinaryRRE<"dlr", 0xB997, null_frag, GR128, GR32>; 1514 (DLR (ZEXT128 (INSERT_SUBREG (i64 (IMPLICIT_DEF)), GR32:$src1,
|
| H A D | SystemZScheduleZ13.td | 490 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;
|
| H A D | SystemZScheduleZ17.td | 517 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;
|
| H A D | SystemZScheduleZ15.td | 514 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;
|
| H A D | SystemZScheduleZ14.td | 499 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;
|
| H A D | SystemZScheduleZ16.td | 514 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;
|