Searched defs:AnalyzeFormalArguments (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsCCState.h93 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:llvm::MipsCCState
96 CCState::AnalyzeFormalArguments(Ins, Fn);
/external/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h45 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:llvm::SystemZCCState
56 CCState::AnalyzeFormalArguments(Ins, Fn);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DCallingConvLower.cpp66 /// AnalyzeFormalArguments - Analyze an array of argument values,
69 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:CCState
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp70 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:CCState
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp638 void AMDGPUTargetLowering::AnalyzeFormalArguments(CCState &State, function in class:AMDGPUTargetLowering
641 State.AnalyzeFormalArguments(Ins, CC_AMDGPU);

Completed in 283 milliseconds