Lines Matching defs:Add
391 // Iterate over the newly added nodes to add their liveness info.
439 // Add to the end of the Placed list.
944 // Addressing is relative to the stack pointer or to a user pointer. Add
947 // relative to the stack pointer, we need to add the pre-computed max out
970 InstArithmetic *Add =
971 InstArithmetic::create(this, InstArithmetic::Add, Alloca->getDest(),
973 Insts.push_front(Add);
1090 // Add instructions to the head of the entry block in reverse order.
1120 // Check that it's an Arithmetic instruction with an Add operation.
1122 if (Arith == nullptr || Arith->getOp() != InstArithmetic::Add)
1179 /// InstArithmetic is an add of a rematerializable variable and an immediate.
1596 // first and last instruction numbers, and add live range segments for that
1636 // add liveness intervals for it, because variables that are live-in and