Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h68 unsigned GetNullPtr() const;
DMipsABIInfo.cpp82 unsigned MipsABIInfo::GetNullPtr() const { in GetNullPtr() function in MipsABIInfo
/external/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp390 unsigned ZERO = ABI.GetNullPtr(); in emitPrologue()
679 unsigned ZERO = ABI.GetNullPtr(); in emitEpilogue()
DMipsISelLowering.cpp1306 .addReg(ABI.GetNullPtr()).addImm(-4); in emitAtomicBinaryPartword()
1569 .addReg(ABI.GetNullPtr()).addImm(-4); in emitAtomicCmpSwapPartword()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2169 unsigned ZeroReg = IsAddress ? ABI.GetNullPtr() : ABI.GetZeroReg(); in loadImmediate()