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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 59 const uint8_t AllocationPriority;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.h 334 uint8_t AllocationPriority;
CodeGenRegisters.cpp 801 int AllocationPriority = R->getValueAsInt("AllocationPriority");
802 if (AllocationPriority < 0 || AllocationPriority > 63)
803 PrintFatalError(R->getLoc(), "AllocationPriority out of range [0,63]");
804 this->AllocationPriority = AllocationPriority;
814 CopyCost(0), Allocatable(true), AllocationPriority(0) {
838 AllocationPriority = Super.AllocationPriority;
    [all...]

Completed in 19 milliseconds