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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h44 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:llvm::SystemZCCState
55 CCState::AnalyzeFormalArguments(Ins, Fn);
H A DSystemZISelLowering.cpp1344 CCInfo.AnalyzeFormalArguments(Ins, CC_SystemZ);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h110 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:llvm::MipsCCState
113 CCState::AnalyzeFormalArguments(Ins, Fn);
H A DMipsCallLowering.cpp493 CCInfo.AnalyzeFormalArguments(Ins, TLI.CCAssignFnForCall());
H A DMipsISelLowering.cpp3616 CCInfo.AnalyzeFormalArguments(Ins, CC_Mips_FixedArg);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h289 /// AnalyzeFormalArguments - Analyze an array of argument values,
291 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
294 /// The function will invoke AnalyzeFormalArguments.
297 AnalyzeFormalArguments(Ins, Fn);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp86 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:CCState
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp451 CCInfo.AnalyzeFormalArguments(Ins, CC_Lanai32_Fast);
453 CCInfo.AnalyzeFormalArguments(Ins, CC_Lanai32);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp460 CCInfo.AnalyzeFormalArguments(Ins, CC_ARC);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp224 CCInfo.AnalyzeFormalArguments(Ins, getHasAlu32() ? CC_BPF32 : CC_BPF64);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp950 CCInfo.AnalyzeFormalArguments(*Ins, ArgCC_AVR_Vararg);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp448 State.AnalyzeFormalArguments(Ins, CC_MSP430_AssignStack);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1274 CCInfo.AnalyzeFormalArguments(Ins, CC_XCore);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp759 CCInfo.AnalyzeFormalArguments(Ins, CC_Hexagon_HVX);
761 CCInfo.AnalyzeFormalArguments(Ins, CC_Hexagon);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp395 CCInfo.AnalyzeFormalArguments(Ins, CC_Sparc32);
588 CCInfo.AnalyzeFormalArguments(Ins, CC_Sparc64);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1589 CCInfo.AnalyzeFormalArguments(Ins, CCAssignFnForCall(CallConv, isVarArg));
H A DSIISelLowering.cpp2119 CCInfo.AnalyzeFormalArguments(Splits, AssignFn);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1951 CCInfo.AnalyzeFormalArguments(Ins, CC_RISCV_FastCC);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3543 CCInfo.AnalyzeFormalArguments(Ins, CC_PPC32_SVR4);
3650 CCByValInfo.AnalyzeFormalArguments(Ins, CC_PPC32_SVR4_ByVal);
7039 CCInfo.AnalyzeFormalArguments(Ins, CC_AIX);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3998 CCInfo.AnalyzeFormalArguments(Ins, CCAssignFnForCall(CallConv, isVarArg));

Completed in 442 milliseconds