Searched refs:getInRegsParamInfo (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 460 void getInRegsParamInfo(unsigned InRegsParamRecordIndex, in getInRegsParamInfo() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2730 CCInfo.getInRegsParamInfo(ByValIdx, FirstByValReg, LastByValReg); in LowerCall() 3067 CCInfo.getInRegsParamInfo(ByValIdx, FirstByValReg, LastByValReg); in LowerFormalArguments()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1716 CCInfo.getInRegsParamInfo(CurByValIdx, RegBegin, RegEnd); in LowerCall() 3140 CCInfo.getInRegsParamInfo(InRegsParamRecordIdx, RBegin, REnd); in StoreByValRegs() 3238 CCInfo.getInRegsParamInfo(CCInfo.getInRegsParamsProcessed(), RBegin, REnd); in LowerFormalArguments()
|