Searched refs:getSubOpcode (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86WinAllocaExpander.cpp | 195 static unsigned getSubOpcode(bool Is64Bit, int64_t Amount) { in getSubOpcode() function 236 BuildMI(*MBB, I, DL, TII->get(getSubOpcode(Is64Bit, Amount)), StackPtr) in lower()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86WinAllocaExpander.cpp | 196 static unsigned getSubOpcode(bool Is64Bit, int64_t Amount) { in getSubOpcode() function 238 BuildMI(*MBB, I, DL, TII->get(getSubOpcode(Is64Bit, Amount)), StackPtr) in lower()
|