HomeSort by relevance Sort by last modified time
    Searched refs:spillImpossible (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocFast.cpp 131 spillImpossible = ~0u
423 // Returns spillImpossible when PhysReg or an alias can't be spilled.
427 return spillImpossible;
437 return spillImpossible;
448 return spillImpossible;
456 return spillImpossible;
515 unsigned BestReg = 0, BestCost = spillImpossible;
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 149 spillImpossible = ~0u
456 // Returns spillImpossible when PhysReg or an alias can't be spilled.
460 return spillImpossible;
470 return spillImpossible;
490 return spillImpossible;
566 unsigned BestReg = 0, BestCost = spillImpossible;
    [all...]

Completed in 336 milliseconds