Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp105 unsigned assignCustomValue(CallLowering::ArgInfo &Arg,
167 MipsIncomingValueHandler::assignCustomValue(CallLowering::ArgInfo &Arg, in assignCustomValue() function in MipsIncomingValueHandler
212 unsigned assignCustomValue(CallLowering::ArgInfo &Arg,
259 MipsOutgoingValueHandler::assignCustomValue(CallLowering::ArgInfo &Arg, in assignCustomValue() function in MipsOutgoingValueHandler
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp141 unsigned assignCustomValue(CallLowering::ArgInfo &Arg, in assignCustomValue() function
317 unsigned assignCustomValue(ARMCallLowering::ArgInfo &Arg, in assignCustomValue() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp119 unsigned assignCustomValue(CallLowering::ArgInfo &Arg, in assignCustomValue() function
245 unsigned assignCustomValue(CallLowering::ArgInfo &Arg, in assignCustomValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h308 virtual unsigned assignCustomValue(ArgInfo &Arg, ArrayRef<CCValAssign> VAs,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp769 unsigned NumArgRegs = Handler.assignCustomValue( in handleAssignments()