HomeSort by relevance Sort by last modified time
    Searched defs:IsTailCall (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 224 bool &IsTailCall = CLI.IsTailCall;
230 IsTailCall = false;
  /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/include/llvm/CodeGen/
FastISel.h 69 // \brief IsTailCall Should be modified by implementations of FastLowerCall
71 bool IsTailCall;
94 IsTailCall(false), NumFixedArgs(-1), CallConv(CallingConv::C),
172 IsTailCall = Value;
  /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/SystemZ/
SystemZISelLowering.cpp 785 return CI->isTailCall();
    [all...]
  /external/v8/src/debug/
debug.h 79 inline bool IsTailCall() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]

Completed in 1141 milliseconds

1 2