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

/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1445 CCAssignFn *RetCC = RetCC_Mips; local
1446 CCInfo.AnalyzeReturn(Outs, RetCC);
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3663 CCAssignFn *RetCC = CC == CallingConv::WebKit_JS ? RetCC_AArch64_WebKit_JS local
3665 CCInfo.AnalyzeReturn(Outs, RetCC);
H A DAArch64ISelLowering.cpp2646 CCAssignFn *RetCC = CallConv == CallingConv::WebKit_JS local
2653 CCInfo.AnalyzeCallResult(Ins, RetCC);
3222 CCAssignFn *RetCC = CallConv == CallingConv::WebKit_JS local
3227 return CCInfo.CheckReturn(Outs, RetCC);
3236 CCAssignFn *RetCC = CallConv == CallingConv::WebKit_JS local
3242 CCInfo.AnalyzeReturn(Outs, RetCC);

Completed in 753 milliseconds