Home
last modified time | relevance | path

Searched defs:MaxOffs (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp523 unsigned MaxOffs = ((1 << (Bits - 1)) - 1) * Scale; initializeFunctionInfo() local
569 unsigned MaxOffs = ((1 << Bits) - 1) * Scale; initializeFunctionInfo() local
907 unsigned MaxOffs = ((1 << (Bits - 1)) - 1) * Scale; getUnconditionalBrDisp() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp764 CPUsers.push_back(CPUser(&MI, CPEMI, MaxOffs, NegOk, LongFormMaxOffs, in initializeFunctionInfo() local
180 unsigned MaxOffs = ((1 << (Bits-1))-1) * Scale; branchMaxOffsets() local
725 unsigned MaxOffs = ((1 << (Bits-1))-1) * Scale; initializeFunctionInfo() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp845 unsigned MaxOffs = ((1 << (Bits-1))-1) * Scale; initializeFunctionInfo() local
946 unsigned MaxOffs = ((1 << Bits)-1) * Scale; initializeFunctionInfo() local
1870 unsigned MaxOffs = ((1 << Bits) - 1) * Scale; optimizeThumb2Instructions() local
1913 unsigned MaxOffs = ((1 << (Bits-1))-1) * Scale; optimizeThumb2Branches() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp545 uint64_t MaxOffs = 2048; selectGetElementPtr() local