Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp309 std::bitset<NumDomains> LegalDstDomains; member in __anon585a35120111::Closure
318 LegalDstDomains.set(D); in Closure()
322 void setAllIllegal() { LegalDstDomains.reset(); } in setAllIllegal()
325 bool hasLegalDstDomain() const { return LegalDstDomains.any(); } in hasLegalDstDomain()
328 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } in isLegal()
331 void setIllegal(RegDomain RD) { LegalDstDomains[RD] = false; } in setIllegal()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp307 std::bitset<NumDomains> LegalDstDomains; member in __anon5d64056f0111::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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp309 std::bitset<NumDomains> LegalDstDomains; member in __anonfe13a4370111::Closure
318 LegalDstDomains.set(D); in Closure()
322 void setAllIllegal() { LegalDstDomains.reset(); } in setAllIllegal()
325 bool hasLegalDstDomain() const { return LegalDstDomains.any(); } in hasLegalDstDomain()
328 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } in isLegal()
331 void setIllegal(RegDomain RD) { LegalDstDomains[RD] = false; } in setIllegal()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86DomainReassignment.cpp309 std::bitset<NumDomains> LegalDstDomains; member in __anonc02d730f0111::Closure
318 LegalDstDomains.set(D); in Closure()
322 void setAllIllegal() { LegalDstDomains.reset(); } in setAllIllegal()
325 bool hasLegalDstDomain() const { return LegalDstDomains.any(); } in hasLegalDstDomain()
328 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } in isLegal()
331 void setIllegal(RegDomain RD) { LegalDstDomains[RD] = false; } in setIllegal()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86DomainReassignment.cpp307 std::bitset<NumDomains> LegalDstDomains; member in __anon1ee56ac50111::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()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp307 std::bitset<NumDomains> LegalDstDomains; member in __anonbf3741210111::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()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86DomainReassignment.cpp309 std::bitset<NumDomains> LegalDstDomains; member in __anon93dad0510111::Closure
318 LegalDstDomains.set(D); in Closure()
322 void setAllIllegal() { LegalDstDomains.reset(); } in setAllIllegal()
325 bool hasLegalDstDomain() const { return LegalDstDomains.any(); } in hasLegalDstDomain()
328 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } in isLegal()
331 void setIllegal(RegDomain RD) { LegalDstDomains[RD] = false; } in setIllegal()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp307 std::bitset<NumDomains> LegalDstDomains; member in __anona86089e40111::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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp309 std::bitset<NumDomains> LegalDstDomains; member in __anon0a688a9a0111::Closure
318 LegalDstDomains.set(D); in Closure()
322 void setAllIllegal() { LegalDstDomains.reset(); } in setAllIllegal()
325 bool hasLegalDstDomain() const { return LegalDstDomains.any(); } in hasLegalDstDomain()
328 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } in isLegal()
331 void setIllegal(RegDomain RD) { LegalDstDomains[RD] = false; } in setIllegal()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp307 std::bitset<NumDomains> LegalDstDomains; member in __anon7ac5b2a20111::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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp307 std::bitset<NumDomains> LegalDstDomains; member in __anon7656d4370111::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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp307 std::bitset<NumDomains> LegalDstDomains; member in __anone94ff4c20111::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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp307 std::bitset<NumDomains> LegalDstDomains; member in __anon631eacb50111::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()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp307 std::bitset<NumDomains> LegalDstDomains; member in __anond26f68a30111::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()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86DomainReassignment.cpp309 std::bitset<NumDomains> LegalDstDomains; member in __anon79dc214f0111::Closure
318 LegalDstDomains.set(D); in Closure()
322 void setAllIllegal() { LegalDstDomains.reset(); } in setAllIllegal()
325 bool hasLegalDstDomain() const { return LegalDstDomains.any(); } in hasLegalDstDomain()
328 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } in isLegal()
331 void setIllegal(RegDomain RD) { LegalDstDomains[RD] = false; } in setIllegal()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86DomainReassignment.cpp310 std::bitset<NumDomains> LegalDstDomains;
319 LegalDstDomains.set(D);
323 void setAllIllegal() { LegalDstDomains.reset(); }
326 bool hasLegalDstDomain() const { return LegalDstDomains.any(); }
329 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; }
332 void setIllegal(RegDomain RD) { LegalDstDomains[RD] = false; }
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86DomainReassignment.cpp314 std::bitset<NumDomains> LegalDstDomains; member in __anond28166cb0111::Closure
323 LegalDstDomains.set(D); in Closure()
327 void setAllIllegal() { LegalDstDomains.reset(); } in setAllIllegal()
330 bool hasLegalDstDomain() const { return LegalDstDomains.any(); } in hasLegalDstDomain()
333 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } in isLegal()
336 void setIllegal(RegDomain RD) { LegalDstDomains[RD] = false; } in setIllegal()