Searched refs:isCalleePop (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h510 /// isCalleePop - Determines whether the callee is required to pop its
512 bool isCalleePop(CallingConv::ID CallingConv,
H A DX86FastISel.cpp2706 if (X86::isCalleePop(CC, Subtarget->is64Bit(), isVarArg,
H A DX86ISelLowering.cpp2488 if (X86::isCalleePop(CallConv, Is64Bit, isVarArg,
2998 if (X86::isCalleePop(CallConv, Is64Bit, isVarArg,
3493 /// isCalleePop - Determines whether the callee is required to pop its
3495 bool X86::isCalleePop(CallingConv::ID CallingConv, function in class:X86

Completed in 218 milliseconds