HomeSort by relevance Sort by last modified time
    Searched defs:AnalyzeFormalArguments (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZCallingConv.h 44 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
55 CCState::AnalyzeFormalArguments(Ins, Fn);
  /external/llvm/lib/Target/Mips/
MipsCCState.h 93 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
96 CCState::AnalyzeFormalArguments(Ins, Fn);
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 70 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 562 void AMDGPUTargetLowering::AnalyzeFormalArguments(CCState &State,
565 State.AnalyzeFormalArguments(Ins, CC_AMDGPU);
    [all...]

Completed in 63 milliseconds