Home
last modified time | relevance | path

Searched refs:MILOHDirective (Results 1 – 2 of 2) sorted by relevance

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