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

  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 53 int FrameAddrIndex = 0;
133 int getFAIndex() const { return FrameAddrIndex; }
134 void setFAIndex(int Index) { FrameAddrIndex = Index; }
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 53 int FrameAddrIndex = 0;
133 int getFAIndex() const { return FrameAddrIndex; }
134 void setFAIndex(int Index) { FrameAddrIndex = Index; }
X86ISelLowering.cpp     [all...]

Completed in 481 milliseconds