Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp77 bool isFixedInstr(const MachineInstr *MI) const;
151 bool HexagonSplitDoubleRegs::isFixedInstr(const MachineInstr *MI) const { in isFixedInstr() function in HexagonSplitDoubleRegs
230 if (!DefI || isFixedInstr(DefI)) in partitionRegisters()
245 if (isFixedInstr(UseI)) in partitionRegisters()
406 if (isFixedInstr(UseI)) { in isProfitable()
1132 if (isFixedInstr(MI)) { in splitPartition()