Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp661 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
735 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
987 if (Subtarget.hasCustomCallingConv()) in lowerTailCall()
1216 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h222 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv() function
H A DAArch64FastISel.cpp2915 if (Subtarget->hasCustomCallingConv()) in fastLowerArguments()
H A DAArch64ISelLowering.cpp6662 if (Subtarget->hasCustomCallingConv()) in LowerFormalArguments()
6995 if (Subtarget->hasCustomCallingConv()) { in isEligibleForTailCallOptimization()
7620 if (Subtarget->hasCustomCallingConv()) in LowerCall()
8061 if (Subtarget->hasCustomCallingConv()) in LowerDarwinGlobalTLSAddress()
13327 if (Subtarget->hasCustomCallingConv()) in LowerWindowsDYNAMIC_STACKALLOC()