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

/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2770 bool CCMatch = CallerCC == CalleeCC; local
2784 if (!CCMatch)
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3691 bool CCMatch = CallerCC == CalleeCC; local
3702 if (canGuaranteeTCO(CalleeCC) && CCMatch)
3763 if (!CCMatch) {
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2704 bool CCMatch = CallerCC == CalleeCC; local
2716 if (IsTailCallConvention(CalleeCC) && CCMatch)
2764 if (!CCMatch) {
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2086 bool CCMatch = CallerCC == CalleeCC; local
2126 if (!CCMatch) {

Completed in 299 milliseconds