Searched defs:RetCC (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1458 CCAssignFn *RetCC = RetCC_Mips; local
1459 CCInfo.AnalyzeReturn(Outs, RetCC);
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3696 CCAssignFn *RetCC = CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS local
3698 CCInfo.AnalyzeReturn(Outs, RetCC);
H A DAArch64ISelLowering.cpp2718 CCAssignFn *RetCC = CallConv == CallingConv::WebKit_JS local
2725 CCInfo.AnalyzeCallResult(Ins, RetCC);
3279 CCAssignFn *RetCC = CallConv == CallingConv::WebKit_JS local
3284 return CCInfo.CheckReturn(Outs, RetCC);
3293 CCAssignFn *RetCC = CallConv == CallingConv::WebKit_JS local
3299 CCInfo.AnalyzeReturn(Outs, RetCC);

Completed in 740 milliseconds