Home
last modified time | relevance | path

Searched refs:hasCustomCallingConv (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp600 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
674 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
926 if (Subtarget.hasCustomCallingConv()) in lowerTailCall()
1108 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h358 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv() function
H A DAArch64ISelLowering.cpp5105 if (Subtarget->hasCustomCallingConv()) in LowerFormalArguments()
5383 if (Subtarget->hasCustomCallingConv()) { in isEligibleForTailCallOptimization()
5914 if (Subtarget->hasCustomCallingConv()) in LowerCall()
6269 if (Subtarget->hasCustomCallingConv()) in LowerDarwinGlobalTLSAddress()
10704 if (Subtarget->hasCustomCallingConv()) in LowerWindowsDYNAMIC_STACKALLOC()
H A DAArch64FastISel.cpp2891 if (Subtarget->hasCustomCallingConv()) in fastLowerArguments()