HomeSort by: relevance | last modified time | path
    Searched refs:GetNullPtr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h 66 unsigned GetNullPtr() const;
MipsABIInfo.cpp 89 unsigned MipsABIInfo::GetNullPtr() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 416 unsigned ZERO = ABI.GetNullPtr();
703 unsigned ZERO = ABI.GetNullPtr();
MipsISelLowering.cpp 1778 .addReg(ABI.GetNullPtr()).addImm(-4);
1965 .addReg(ABI.GetNullPtr()).addImm(-4);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 2721 unsigned ZeroReg = IsAddress ? ABI.GetNullPtr() : ABI.GetZeroReg();

Completed in 25 milliseconds