Searched defs:isTailCall (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp595 bool &isTailCall = CLI.IsTailCall; local
805 LowerCCCCallTo( SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1492 bool &isTailCall = CLI.IsTailCall; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1611 bool isTailCall = false; local
H A DARMISelLowering.cpp2358 bool &isTailCall = CLI.IsTailCall; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp949 bool &isTailCall = CLI.IsTailCall; local
1016 LowerCCCCallTo( SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2010 virtual bool isTailCall(const MachineInstr &Inst) const { function in class:llvm::ExtAddrMode::TargetInstrInfo
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp349 bool CallBase::isTailCall() const { function in class:CallBase
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1722 bool &isTailCall = CLI.IsTailCall; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2654 bool HexagonInstrInfo::isTailCall(const MachineInstr &MI) const { function in class:HexagonInstrInfo
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp831 bool &isTailCall = CLI.IsTailCall; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1632 bool isTailCall() const { function
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8297 LowerCallTo(const CallBase &CB, SDValue Callee, bool isTailCall, bool isMustTailCall, const BasicBlock *EHPadBB) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4757 static int CalculateTailCallSPDiff(SelectionDAG& DAG, bool isTailCall, argument
5789 bool &isTailCall = CLI.IsTailCall; local
5172 LowerMemOpCallTo( SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue Arg, SDValue PtrOff, int SPDiff, unsigned ArgOffset, bool isPPC64, bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains, SmallVectorImpl<TailCallArgumentInfo> &TailCallArguments, const SDLoc &dl) argument
18300 bool isTailCall = local
[all...]

Completed in 275 milliseconds