HomeSort by relevance Sort by last modified time
    Searched refs:getMaximalGlobalOffset (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 151 unsigned MaxOffset = TLI->getMaximalGlobalOffset();
286 unsigned MaxOffset = TLI->getMaximalGlobalOffset();
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 237 /// getMaximalGlobalOffset - Returns the maximal possible offset which can
239 unsigned getMaximalGlobalOffset() const override;
AArch64ISelLowering.cpp 632 unsigned AArch64TargetLowering::getMaximalGlobalOffset() const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 354 /// getMaximalGlobalOffset - Returns the maximal possible offset which can
356 unsigned getMaximalGlobalOffset() const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 108 milliseconds