Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp97 bool isFixedInstr(const MachineInstr *MI) const;
161 bool HexagonSplitDoubleRegs::isFixedInstr(const MachineInstr *MI) const { in isFixedInstr() function in HexagonSplitDoubleRegs
239 if (!DefI || isFixedInstr(DefI)) in partitionRegisters()
254 if (isFixedInstr(UseI)) in partitionRegisters()
438 if (isFixedInstr(UseI)) { in isProfitable()
1154 if (isFixedInstr(MI)) { in splitPartition()