Searched refs:getInRegsParamInfo (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 460 void getInRegsParamInfo(unsigned InRegsParamRecordIndex, in getInRegsParamInfo() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 471 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 2988 CCInfo.getInRegsParamInfo(ByValIdx, FirstByValReg, LastByValReg); in LowerCall() 3361 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1911 CCInfo.getInRegsParamInfo(CurByValIdx, RegBegin, RegEnd); in LowerCall() 3572 CCInfo.getInRegsParamInfo(InRegsParamRecordIdx, RBegin, REnd); in StoreByValRegs() 3667 CCInfo.getInRegsParamInfo(CCInfo.getInRegsParamsProcessed(), RBegin, REnd); in LowerFormalArguments()
|