Searched refs:AnalyzeFormalArguments (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCCState.h50 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:llvm::AIXCCState
54 CCState::AnalyzeFormalArguments(Ins, Fn);
H A DPPCISelLowering.cpp4169 CCInfo.AnalyzeFormalArguments(Ins, CC_PPC32_SVR4);
4270 CCByValInfo.AnalyzeFormalArguments(Ins, CC_PPC32_SVR4_ByVal);
7090 CCInfo.AnalyzeFormalArguments(Ins, CC_AIX);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h139 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:llvm::MipsCCState
142 CCState::AnalyzeFormalArguments(Ins, Fn);
H A DMipsISelLowering.cpp3656 CCInfo.AnalyzeFormalArguments(Ins, CC_Mips_FixedArg);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h51 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:llvm::SystemZCCState
62 CCState::AnalyzeFormalArguments(Ins, Fn);
H A DSystemZISelLowering.cpp1592 CCInfo.AnalyzeFormalArguments(Ins, CC_SystemZ);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h260 /// AnalyzeFormalArguments - Analyze an array of argument values,
262 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
265 /// The function will invoke AnalyzeFormalArguments.
268 AnalyzeFormalArguments(Ins, Fn);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp85 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:CCState
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp449 CCInfo.AnalyzeFormalArguments(Ins, CC_Lanai32_Fast);
451 CCInfo.AnalyzeFormalArguments(Ins, CC_Lanai32);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp498 CCInfo.AnalyzeFormalArguments(Ins, CC_ARC);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp342 CCInfo.AnalyzeFormalArguments(Ins, getHasAlu32() ? CC_BPF32 : CC_BPF64);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp791 CCInfo.AnalyzeFormalArguments(Ins, CC_Hexagon_HVX);
793 CCInfo.AnalyzeFormalArguments(Ins, CC_Hexagon_Legacy);
795 CCInfo.AnalyzeFormalArguments(Ins, CC_Hexagon);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp349 CCInfo.AnalyzeFormalArguments(Ins, CCAssignFnForCall(CallConv, IsVarArg));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp448 State.AnalyzeFormalArguments(Ins, CC_MSP430_AssignStack);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1181 CCInfo.AnalyzeFormalArguments(Ins, CC_XCore);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp443 CCInfo.AnalyzeFormalArguments(Ins, CC_Sparc32);
636 CCInfo.AnalyzeFormalArguments(Ins, CC_Sparc64);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1398 CCInfo.AnalyzeFormalArguments(Ins, ArgCC_AVR_Vararg);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1467 CCInfo.AnalyzeFormalArguments(Ins, CCAssignFnForCall(CallConv, isVarArg));
H A DSIISelLowering.cpp2836 CCInfo.AnalyzeFormalArguments(Splits, AssignFn);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp935 CCInfo.AnalyzeFormalArguments(Ins, CC_M68k);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp460 CCInfo.AnalyzeFormalArguments(Ins, getParamCC(CallConv, false));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3882 CCInfo.AnalyzeFormalArguments(Ins, CC_LoongArch_GHC);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4486 CCInfo.AnalyzeFormalArguments(Ins, CCAssignFnForCall(CallConv, isVarArg));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18128 CCInfo.AnalyzeFormalArguments(Ins, RISCV::CC_RISCV_GHC);

Completed in 610 milliseconds