Searched refs:PushOpcode (Results 1 – 1 of 1) sorted by relevance
511 unsigned PushOpcode; in adjustCallSequence() local523 PushOpcode = Is64Bit ? X86::PUSH64i32 : X86::PUSH32i; in adjustCallSequence()524 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)).add(PushOp); in adjustCallSequence()551 PushOpcode = Is64Bit ? X86::PUSH64rmm : X86::PUSH32rmm; in adjustCallSequence()552 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)); in adjustCallSequence()560 PushOpcode = Is64Bit ? X86::PUSH64r : X86::PUSH32r; in adjustCallSequence()561 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)) in adjustCallSequence()