Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp505 unsigned PushOpcode; in adjustCallSequence() local
517 PushOpcode = Is64Bit ? X86::PUSH64i32 : X86::PUSHi32; in adjustCallSequence()
525 PushOpcode = Is64Bit ? X86::PUSH64i8 : X86::PUSH32i8; in adjustCallSequence()
527 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)).add(PushOp); in adjustCallSequence()
553 PushOpcode = Is64Bit ? X86::PUSH64rmm : X86::PUSH32rmm; in adjustCallSequence()
554 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)); in adjustCallSequence()
562 PushOpcode = Is64Bit ? X86::PUSH64r : X86::PUSH32r; in adjustCallSequence()
563 Push = BuildMI(MBB, Context.Call, DL, TII->get(PushOpcode)) in adjustCallSequence()