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

  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 159 const SetOfInstructions &getLOHRelated() const { return LOHRelated; }
AArch64AsmPrinter.cpp 156 if (!AArch64FI->getLOHRelated().empty())
466 if (AArch64FI->getLOHRelated().count(MI)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 167 const SetOfInstructions &getLOHRelated() const { return LOHRelated; }
AArch64AsmPrinter.cpp 231 if (!AArch64FI->getLOHRelated().empty())
554 if (AArch64FI->getLOHRelated().count(MI)) {
AArch64InstrInfo.cpp     [all...]

Completed in 468 milliseconds