Searched refs:parametersInCSRMatch (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CallLowering.h | 416 bool parametersInCSRMatch(const MachineRegisterInfo &MRI,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 804 return parametersInCSRMatch(MRI, CallerPreservedMask, OutLocs, OutArgs); in areCalleeOutgoingArgsTailCallable()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 983 bool CallLowering::parametersInCSRMatch( in parametersInCSRMatch() function in CallLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 1066 return parametersInCSRMatch(MRI, CallerPreservedMask, OutLocs, OutArgs); in areCalleeOutgoingArgsTailCallable()
|
| H A D | SIISelLowering.cpp | 3073 return parametersInCSRMatch(MRI, CallerPreserved, ArgLocs, OutVals); in isEligibleForTailCallOptimization()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3637 bool parametersInCSRMatch(const MachineRegisterInfo &MRI,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 1324 if (!parametersInCSRMatch(MRI, CallerPreserved, ArgLocs, OutVals)) in IsEligibleForTailCallOptimization()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 81 bool TargetLowering::parametersInCSRMatch(const MachineRegisterInfo &MRI, in parametersInCSRMatch() function in TargetLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 3108 if (!parametersInCSRMatch(MRI, CallerPreserved, ArgLocs, OutVals)) in IsEligibleForTailCallOptimization()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 7046 if (!parametersInCSRMatch(MRI, CallerPreserved, ArgLocs, OutVals)) in isEligibleForTailCallOptimization()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 5301 if (!parametersInCSRMatch(MRI, CallerPreserved, ArgLocs, OutVals)) in IsEligibleForTailCallOptimization()
|