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

/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h76 /// AnalyzeFormalArguments - Analyze an ISD::FORMAL_ARGUMENTS node,
78 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
H A DHexagonCallingConvLower.cpp63 /// AnalyzeFormalArguments - Analyze an ISD::FORMAL_ARGUMENTS node,
66 Hexagon_CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> function in class:Hexagon_CCState
H A DHexagonISelLowering.cpp849 CCInfo.AnalyzeFormalArguments(Ins, CC_Hexagon);
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp64 /// AnalyzeFormalArguments - Analyze an array of argument values,
67 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:CCState
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h96 /// passing them to AnalyzeFormalArguments()
101 void AnalyzeFormalArguments(CCState &State,
H A DAMDGPUISelLowering.cpp482 void AMDGPUTargetLowering::AnalyzeFormalArguments(CCState &State, function in class:AMDGPUTargetLowering
485 State.AnalyzeFormalArguments(Ins, CC_AMDGPU);
H A DSIISelLowering.cpp387 AnalyzeFormalArguments(CCInfo, Splits);
H A DR600ISelLowering.cpp1675 AnalyzeFormalArguments(CCInfo, LocalIns);
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h262 /// AnalyzeFormalArguments - Analyze an array of argument values,
264 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp273 State.AnalyzeFormalArguments(Ins, CC_MSP430_AssignStack);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1290 CCInfo.AnalyzeFormalArguments(Ins, CC_XCore);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp354 CCInfo.AnalyzeFormalArguments(Ins, CC_Sparc32);
554 CCInfo.AnalyzeFormalArguments(Ins, CC_Sparc64);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp683 CCInfo.AnalyzeFormalArguments(Ins, CC_SystemZ);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2250 CCInfo.AnalyzeFormalArguments(Ins, CC_PPC32_SVR4);
2323 CCByValInfo.AnalyzeFormalArguments(Ins, CC_PPC32_SVR4_ByVal);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2921 CCInfo.AnalyzeFormalArguments(Ins,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2261 CCInfo.AnalyzeFormalArguments(Ins, CC_X86);

Completed in 384 milliseconds