Home
last modified time | relevance | path

Searched refs:getAlignaInstr (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h104 const MachineInstr *getAlignaInstr(const MachineFunction &MF) const;
H A DHexagonFrameLowering.cpp1389 if (const MachineInstr *AI = getAlignaInstr(MF)) in processFunctionBeforeFrameFinalized()
2399 const MachineInstr *HexagonFrameLowering::getAlignaInstr( in getAlignaInstr() function in HexagonFrameLowering