Searched defs:assignValueToAddress (Results 1 – 6 of 6) sorted by relevance
/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/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/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
|
/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsCallLowering.cpp | 191 void MipsIncomingValueHandler::assignValueToAddress(Register ValVReg, in assignValueToAddress() function in MipsIncomingValueHandler 283 void MipsOutgoingValueHandler::assignValueToAddress(Register ValVReg, in assignValueToAddress() function in MipsOutgoingValueHandler
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 267 virtual void assignValueToAddress(const ArgInfo &Arg, unsigned ValRegIndex, in assignValueToAddress() function
|