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

1 2

  /external/v8/src/compiler/
frame-elider.cc 56 if (last->IsThrow() || last->IsTailCall() ||
instruction.h 876 bool IsTailCall() const {
    [all...]
  /external/v8/test/unittests/compiler/
node-test-utils.h 149 Matcher<Node*> IsTailCall(
154 Matcher<Node*> IsTailCall(
159 Matcher<Node*> IsTailCall(
165 Matcher<Node*> IsTailCall(
171 Matcher<Node*> IsTailCall(
178 Matcher<Node*> IsTailCall(
185 Matcher<Node*> IsTailCall(
tail-call-optimization-unittest.cc 95 EXPECT_THAT(r.replacement(), IsTailCall(kCallDescriptor, p0, p1,
167 EXPECT_THAT(r.replacement(), IsTailCall(kCallDescriptor, p0, p1,
node-test-utils.cc     [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 65 // \brief IsTailCall Should be modified by implementations of FastLowerCall
67 bool IsTailCall;
90 IsTailCall(false), NumFixedArgs(-1), CallConv(CallingConv::C),
168 IsTailCall = Value;
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 263 bool &IsTailCall = CLI.IsTailCall;
269 IsTailCall = false;
  /external/v8/test/unittests/interpreter/
interpreter-assembler-unittest.cc 337 IsTailCall(
374 IsTailCall(
468 IsTailCall(_, _, accumulator_value_2, _, _, _, _));
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
MipsISelLowering.h 489 SDValue Arg, SDLoc DL, bool IsTailCall,
MipsFastISel.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 334 if ((CallConv == CallingConv::Fast && CLI.IsTailCall &&
338 CLI.IsTailCall = false;
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
SelectionDAGBuilder.h 708 void LowerCallTo(ImmutableCallSite CS, SDValue Callee, bool IsTailCall,
    [all...]
  /external/v8/src/debug/
debug.h 85 inline bool IsTailCall() const {
debug.cc 628 step_break = location.IsTailCall();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86FastISel.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 778 return CI->isTailCall();
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]

Completed in 537 milliseconds

1 2