Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h288 class MILOHDirective {
297 MILOHDirective(MCLOHType Kind, LOHArgs Args) in MILOHDirective() function
306 using MILOHArgs = MILOHDirective::LOHArgs;
307 using MILOHContainer = SmallVector<MILOHDirective, 32>;
313 LOHContainerSet.push_back(MILOHDirective(Kind, Args)); in addLOHDirective()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h316 class MILOHDirective {
325 MILOHDirective(MCLOHType Kind, LOHArgs Args) in MILOHDirective() function
334 using MILOHArgs = MILOHDirective::LOHArgs;
335 using MILOHContainer = SmallVector<MILOHDirective, 32>;
341 LOHContainerSet.push_back(MILOHDirective(Kind, Args)); in addLOHDirective()