Home
last modified time | relevance | path

Searched refs:resultsCompatible (Results 1 – 11 of 11) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp261 bool CCState::resultsCompatible(CallingConv::ID CalleeCC, in resultsCompatible() function in CCState
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h445 bool resultsCompatible(CallLoweringInfo &Info, MachineFunction &MF,
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h506 static bool resultsCompatible(CallingConv::ID CalleeCC,
/src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp838 if (!resultsCompatible(Info, MF, InArgs, CalleeAssigner, CallerAssigner)) in doCallerAndCalleePassArgsTheSameWay()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1192 bool CallLowering::resultsCompatible(CallLoweringInfo &Info, in resultsCompatible() function in CallLowering
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1035 return resultsCompatible(Info, MF, InArgs, CalleeAssigner, CallerAssigner); in doCallerAndCalleePassArgsTheSameWay()
H A DSIISelLowering.cpp3570 if (!CCState::resultsCompatible(CalleeCC, CallerCC, MF, Ctx, Ins, in isEligibleForTailCallOptimization()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2830 if (!CCState::resultsCompatible(CalleeCC, CallerCC, MF, C, Ins, in IsEligibleForTailCallOptimization()
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1274 if (!CCState::resultsCompatible(CalleeCC, CallerCC, MF, C, Ins, RetCC_M68k, in IsEligibleForTailCallOptimization()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3078 if (!CCState::resultsCompatible( in IsEligibleForTailCallOptimization()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8045 if (!CCState::resultsCompatible(CalleeCC, CallerCC, MF, C, Ins, in isEligibleForTailCallOptimization()