Searched refs:getUnconditionalBrDisp (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1181 /// getUnconditionalBrDisp - Returns the maximum displacement that can fit in
1183 static inline unsigned getUnconditionalBrDisp(int Opc) { function
1276 unsigned MaxDisp = getUnconditionalBrDisp(UncondBr);
1672 unsigned MaxDisp = getUnconditionalBrDisp(Br.UncondBr);
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1163 /// getUnconditionalBrDisp - Returns the maximum displacement that can fit in
1165 static inline unsigned getUnconditionalBrDisp(int Opc) { function
1265 unsigned MaxDisp = getUnconditionalBrDisp(UncondBr);
1643 unsigned MaxDisp = getUnconditionalBrDisp(Br.UncondBr);

Completed in 124 milliseconds