Searched refs:getSUBrrOpcode (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp128 static unsigned getSUBrrOpcode(bool IsLP64) { function
295 isSub ? getSUBrrOpcode(Is64Bit) : getADDrrOpcode(Is64Bit);
1057 BuildMI(MBB, MBBI, DL, TII.get(getSUBrrOpcode(Uses64BitFramePtr)), SP)

Completed in 122 milliseconds