reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonFrameLowering.cpp
 2065       bool Load = HII.isLoadFromStackSlot(In, LFI) && !HII.isPredicated(In);
 2065       bool Load = HII.isLoadFromStackSlot(In, LFI) && !HII.isPredicated(In);
 2066       bool Store = HII.isStoreToStackSlot(In, SFI) && !HII.isPredicated(In);
 2066       bool Store = HII.isStoreToStackSlot(In, SFI) && !HII.isPredicated(In);
 2081         unsigned AM = HII.getAddrMode(In);
 2087           auto *RC = HII.getRegClass(In.getDesc(), OpNum, &HRI, MF);
 2096           unsigned S = HII.getMemAccessSize(In);
 2255         auto *RC = HII.getRegClass(SI.getDesc(), 2, &HRI, MF);
 2275           CopyIn = BuildMI(B, StartIt, DL, HII.get(TargetOpcode::COPY), FoundR)
 2300           if (!HII.isLoadFromStackSlot(MI, TFI) || TFI != FI)
 2307             unsigned MemSize = HII.getMemAccessSize(MI);
 2308             assert(HII.getAddrMode(MI) == HexagonII::BaseImmOffset);
 2310             if (HII.isSignExtendingLoad(MI))
 2312             else if (HII.isZeroExtendingLoad(MI))
 2314             CopyOut = BuildMI(B, It, DL, HII.get(CopyOpc), DstR)