HomeSort by: relevance | last modified time | path
    Searched defs:Unavailable (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
ResourceManager.h 30 /// available slots in the buffer. A processor resource is unavailable if it
59 /// processor resource with multiple units has become unavailable.
204 bool Unavailable;
226 bool isReserved() const { return Unavailable; }
228 void setReserved() { Unavailable = true; }
229 void clearReserved() { Unavailable = false; }
365 // Set of unavailable scheduler buffer resources. This is used internally to
369 // Set of dispatch hazard buffer resources that are currently unavailable.
423 // this cycle. It returns a non-zero mask value only if there are unavailable
ResourceManager.h 30 /// available slots in the buffer. A processor resource is unavailable if it
59 /// processor resource with multiple units has become unavailable.
204 bool Unavailable;
226 bool isReserved() const { return Unavailable; }
228 void setReserved() { Unavailable = true; }
229 void clearReserved() { Unavailable = false; }
365 // Set of unavailable scheduler buffer resources. This is used internally to
369 // Set of dispatch hazard buffer resources that are currently unavailable.
423 // this cycle. It returns a non-zero mask value only if there are unavailable
  /src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
ResourceManager.cpp 77 Unavailable = false;
100 << ", Reserved=" << Unavailable << '\n';
ResourceManager.cpp 77 Unavailable = false;
100 << ", Reserved=" << Unavailable << '\n';
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 59 Unavailable = 0 // (memset to all zeros)
119 /// Forces a function to be marked as unavailable.
121 setState(F, Unavailable);
300 /// Forces a function to be marked as unavailable.
307 return TargetLibraryInfoImpl::Unavailable;
313 return getState(F) != TargetLibraryInfoImpl::Unavailable;
328 if (getState(F) == TargetLibraryInfoImpl::Unavailable)
360 if (State == TargetLibraryInfoImpl::Unavailable)
TargetLibraryInfo.h 59 Unavailable = 0 // (memset to all zeros)
119 /// Forces a function to be marked as unavailable.
121 setState(F, Unavailable);
300 /// Forces a function to be marked as unavailable.
307 return TargetLibraryInfoImpl::Unavailable;
313 return getState(F) != TargetLibraryInfoImpl::Unavailable;
328 if (getState(F) == TargetLibraryInfoImpl::Unavailable)
360 if (State == TargetLibraryInfoImpl::Unavailable)
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
MachOPlatform.cpp 33 enum class ObjCRegistrationAPI { Uninitialized, Unavailable, Initialized };
63 ObjCRegistrationAPIState = ObjCRegistrationAPI::Unavailable;
MachOPlatform.cpp 33 enum class ObjCRegistrationAPI { Uninitialized, Unavailable, Initialized };
63 ObjCRegistrationAPIState = ObjCRegistrationAPI::Unavailable;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 701 Unavailable = 0,
707 /// available, this would have been cleaned up into an Unavailable.
746 if (State == AvailabilityState::Unavailable) {
761 // If we have exhausted our budget, mark this block as unavailable.
765 State = AvailabilityState::Unavailable;
784 // (the Unavailable and Available states are fixpoints)
791 case AvailabilityState::Unavailable:
807 // Okay, we have encountered an unavailable block.
809 // unavailable as well. Paths are terminated when they reach blocks not in
815 AvailabilityState::Unavailable);
    [all...]
GVN.cpp 701 Unavailable = 0,
707 /// available, this would have been cleaned up into an Unavailable.
746 if (State == AvailabilityState::Unavailable) {
761 // If we have exhausted our budget, mark this block as unavailable.
765 State = AvailabilityState::Unavailable;
784 // (the Unavailable and Available states are fixpoints)
791 case AvailabilityState::Unavailable:
807 // Okay, we have encountered an unavailable block.
809 // unavailable as well. Paths are terminated when they reach blocks not in
815 AvailabilityState::Unavailable);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 123 * it being deprecated or unavailable.
2906 * Whether the entity is unconditionally unavailable on this platform.
2908 int Unavailable;
2930 * entity is unavailable on all platforms.
Index.h 123 * it being deprecated or unavailable.
2906 * Whether the entity is unconditionally unavailable on this platform.
2908 int Unavailable;
2930 * entity is unavailable on all platforms.

Completed in 59 milliseconds