Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp307 std::bitset<NumDomains> LegalDstDomains; member in __anond9661d290111::Closure
316 LegalDstDomains.set(D); in Closure()
320 void setAllIllegal() { LegalDstDomains.reset(); } in setAllIllegal()
323 bool hasLegalDstDomain() const { return LegalDstDomains.any(); } in hasLegalDstDomain()
326 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } in isLegal()
329 void setIllegal(RegDomain RD) { LegalDstDomains[RD] = false; } in setIllegal()