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

  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 76 /// AnalyzeFormalArguments - Analyze an ISD::FORMAL_ARGUMENTS node,
78 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
HexagonCallingConvLower.cpp 63 /// AnalyzeFormalArguments - Analyze an ISD::FORMAL_ARGUMENTS node,
66 Hexagon_CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg>
HexagonISelLowering.cpp 849 CCInfo.AnalyzeFormalArguments(Ins, CC_Hexagon);
    [all...]
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 64 /// AnalyzeFormalArguments - Analyze an array of argument values,
67 CCState::AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 96 /// passing them to AnalyzeFormalArguments()
101 void AnalyzeFormalArguments(CCState &State,
AMDGPUISelLowering.cpp 482 void AMDGPUTargetLowering::AnalyzeFormalArguments(CCState &State,
485 State.AnalyzeFormalArguments(Ins, CC_AMDGPU);
    [all...]
SIISelLowering.cpp 387 AnalyzeFormalArguments(CCInfo, Splits);
    [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 262 /// AnalyzeFormalArguments - Analyze an array of argument values,
264 void AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 273 State.AnalyzeFormalArguments(Ins, CC_MSP430_AssignStack);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 354 CCInfo.AnalyzeFormalArguments(Ins, CC_Sparc32);
554 CCInfo.AnalyzeFormalArguments(Ins, CC_Sparc64);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 683 CCInfo.AnalyzeFormalArguments(Ins, CC_SystemZ);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 776 milliseconds