Searched defs:RegisterInfo (Results 1 – 8 of 8) sorted by relevance
123 struct RegisterInfo struct in otbr::TrelDnssd::TrelDnssd125 uint16_t mPort = 0;126 Mdns::Publisher::TxtData mTxtData;127 std::string mInstanceName;129 bool IsValid(void) const { return mPort > 0; } in IsValid()130 bool IsPublished(void) const { return !mInstanceName.empty(); } in IsPublished()
50 struct RegisterInfo { struct51 mask_t read_mask; /* bitmask of nodes which have to be scheduled before the next write. */52 int8_t latency; /* estimated latency of last register write. */53 uint8_t direct_dependency : 4; /* node that has to be scheduled before any other access. */54 uint8_t has_direct_dependency : 1; /* whether there is an unscheduled direct dependency. */55 uint8_t padding : 3;
26 const LanaiRegisterInfo RegisterInfo; variable
83 RegisterInfo section in LLVM BackEnds
199 pub enum RegisterInfo<'a> { enum
202 MCRegisterInfo *RegisterInfo = TheTarget->createMCRegInfo(TheTriple); in loadGenericTargetInfo() local