Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.cpp486 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
553 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
819 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerTailCall()
976 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
DAArch64Subtarget.h309 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv() function
DAArch64ISelLowering.cpp3581 if (Subtarget->hasCustomCallingConv()) in LowerFormalArguments()
3840 if (Subtarget->hasCustomCallingConv()) { in isEligibleForTailCallOptimization()
4296 if (Subtarget->hasCustomCallingConv()) in LowerCall()
4646 if (Subtarget->hasCustomCallingConv()) in LowerDarwinGlobalTLSAddress()
8618 if (Subtarget->hasCustomCallingConv()) in LowerWindowsDYNAMIC_STACKALLOC()
DAArch64FastISel.cpp2963 if (Subtarget->hasCustomCallingConv()) in fastLowerArguments()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64CallLowering.cpp511 if (Subtarget.hasCustomCallingConv()) in lowerFormalArguments()
578 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) { in doCallerAndCalleePassArgsTheSameWay()
844 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerTailCall()
1000 if (MF.getSubtarget<AArch64Subtarget>().hasCustomCallingConv()) in lowerCall()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h340 bool hasCustomCallingConv() const { return CustomCallSavedXRegs.any(); } in hasCustomCallingConv() function
DAArch64ISelLowering.cpp4723 if (Subtarget->hasCustomCallingConv()) in LowerFormalArguments()
4997 if (Subtarget->hasCustomCallingConv()) { in isEligibleForTailCallOptimization()
5518 if (Subtarget->hasCustomCallingConv()) in LowerCall()
5865 if (Subtarget->hasCustomCallingConv()) in LowerDarwinGlobalTLSAddress()
10318 if (Subtarget->hasCustomCallingConv()) in LowerWindowsDYNAMIC_STACKALLOC()
DAArch64FastISel.cpp2961 if (Subtarget->hasCustomCallingConv()) in fastLowerArguments()