Lines Matching refs:IsTailCall
1795 bool IsTailCall = isTailCall(Inst); in convertIndirectCallToLoad() local
1796 if (IsTailCall) in convertIndirectCallToLoad()
1799 (Inst.getOpcode() == X86::JMP32m && IsTailCall)) { in convertIndirectCallToLoad()
1805 (Inst.getOpcode() == X86::JMP32r && IsTailCall)) { in convertIndirectCallToLoad()
3026 bool IsTailCall) override { in createDirectCall() argument
3028 Inst.setOpcode(IsTailCall ? X86::JMP_4 : X86::CALL64pcrel32); in createDirectCall()
3031 if (IsTailCall) in createDirectCall()
3037 MCContext *Ctx, bool IsTailCall) override { in createShortJmp() argument
3043 if (IsTailCall) in createShortJmp()
3421 const bool IsTailCall = isTailCall(CallInst); in indirectCallPromotion() local
3581 CallOrJmp.setOpcode(IsTailCall ? X86::JMP32r : X86::CALL64r); in indirectCallPromotion()
3584 CallOrJmp.setOpcode(IsTailCall ? X86::JMP_4 : X86::CALL64pcrel32); in indirectCallPromotion()
3592 if (IsTailCall) in indirectCallPromotion()
3613 if (!IsTailCall) { in indirectCallPromotion()
3636 if (!IsTailCall && !IsJumpTable) { in indirectCallPromotion()