HomeSort by: relevance | last modified time | path
    Searched refs:CCMatch (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 1175 bool CCMatch = CallerCC == CalleeCC;
1178 if (canGuaranteeTCO(CalleeCC) && CCMatch)
1219 if (!CCMatch) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 3437 bool CCMatch = CallerCC == CalleeCC;
3452 if (!CCMatch) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 2870 bool CCMatch = CallerCC == CalleeCC;
2873 if (canGuaranteeTCO(CalleeCC) && CCMatch)
2896 if (!CCMatch) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 5301 bool CCMatch = CallerCC == CalleeCC;
5330 return CCMatch;
5381 if (!CCMatch) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 4656 bool CCMatch = CallerCC == CalleeCC;
4669 if (canGuaranteeTCO(CalleeCC) && CCMatch)
4734 if (!CCMatch) {
    [all...]

Completed in 58 milliseconds