HomeSort by relevance Sort by last modified time
    Searched defs:AllocationPriority (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 71 const uint8_t AllocationPriority;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 309 uint8_t AllocationPriority;
CodeGenRegisters.cpp 714 int AllocationPriority = R->getValueAsInt("AllocationPriority");
715 if (AllocationPriority < 0 || AllocationPriority > 63)
716 PrintFatalError(R->getLoc(), "AllocationPriority out of range [0,63]");
717 this->AllocationPriority = AllocationPriority;
734 AllocationPriority(0) {
754 AllocationPriority = Super.AllocationPriority;
    [all...]

Completed in 215 milliseconds