Searched refs:getMaximalGlobalOffset (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DGlobalMerge.cpp127 unsigned MaxOffset = TLI->getMaximalGlobalOffset();
174 unsigned MaxOffset = TLI->getMaximalGlobalOffset();
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h354 /// getMaximalGlobalOffset - Returns the maximal possible offset which can
356 virtual unsigned getMaximalGlobalOffset() const;
H A DARMISelLowering.cpp1043 /// getMaximalGlobalOffset - Returns the maximal possible offset which can
1045 unsigned ARMTargetLowering::getMaximalGlobalOffset() const { function in class:ARMTargetLowering
/external/llvm/include/llvm/Target/
H A DTargetLowering.h802 /// getMaximalGlobalOffset - Returns the maximal possible offset which can be
804 virtual unsigned getMaximalGlobalOffset() const { function in namespace:llvm

Completed in 80 milliseconds