OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HexagonBranchRelaxation
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp
1
//===---
HexagonBranchRelaxation
.cpp - Identify and relax long jumps ------===//
48
struct
HexagonBranchRelaxation
: public MachineFunctionPass {
52
HexagonBranchRelaxation
() : MachineFunctionPass(ID) {
80
char
HexagonBranchRelaxation
::ID = 0;
84
INITIALIZE_PASS(
HexagonBranchRelaxation
, "hexagon-brelax",
88
return new
HexagonBranchRelaxation
();
91
bool
HexagonBranchRelaxation
::runOnMachineFunction(MachineFunction &MF) {
103
void
HexagonBranchRelaxation
::computeOffset(MachineFunction &MF,
129
bool
HexagonBranchRelaxation
::relaxBranches(MachineFunction &MF) {
143
bool
HexagonBranchRelaxation
::isJumpOutOfRange(MachineInstr &MI
[
all
...]
HexagonBranchRelaxation.cpp
1
//===---
HexagonBranchRelaxation
.cpp - Identify and relax long jumps ------===//
48
struct
HexagonBranchRelaxation
: public MachineFunctionPass {
52
HexagonBranchRelaxation
() : MachineFunctionPass(ID) {
80
char
HexagonBranchRelaxation
::ID = 0;
84
INITIALIZE_PASS(
HexagonBranchRelaxation
, "hexagon-brelax",
88
return new
HexagonBranchRelaxation
();
91
bool
HexagonBranchRelaxation
::runOnMachineFunction(MachineFunction &MF) {
103
void
HexagonBranchRelaxation
::computeOffset(MachineFunction &MF,
129
bool
HexagonBranchRelaxation
::relaxBranches(MachineFunction &MF) {
143
bool
HexagonBranchRelaxation
::isJumpOutOfRange(MachineInstr &MI
[
all
...]
Completed in 40 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026