Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h66 unsigned GetNullPtr() const;
DMipsABIInfo.cpp90 unsigned MipsABIInfo::GetNullPtr() const { in GetNullPtr() function in MipsABIInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h67 unsigned GetNullPtr() const;
DMipsABIInfo.cpp90 unsigned MipsABIInfo::GetNullPtr() const { in GetNullPtr() function in MipsABIInfo
/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-project/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp416 unsigned ZERO = ABI.GetNullPtr(); in emitPrologue()
703 unsigned ZERO = ABI.GetNullPtr(); in emitEpilogue()
DMipsISelLowering.cpp1780 .addReg(ABI.GetNullPtr()).addImm(-4); in emitAtomicBinaryPartword()
1967 .addReg(ABI.GetNullPtr()).addImm(-4); in emitAtomicCmpSwapPartword()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp416 unsigned ZERO = ABI.GetNullPtr(); in emitPrologue()
703 unsigned ZERO = ABI.GetNullPtr(); in emitEpilogue()
DMipsISelLowering.cpp1782 .addReg(ABI.GetNullPtr()).addImm(-4); in emitAtomicBinaryPartword()
1969 .addReg(ABI.GetNullPtr()).addImm(-4); in emitAtomicCmpSwapPartword()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2169 unsigned ZeroReg = IsAddress ? ABI.GetNullPtr() : ABI.GetZeroReg(); in loadImmediate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2693 unsigned ZeroReg = IsAddress ? ABI.GetNullPtr() : ABI.GetZeroReg(); in loadImmediate()
/external/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2721 unsigned ZeroReg = IsAddress ? ABI.GetNullPtr() : ABI.GetZeroReg(); in loadImmediate()