Searched defs:IsTailCall (Results 1 - 17 of 17) sorted by relevance

/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp224 bool &IsTailCall = CLI.IsTailCall; local
230 IsTailCall = false;
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h69 // \brief IsTailCall Should be modified by implementations of FastLowerCall
71 bool IsTailCall; member in struct:llvm::FastISel::CallLoweringInfo
94 IsTailCall(false), NumFixedArgs(-1), CallConv(CallingConv::C),
172 IsTailCall = Value;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1041 bool IsTailCall = CI->isTailCall(); local
1042 if (IsTailCall && !isInTailCallPosition(CS, TM))
1043 IsTailCall = false;
1047 .setTailCall(IsTailCall);
/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp402 bool &IsTailCall = CLI.IsTailCall; local
407 IsTailCall = false;
412 return LowerCCCCallTo(Chain, Callee, CallConv, IsVarArg, IsTailCall, Outs,
583 bool IsTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs,
630 /*IsTailCall=*/false, MachinePointerInfo(),
581 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
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1257 bool IsTailCall = CLI.IsTailCall; local
1267 if (IsTailCall)
H A DMipsISelLowering.cpp2573 const SDLoc &DL, bool IsTailCall,
2575 if (!IsTailCall) {
2662 bool &IsTailCall = CLI.IsTailCall; local
2688 if (IsTailCall)
2689 IsTailCall = isEligibleForTailCallOptimization(
2692 if (!IsTailCall && CLI.CS && CLI.CS->isMustTailCall())
2696 if (IsTailCall)
2706 if (!IsTailCall)
2735 assert(!IsTailCall
2571 passArgOnStack(SDValue StackPtr, unsigned Offset, SDValue Chain, SDValue Arg, const SDLoc &DL, bool IsTailCall, SelectionDAG &DAG) const argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1461 bool IsTailCall = CLI.IsTailCall; local
1470 if (IsTailCall)
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1041 bool &IsTailCall = CLI.IsTailCall; local
1060 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs, Outs))
1061 IsTailCall = false;
1067 if (!IsTailCall)
1142 } else if (IsTailCall) {
1178 if (IsTailCall)
/external/v8/src/debug/
H A Ddebug.h79 inline bool IsTailCall() const { function in class:v8::internal::BreakLocation
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp3013 bool &IsTailCall = CLI.IsTailCall; local
3037 if (IsTailCall)
H A DX86ISelLowering.cpp2915 SelectionDAG &DAG, SDValue &OutRetAddr, SDValue Chain, bool IsTailCall,
2970 bool &isTailCall = CLI.IsTailCall;
2914 EmitTailCallLoadRetAddr( SelectionDAG &DAG, SDValue &OutRetAddr, SDValue Chain, bool IsTailCall, bool Is64Bit, int FPDiff, const SDLoc &dl) const argument
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3062 bool IsTailCall = CLI.IsTailCall; local
3071 if (IsTailCall)
H A DAArch64ISelLowering.cpp2923 bool &IsTailCall = CLI.IsTailCall; local
2934 if (IsTailCall) {
2936 IsTailCall = isEligibleForTailCallOptimization(
2938 if (!IsTailCall && CLI.CS && CLI.CS->isMustTailCall())
2944 if (!TailCallOpt && IsTailCall)
2947 if (IsTailCall)
3015 if (IsTailCall && !IsSibCall) {
3115 if (IsTailCall) {
3205 if (IsTailCall
[all...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1221 CAMLprim value llvm_set_tail_call(value IsTailCall, argument
1223 LLVMSetTailCall(CallInst, Bool_val(IsTailCall));
/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp2753 const bool IsTailCall = (CCInfo & 1); local
2765 IsTailCall));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1527 CAMLprim value llvm_set_tail_call(value IsTailCall, argument
1529 LLVMSetTailCall(CallInst, Bool_val(IsTailCall));
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp2002 bool IsTailCall, bool Is64Bit,
2000 EmitTailCallLoadRetAddr(SelectionDAG &DAG, SDValue &OutRetAddr, SDValue Chain, bool IsTailCall, bool Is64Bit, int FPDiff, DebugLoc dl) const argument

Completed in 2094 milliseconds