Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h66 unsigned GetNullPtr() const;
H A DMipsABIInfo.cpp96 unsigned MipsABIInfo::GetNullPtr() const { in GetNullPtr() function in MipsABIInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp416 unsigned ZERO = ABI.GetNullPtr(); in emitPrologue()
703 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2730 unsigned ZeroReg = IsAddress ? ABI.GetNullPtr() : ABI.GetZeroReg(); in loadImmediate()