Lines Matching defs:from
10 // This file defines the pass which converts floating point instructions from
239 /// freeStackSlotAfter - Free the specified register from the register
343 /// registers live-out from a block is identical to the live-in set of all
460 << " derived from " << MBB->getName() << ".\n");
499 << " derived from " << MBB->getName() << ".\n");
536 uint16_t from;
538 bool operator<(const TableEntry &TE) const { return from < TE.from; }
540 return TE.from < V;
544 return V < TE.from;
559 if (I != Table+N && I->from == Opcode)
810 /// freeStackSlotAfter - Free the specified register from the register stack, so
910 // Move items into place, starting from the desired stack bottom.
962 // Change from the pseudo instruction to the concrete instruction.
1007 // Convert from the pseudo instruction to the concrete instruction.
1025 /// handleOneArgFPRW: Handle instructions that read from the top of stack and
1058 // Change from the pseudo instruction to the concrete instruction.
1257 // Change from the pseudo instruction to the concrete instruction.
1282 // Change from the pseudo instruction to the concrete instruction.
1288 // If we kill the second operand, make sure to pop it from the stack.
1376 // only tell clobbers from defs by looking at the asm descriptor.
1425 // Defs must be contiguous from the stack top. ST0-STn.
1464 // If we kill this operand, make sure to pop it from the stack after the
1591 // ST(0) already, so just declare success by removing the value from the
1630 /// ST(1). Just remove both from our understanding of the stack and return.