Home
last modified time | relevance | path

Searched defs:DomainValue (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DExecutionDomainFix.h52 struct DomainValue { struct
56 /// Bitmask of available domains. For an open DomainValue, it is the still argument
61 /// Pointer to the next DomainValue in a chain. When two DomainValues are argument
64 DomainValue *Next; argument
69 DomainValue() { clear(); } in DomainValue() function
73 bool isCollapsed() const { return Instrs.empty(); } in isCollapsed()
99 /// Clear this DomainValue and point to next which has all its data. argument
108 SpecificBumpPtrAllocator<DomainValue> Allocator; argument