Lines Matching refs:Ret
1133 /// X86SelectRet - Select and emit code to implement ret instructions.
1135 const ReturnInst *Ret = cast<ReturnInst>(I);
1162 // Don't handle popping bytes if they don't fit the ret's immediate.
1178 if (Ret->getNumOperands() > 0) {
1187 const Value *RV = Ret->getOperand(0);
1265 // Now emit the RET.
3409 case Instruction::Ret: