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

  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 615 AArch64FunctionInfo &AArch64FI,
631 AArch64FI.addLOHDirective(MCLOH_AdrpAdrp, {L2, L1});
733 AArch64FunctionInfo &AArch64FI,
765 AArch64FI.addLOHDirective(
775 AArch64FunctionInfo &AArch64FI, const MapRegToId &RegToId,
    [all...]
AArch64AsmPrinter.cpp 57 SM(*this), AArch64FI(nullptr) {}
86 AArch64FI = F.getInfo<AArch64FunctionInfo>();
111 AArch64FunctionInfo *AArch64FI;
113 /// \brief Emit the LOHs contained in AArch64FI.
143 for (const auto &D : AArch64FI->getLOHContainer()) {
156 if (!AArch64FI->getLOHRelated().empty())
466 if (AArch64FI->getLOHRelated().count(MI)) {

Completed in 181 milliseconds