Searched refs:PushOpcode (Results 1 – 1 of 1) sorted by relevance
509 unsigned PushOpcode; in adjustCallSequence() local521 PushOpcode = Is64Bit ? X86::PUSH64i32 : X86::PUSH32i; in adjustCallSequence()522 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)).add(PushOp); in adjustCallSequence()549 PushOpcode = Is64Bit ? X86::PUSH64rmm : X86::PUSH32rmm; in adjustCallSequence()550 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)); in adjustCallSequence()558 PushOpcode = Is64Bit ? X86::PUSH64r : X86::PUSH32r; in adjustCallSequence()559 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)) in adjustCallSequence()