Home
last modified time | relevance | path

Searched refs:GetNullPtr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h66 unsigned GetNullPtr() const;
H A DMipsABIInfo.cpp91 unsigned MipsABIInfo::GetNullPtr() const { in GetNullPtr() function in MipsABIInfo
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp416 unsigned ZERO = ABI.GetNullPtr(); in emitPrologue()
702 unsigned ZERO = ABI.GetNullPtr(); in emitEpilogue()
H A DMipsISelLowering.cpp1786 .addReg(ABI.GetNullPtr()).addImm(-4); in emitAtomicBinaryPartword()
1973 .addReg(ABI.GetNullPtr()).addImm(-4); in emitAtomicCmpSwapPartword()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2721 unsigned ZeroReg = IsAddress ? ABI.GetNullPtr() : ABI.GetZeroReg(); in loadImmediate()