/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 260 virtual void assignValueToAddress(Register ValVReg, Register Addr, 267 virtual void assignValueToAddress(const ArgInfo &Arg, unsigned ValRegIndex, in assignValueToAddress() function 271 assignValueToAddress(Arg.Regs[ValRegIndex], Addr, Size, MPO, VA); in assignValueToAddress()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsCallLowering.cpp | 32 assignValueToAddress(VReg, VA); in assign() 103 void assignValueToAddress(Register ValVReg, const CCValAssign &VA) override; 191 void MipsIncomingValueHandler::assignValueToAddress(Register ValVReg, in assignValueToAddress() function in MipsIncomingValueHandler 227 void assignValueToAddress(Register ValVReg, const CCValAssign &VA) override; 283 void MipsOutgoingValueHandler::assignValueToAddress(Register ValVReg, in assignValueToAddress() function in MipsOutgoingValueHandler
|
H A D | MipsCallLowering.h | 55 virtual void assignValueToAddress(Register ValVReg,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86CallLowering.cpp | 114 void assignValueToAddress(Register ValVReg, Register Addr, uint64_t Size, in assignValueToAddress() function 189 void assignValueToAddress(Register ValVReg, Register Addr, uint64_t Size, in assignValueToAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 160 void assignValueToAddress(Register ValVReg, Register Addr, uint64_t MemSize, in assignValueToAddress() function 279 void assignValueToAddress(Register ValVReg, Register Addr, uint64_t Size, in assignValueToAddress() function 287 void assignValueToAddress(const CallLowering::ArgInfo &Arg, unsigned RegIndex, in assignValueToAddress() function 316 assignValueToAddress(ValVReg, Addr, MemSize, MPO, VA); in assignValueToAddress()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCallLowering.cpp | 57 void assignValueToAddress(Register ValVReg, Register Addr, uint64_t Size, in assignValueToAddress() function 125 void assignValueToAddress(Register ValVReg, Register Addr, uint64_t MemSize, in assignValueToAddress() function 217 void assignValueToAddress(Register ValVReg, Register Addr, uint64_t Size, in assignValueToAddress() function 229 void assignValueToAddress(const CallLowering::ArgInfo &Arg, in assignValueToAddress() function 242 assignValueToAddress(ValVReg, Addr, MemSize, MPO, VA); in assignValueToAddress()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.cpp | 124 void assignValueToAddress(Register ValVReg, Register Addr, uint64_t Size, in assignValueToAddress() function 253 void assignValueToAddress(Register ValVReg, Register Addr, uint64_t Size, in assignValueToAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 691 Handler.assignValueToAddress(Args[i], Part, StackAddr, MemSize, MPO, in handleAssignments()
|