Searched refs:HandleByVal (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp43 void CCState::HandleByVal(unsigned ValNo, MVT ValVT, MVT LocVT, function in class:CCState
54 MF.getSubtarget().getTargetLowering()->HandleByVal(this, Size,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h233 // 2. HandleByVal fillups ByValRegs.
456 // HandleByVal - Allocate a stack slot large enough to pass an argument by
459 void HandleByVal(unsigned ValNo, MVT ValVT,
H A DTargetLowering.h3662 virtual void HandleByVal(CCState *, unsigned &, unsigned) const {} function in class:llvm::TargetLoweringBase::TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h349 void HandleByVal(CCState *, unsigned &, unsigned) const override;
H A DMipsISelLowering.cpp4499 void MipsTargetLowering::HandleByVal(CCState *State, unsigned &Size, function in class:MipsTargetLowering
4518 // CCState::HandleByVal() rounds up the size after calling this function.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h785 /// HandleByVal - Target-specific cleanup for ByVal support.
786 void HandleByVal(CCState *, unsigned &, unsigned) const override;
H A DARMISelLowering.cpp2487 /// HandleByVal - Every parameter *after* a byval parameter is passed
2491 void ARMTargetLowering::HandleByVal(CCState *State, unsigned &Size, function in class:ARMTargetLowering
3921 // (these two actions are performed by HandleByVal method).
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp517 State.HandleByVal(ValNo++, ArgVT, LocVT, LocInfo, 2, 2, ArgFlags);

Completed in 214 milliseconds