Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h411 bool isZeroExtendingLoad(const MachineInstr &MI) const;
H A DHexagonFrameLowering.cpp2516 else if (HII.isZeroExtendingLoad(MI)) in optimizeSpillSlots()
H A DHexagonInstrInfo.cpp2885 bool HexagonInstrInfo::isZeroExtendingLoad(const MachineInstr &MI) const { in isZeroExtendingLoad() function in HexagonInstrInfo