Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
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/
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/
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/
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/
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/
DCallLowering.h281 virtual void assignValueToAddress(const ArgInfo &Arg, unsigned ValRegIndex, in assignValueToAddress() function