Home
last modified time | relevance | path

Searched refs:assignCustomValue (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp103 unsigned assignCustomValue(CallLowering::ArgInfo &Arg,
165 MipsIncomingValueHandler::assignCustomValue(CallLowering::ArgInfo &Arg, in assignCustomValue() function in MipsIncomingValueHandler
208 unsigned assignCustomValue(CallLowering::ArgInfo &Arg,
255 MipsOutgoingValueHandler::assignCustomValue(CallLowering::ArgInfo &Arg, in assignCustomValue() function in MipsOutgoingValueHandler
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp132 unsigned assignCustomValue(CallLowering::ArgInfo &Arg, in assignCustomValue() function
300 unsigned assignCustomValue(ARMCallLowering::ArgInfo &Arg, in assignCustomValue() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h285 virtual unsigned assignCustomValue(ArgInfo &Arg, in assignCustomValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp623 Handler.assignCustomValue(Args[i], makeArrayRef(ArgLocs).slice(j)); in handleAssignments()