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

  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 162 class MILOHDirective {
171 MILOHDirective(MCLOHType Kind, LOHArgs Args)
180 typedef MILOHDirective::LOHArgs MILOHArgs;
181 typedef SmallVector<MILOHDirective, 32> MILOHContainer;
187 LOHContainerSet.push_back(MILOHDirective(Kind, Args));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 170 class MILOHDirective {
179 MILOHDirective(MCLOHType Kind, LOHArgs Args)
188 using MILOHArgs = MILOHDirective::LOHArgs;
189 using MILOHContainer = SmallVector<MILOHDirective, 32>;
195 LOHContainerSet.push_back(MILOHDirective(Kind, Args));

Completed in 156 milliseconds