Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h1104 bool isTailCall, bool isVarArg, bool isPatchPoint,
1160 bool isTailCall, bool isPatchPoint,
1169 bool isTailCall, bool isPatchPoint,
1178 bool isTailCall, bool isPatchPoint,
1187 bool isTailCall, bool isPatchPoint,
HDPPCISelLowering.cpp5080 const PPCSubtarget &Subtarget, bool isPatchPoint) { in isIndirectCall() argument
5082 if (isPatchPoint) in isIndirectCall()
5100 static unsigned getCallOpcode(bool isIndirectCall, bool isPatchPoint, in getCallOpcode() argument
5365 bool isPatchPoint, bool hasNest, SelectionDAG &DAG, in buildCallOperands() argument
5380 assert(!isPatchPoint && "Patch point call are not indirect."); in buildCallOperands()
5423 if ((Subtarget.is64BitELFABI() || Subtarget.isAIXABI()) && !isPatchPoint) in buildCallOperands()
5444 bool isPatchPoint, bool hasNest, SelectionDAG &DAG, in FinishCall() argument
5453 const bool isIndirect = isIndirectCall(Callee, DAG, Subtarget, isPatchPoint); in FinishCall()
5454 unsigned CallOpc = getCallOpcode(isIndirect, isPatchPoint, isTailCall, in FinishCall()
5468 buildCallOperands(Ops, CallConv, dl, isTailCall, isVarArg, isPatchPoint, in FinishCall()
[all …]