Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h167 const SetOfInstructions &getLOHRelated() const { return LOHRelated; } in getLOHRelated()
196 LOHRelated.insert(Args.begin(), Args.end()); in addLOHDirective()
202 SetOfInstructions LOHRelated; variable
/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h159 const SetOfInstructions &getLOHRelated() const { return LOHRelated; } in getLOHRelated()
188 LOHRelated.insert(Args.begin(), Args.end()); in addLOHDirective()
194 SetOfInstructions LOHRelated; variable