| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
| FastISel.h | 56 // \brief IsTailCall Should be modified by implementations of FastLowerCall 58 bool IsTailCall = false; 154 IsTailCall = Value;
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
| FastISel.h | 81 // \brief IsTailCall Should be modified by implementations of FastLowerCall 83 bool IsTailCall = false; 179 IsTailCall = Value;
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/ |
| FastISel.h | 81 // \brief IsTailCall Should be modified by implementations of FastLowerCall 83 bool IsTailCall = false; 179 IsTailCall = Value;
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
| FastISel.h | 81 // \brief IsTailCall Should be modified by implementations of FastLowerCall 83 bool IsTailCall = false; 179 IsTailCall = Value;
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/ |
| FastISel.h | 81 // \brief IsTailCall Should be modified by implementations of FastLowerCall 83 bool IsTailCall = false; 179 IsTailCall = Value;
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/ |
| FastISel.h | 81 // \brief IsTailCall Should be modified by implementations of FastLowerCall 83 bool IsTailCall = false; 179 IsTailCall = Value;
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/ |
| FastISel.h | 81 // \brief IsTailCall Should be modified by implementations of FastLowerCall 83 bool IsTailCall = false; 179 IsTailCall = Value;
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
| FastISel.h | 56 // \brief IsTailCall Should be modified by implementations of FastLowerCall 58 bool IsTailCall = false; 154 IsTailCall = Value;
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/ |
| FastISel.h | 81 // \brief IsTailCall Should be modified by implementations of FastLowerCall 83 bool IsTailCall = false; 179 IsTailCall = Value;
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/ |
| FastISel.h | 81 // \brief IsTailCall Should be modified by implementations of FastLowerCall 83 bool IsTailCall = false; 179 IsTailCall = Value;
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/ |
| FastISel.h | 81 // \brief IsTailCall Should be modified by implementations of FastLowerCall 83 bool IsTailCall = false; 179 IsTailCall = Value;
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/ |
| FastISel.h | 81 // \brief IsTailCall Should be modified by implementations of FastLowerCall 83 bool IsTailCall = false; 179 IsTailCall = Value;
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/ |
| FastISel.h | 81 // \brief IsTailCall Should be modified by implementations of FastLowerCall 83 bool IsTailCall = false; 179 IsTailCall = Value;
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/ |
| FastISel.h | 81 // \brief IsTailCall Should be modified by implementations of FastLowerCall 83 bool IsTailCall = false; 179 IsTailCall = Value;
|
| /external/llvm/lib/Target/PowerPC/ |
| PPCISelLowering.cpp | [all...] |
| PPCISelLowering.h | [all...] |
| /external/llvm/lib/Target/Lanai/ |
| LanaiISelLowering.cpp | 402 bool &IsTailCall = CLI.IsTailCall; 407 IsTailCall = false; 412 return LowerCCCCallTo(Chain, Callee, CallConv, IsVarArg, IsTailCall, Outs, 583 bool IsTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, 630 /*IsTailCall=*/false, MachinePointerInfo(), [all...] |
| /external/llvm/lib/Target/MSP430/ |
| MSP430ISelLowering.cpp | 389 bool &isTailCall = CLI.IsTailCall; 394 isTailCall = false; 401 return LowerCCCCallTo(Chain, Callee, CallConv, isVarArg, isTailCall, 559 bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, 624 /*isTailCall=*/false, [all...] |
| /external/llvm/lib/Target/Hexagon/ |
| HexagonISelLowering.cpp | 538 /*isTailCall=*/false, 599 if (!CI->isTailCall() || Attr.getValueAsString() == "true") 666 bool &isTailCall = CLI.IsTailCall; 701 isTailCall = false; 703 if (isTailCall) { 705 isTailCall = IsEligibleForTailCallOptimization(Callee, CallConv, 712 isTailCall = false; 716 DEBUG(dbgs() << (isTailCall ? "Eligible for Tail Call\n" 804 if (!isTailCall) { [all...] |
| /external/llvm/lib/Target/WebAssembly/ |
| WebAssemblyISelLowering.cpp | 298 if ((CallConv == CallingConv::Fast && CLI.IsTailCall && 302 CLI.IsTailCall = false; 332 /*isTailCall*/ false, MachinePointerInfo(), MachinePointerInfo());
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
| TailRecursionElimination.cpp | 384 if (CI->isTailCall() && CannotTailCallElimCallsMarkedTail) 484 TailCallsAreMarkedTail = CI->isTailCall(); 514 if (TailCallsAreMarkedTail && !CI->isTailCall())
|
| /external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
| MSP430ISelLowering.cpp | 274 bool &isTailCall, 281 isTailCall = false; 288 return LowerCCCCallTo(Chain, Callee, CallConv, isVarArg, isTailCall, 444 bool isTailCall, [all...] |
| /external/syslinux/bios/com32/lua/src/ |
| liblua.c32 | |
| /external/syslinux/efi32/com32/lua/src/ |
| liblua.c32 | |
| /external/llvm/include/llvm/IR/ |
| CallSite.h | 251 bool isTailCall() const { 252 return isCall() && cast<CallInst>(getInstruction())->isTailCall();
|