Home
last modified time | relevance | path

Searched defs:assignValueToAddress (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCCallLowering.cpp57 void OutgoingArgHandler::assignValueToAddress(Register ValVReg, Register Addr, in assignValueToAddress() function in OutgoingArgHandler
151 void PPCIncomingValueHandler::assignValueToAddress(Register ValVReg, in assignValueToAddress() function in PPCIncomingValueHandler
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp45 void assignValueToAddress(Register ValVReg, Register Addr, LLT MemTy, in assignValueToAddress() function
135 void M68kIncomingValueHandler::assignValueToAddress(Register ValVReg, in assignValueToAddress() function in M68kIncomingValueHandler
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86CallLowering.cpp115 void assignValueToAddress(Register ValVReg, Register Addr, LLT MemTy, in assignValueToAddress() function
203 void assignValueToAddress(Register ValVReg, Register Addr, LLT MemTy, in assignValueToAddress() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp125 void assignValueToAddress(Register ValVReg, Register Addr, LLT MemTy, in assignValueToAddress() function
257 void assignValueToAddress(Register ValVReg, Register Addr, LLT MemTy, in assignValueToAddress() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp58 void assignValueToAddress(Register ValVReg, Register Addr, LLT MemTy, in assignValueToAddress() function
138 void assignValueToAddress(Register ValVReg, Register Addr, LLT MemTy, in assignValueToAddress() function
237 void assignValueToAddress(Register ValVReg, Register Addr, LLT MemTy, in assignValueToAddress() function
249 void assignValueToAddress(const CallLowering::ArgInfo &Arg, in assignValueToAddress() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp165 void assignValueToAddress(Register ValVReg, Register Addr, LLT MemTy, in assignValueToAddress() function
291 void assignValueToAddress(Register ValVReg, Register Addr, LLT MemTy, in assignValueToAddress() function
299 void assignValueToAddress(const CallLowering::ArgInfo &Arg, unsigned RegIndex, in assignValueToAddress() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp152 void MipsIncomingValueHandler::assignValueToAddress(Register ValVReg, in assignValueToAddress() function in MipsIncomingValueHandler
243 void MipsOutgoingValueHandler::assignValueToAddress(Register ValVReg, in assignValueToAddress() function in MipsOutgoingValueHandler
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h281 virtual void assignValueToAddress(const ArgInfo &Arg, unsigned ValRegIndex, in assignValueToAddress() function