Home
last modified time | relevance | path

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

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