HomeSort by relevance Sort by last modified time
    Searched refs:BytesToPopOnReturn (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86MachineFunctionInfo.h 34 /// BytesToPopOnReturn - Number of bytes function pops on return (in addition
37 unsigned BytesToPopOnReturn;
71 BytesToPopOnReturn(0),
85 BytesToPopOnReturn(0),
102 unsigned getBytesToPopOnReturn() const { return BytesToPopOnReturn; }
103 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;}
  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 44 /// BytesToPopOnReturn - Number of bytes function pops on return (in addition
47 unsigned BytesToPopOnReturn = 0;
127 unsigned getBytesToPopOnReturn() const { return BytesToPopOnReturn; }
128 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 44 /// BytesToPopOnReturn - Number of bytes function pops on return (in addition
47 unsigned BytesToPopOnReturn = 0;
127 unsigned getBytesToPopOnReturn() const { return BytesToPopOnReturn; }
128 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;}

Completed in 50 milliseconds