/freebsd/contrib/bsnmp/ |
H A D | oid-list | 29 300 BEGEMOT-ACM DLR ACM project 30 303 BEGEMOT-WLINK DLR WLINK simulator 31 304 BEGEMOT-SATX DLR SatX simulator 36 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 | 444 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in ValueEnumerator() local 445 EnumerateMetadata(&F, DLR->getLabel()); in ValueEnumerator() 446 EnumerateMetadata(&F, &*DLR->getDebugLoc()); in ValueEnumerator()
|
H A D | BitcodeWriter.cpp | 3631 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in writeFunction() local 3632 Vals.push_back(VE.getMetadataID(&*DLR->getDebugLoc())); in writeFunction() 3633 Vals.push_back(VE.getMetadataID(DLR->getLabel())); in writeFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 545 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in remapDbgRecord() local 547 DLR->setLabel(cast<DILabel>(mapMetadata(DLR->getLabel()))); in remapDbgRecord()
|
H A D | CodeExtractor.cpp | 1625 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in fixupDebugInfoPostExtraction() local 1626 UpdateDbgLabel(DLR); in fixupDebugInfoPostExtraction()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 1169 DbgLabelRecord *DLR = new DbgLabelRecord(LabelInfo, DL); in insertLabel() local 1171 InsertBB->insertDbgRecordBefore(DLR, InsertBefore->getIterator()); in insertLabel() 1173 InsertBB->insertDbgRecordBefore(DLR, InsertBB->end()); in insertLabel() 1174 return DLR; in insertLabel()
|
H A D | Verifier.cpp | 542 void visit(DbgLabelRecord &DLR); 695 } else if (auto *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in visitDbgRecords() local 696 visit(*DLR); in visitDbgRecords() 6388 void Verifier::visit(DbgLabelRecord &DLR) { in visit() argument 6389 CheckDI(isa<DILabel>(DLR.getRawLabel()), in visit() 6390 "invalid #dbg_label intrinsic variable", &DLR, DLR.getRawLabel()); in visit() 6393 if (MDNode *N = DLR.getDebugLoc().getAsMDNode()) in visit() 6397 BasicBlock *BB = DLR.getParent(); in visit() 6401 DILabel *Label = DLR.getLabel(); in visit() 6402 DILocation *Loc = DLR.getDebugLoc(); in visit() [all …]
|
H A D | AsmWriter.cpp | 1161 } else if (const DbgLabelRecord *DLR = dyn_cast<const DbgLabelRecord>(&DR)) { in processDbgRecordMetadata() local 1162 CreateMetadataSlot(DLR->getRawLabel()); in processDbgRecordMetadata() 2756 void printDbgLabelRecord(const DbgLabelRecord &DLR); 4670 else if (auto *DLR = dyn_cast<DbgLabelRecord>(&DR)) in printDbgRecord() local 4671 printDbgLabelRecord(*DLR); in printDbgRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1208 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in handleDbgInfo() local 1209 assert(DLR->getLabel() && "Missing label"); in handleDbgInfo() 1211 LLVM_DEBUG(dbgs() << "Dropping debug info for " << *DLR << "\n"); in handleDbgInfo() 1215 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DLR->getDebugLoc(), in handleDbgInfo() 1217 .addMetadata(DLR->getLabel()); in handleDbgInfo()
|
H A D | SelectionDAGBuilder.cpp | 1271 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in visitDbgInfo() local 1272 assert(DLR->getLabel() && "Missing label"); in visitDbgInfo() 1274 DAG.getDbgLabel(DLR->getLabel(), DLR->getDebugLoc(), SDNodeOrder); in visitDbgInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 3457 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in translateDbgInfo() local 3458 MIRBuilder.setDebugLoc(DLR->getDebugLoc()); in translateDbgInfo() 3459 assert(DLR->getLabel() && "Missing label"); in translateDbgInfo() 3460 assert(DLR->getLabel()->isValidLocationForIntrinsic( in translateDbgInfo() 3463 MIRBuilder.buildDbgLabel(DLR->getLabel()); in translateDbgInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.td | 1468 def DLR : BinaryRRE<"dlr", 0xB997, null_frag, GR128, GR32>; 1488 (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 | SystemZScheduleZ16.td | 514 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$")>;
|