Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h416 bool isZeroExtendingLoad(const MachineInstr &MI) const;
H A DHexagonFrameLowering.cpp2467 else if (HII.isZeroExtendingLoad(MI)) in optimizeSpillSlots()
H A DHexagonInstrInfo.cpp2952 bool HexagonInstrInfo::isZeroExtendingLoad(const MachineInstr &MI) const { in isZeroExtendingLoad() function in HexagonInstrInfo