Home
last modified time | relevance | path

Searched refs:getSubOpcode (Results 1 – 3 of 3) 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()
/external/llvm-project/llvm/lib/Target/X86/
DX86WinAllocaExpander.cpp192 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/
DX86WinAllocaExpander.cpp191 static unsigned getSubOpcode(bool Is64Bit, int64_t Amount) { in getSubOpcode() function
239 TII->get(getSubOpcode(Is64BitAlloca, Amount)), StackPtr) in lower()