Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp76 bool isFixedInstr(const MachineInstr *MI) const;
138 bool HexagonSplitDoubleRegs::isFixedInstr(const MachineInstr *MI) const { in isFixedInstr() function in HexagonSplitDoubleRegs
217 if (!DefI || isFixedInstr(DefI)) in partitionRegisters()
232 if (isFixedInstr(UseI)) in partitionRegisters()
393 if (isFixedInstr(UseI)) { in isProfitable()
1119 if (isFixedInstr(MI)) { in splitPartition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp98 bool isFixedInstr(const MachineInstr *MI) const;
162 bool HexagonSplitDoubleRegs::isFixedInstr(const MachineInstr *MI) const { in isFixedInstr() function in HexagonSplitDoubleRegs
240 if (!DefI || isFixedInstr(DefI)) in partitionRegisters()
255 if (isFixedInstr(UseI)) in partitionRegisters()
440 if (isFixedInstr(UseI)) { in isProfitable()
1159 if (isFixedInstr(MI)) { in splitPartition()