Home
last modified time | relevance | path

Searched refs:hasHipeCC (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
DX86RegisterInfo.cpp205 bool hasHipeCC = (F ? F->getCallingConv() == CallingConv::HiPE : false); in getGPRsForTailCall() local
206 if (hasHipeCC) in getGPRsForTailCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86RegisterInfo.cpp227 bool hasHipeCC = (F.getCallingConv() == CallingConv::HiPE); in getGPRsForTailCall() local
228 if (hasHipeCC) in getGPRsForTailCall()