Home
last modified time | relevance | path

Searched refs:DLR (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/bsnmp/
H A Doid-list44 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 Dtddmcmnapi.c812 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 DValueEnumerator.cpp447 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 DBitcodeWriter.cpp3796 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 DValueMapper.cpp549 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in remapDbgRecord() local
551 DLR->setLabel(cast<DILabel>(mapMetadata(DLR->getLabel()))); in remapDbgRecord()
H A DCodeExtractor.cpp1361 if (DbgLabelRecord *DLR = dyn_cast<DbgLabelRecord>(&DR)) { in fixupDebugInfoPostExtraction() local
1362 UpdateDbgLabel(DLR); in fixupDebugInfoPostExtraction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp551 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 DDIBuilder.cpp1189 DbgLabelRecord *DLR = new DbgLabelRecord(LabelInfo, DL); in insertLabel() local
1192 BB->insertDbgRecordBefore(DLR, InsertPt); in insertLabel()
1194 return DLR; in insertLabel()
H A DAsmWriter.cpp1225 } 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 DFastISel.cpp1205 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 DSelectionDAGBuilder.cpp1264 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 DIRTranslator.cpp3608 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 DSystemZInstrInfo.td1494 def DLR : BinaryRRE<"dlr", 0xB997, null_frag, GR128, GR32>;
1514 (DLR (ZEXT128 (INSERT_SUBREG (i64 (IMPLICIT_DEF)), GR32:$src1,
H A DSystemZScheduleZ13.td490 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;
H A DSystemZScheduleZ17.td517 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;
H A DSystemZScheduleZ15.td514 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;
H A DSystemZScheduleZ14.td499 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;
H A DSystemZScheduleZ16.td514 def : InstRW<[WLat20, FXa4, GroupAlone], (instregex "DLR$")>;