Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86WinAllocaExpander.cpp195 static unsigned getSubOpcode(bool Is64Bit, int64_t Amount) { in getSubOpcode() function
236 BuildMI(*MBB, I, DL, TII->get(getSubOpcode(Is64Bit, Amount)), StackPtr) in lower()