HomeSort by relevance Sort by last modified time
    Searched refs:isFixedInstr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 76 bool isFixedInstr(const MachineInstr *MI) const;
138 bool HexagonSplitDoubleRegs::isFixedInstr(const MachineInstr *MI) const {
217 if (!DefI || isFixedInstr(DefI))
232 if (isFixedInstr(UseI))
393 if (isFixedInstr(UseI)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 98 bool isFixedInstr(const MachineInstr *MI) const;
162 bool HexagonSplitDoubleRegs::isFixedInstr(const MachineInstr *MI) const {
240 if (!DefI || isFixedInstr(DefI))
255 if (isFixedInstr(UseI))
440 if (isFixedInstr(UseI)) {
    [all...]

Completed in 331 milliseconds