Searched refs:getSubOpcode (Results 1 – 3 of 3) 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/llvm-project/llvm/lib/Target/X86/ |
D | X86WinAllocaExpander.cpp | 192 static unsigned getSubOpcode(bool Is64Bit, int64_t Amount) { in getSubOpcode() function 240 TII->get(getSubOpcode(Is64BitAlloca, Amount)), StackPtr) in lower()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinAllocaExpander.cpp | 191 static unsigned getSubOpcode(bool Is64Bit, int64_t Amount) { in getSubOpcode() function 239 TII->get(getSubOpcode(Is64BitAlloca, Amount)), StackPtr) in lower()
|