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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3885 bool &IsCPRC) const;
3994 bool IsCPRC = false; local
3997 I.info = classifyArgumentType(I.type, FI.isVariadic(), IsCPRC);
4006 if (!IsCPRC && PreAllocationGPRs < NumGPRs && AllocatedGPRs > NumGPRs && StackUsed) {
4200 bool &IsCPRC) const {
4226 IsCPRC = true;
4237 IsCPRC = true;
4250 IsCPRC = true;
4259 IsCPRC = true;
4264 IsCPRC
[all...]

Completed in 54 milliseconds