Home
last modified time | relevance | path

Searched refs:PushOpcode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp511 unsigned PushOpcode; in adjustCallSequence() local
523 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()