Searched refs:CCMatch (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2770 bool CCMatch = CallerCC == CalleeCC; local
2784 if (!CCMatch)
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2704 bool CCMatch = CallerCC == CalleeCC; local
2716 if (IsTailCallConvention(CalleeCC) && CCMatch)
2764 if (!CCMatch) {
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2087 bool CCMatch = CallerCC == CalleeCC; local
2127 if (!CCMatch) {
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3710 bool CCMatch = CallerCC == CalleeCC; local
3721 if (canGuaranteeTCO(CalleeCC) && CCMatch)
3782 if (!CCMatch) {
[all...]

Completed in 190 milliseconds