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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 540 // approximate the spare room in the packet that could be filled with the
542 auto TotalCount = [] (const MachineBasicBlock *B, unsigned &Spare) {
550 Spare += HEXAGON_PACKET_SIZE-T;
553 unsigned Spare = 0;
554 unsigned TotalIn = TotalCount(FP.TrueB, Spare) + TotalCount(FP.FalseB, Spare);
557 << TotalIn << ", spare room: " << Spare << "\n");
558 if (TotalIn >= SizeLimit+Spare)
586 if (TotalIn+TotalPh >= SizeLimit+Spare)
    [all...]
HexagonEarlyIfConv.cpp 540 // approximate the spare room in the packet that could be filled with the
542 auto TotalCount = [] (const MachineBasicBlock *B, unsigned &Spare) {
550 Spare += HEXAGON_PACKET_SIZE-T;
553 unsigned Spare = 0;
554 unsigned TotalIn = TotalCount(FP.TrueB, Spare) + TotalCount(FP.FalseB, Spare);
557 << TotalIn << ", spare room: " << Spare << "\n");
558 if (TotalIn >= SizeLimit+Spare)
586 if (TotalIn+TotalPh >= SizeLimit+Spare)
    [all...]
  /src/sys/arch/prep/include/
residual.h 188 unsigned char Spare;
residual.h 188 unsigned char Spare;

Completed in 32 milliseconds