Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonBranchRelaxation.cpp177 return !HII->isJumpWithinBranchRange(*FirstTerm, Distance); in isJumpOutOfRange()
190 return !HII->isJumpWithinBranchRange(*SecondTerm, Distance); in isJumpOutOfRange()
DHexagonInstrInfo.h377 bool isJumpWithinBranchRange(const MachineInstr &MI, unsigned offset) const;
DHexagonInstrInfo.cpp2216 bool HexagonInstrInfo::isJumpWithinBranchRange(const MachineInstr &MI, in isJumpWithinBranchRange() function in HexagonInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonBranchRelaxation.cpp161 return !HII->isJumpWithinBranchRange(&*FirstTerm, Distance); in isJumpOutOfRange()
174 return !HII->isJumpWithinBranchRange(&*SecondTerm, Distance); in isJumpOutOfRange()
DHexagonInstrInfo.h314 bool isJumpWithinBranchRange(const MachineInstr *MI, unsigned offset) const;
DHexagonInstrInfo.cpp2170 bool HexagonInstrInfo::isJumpWithinBranchRange(const MachineInstr *MI, in isJumpWithinBranchRange() function in HexagonInstrInfo