Home
last modified time | relevance | path

Searched defs:IsTailCall (Results 1 – 18 of 18) sorted by relevance

/external/v8/test/unittests/compiler/
Dnode-test-utils.cc1932 Matcher<Node*> IsTailCall( in IsTailCall() function
1945 Matcher<Node*> IsTailCall( in IsTailCall() function
1959 Matcher<Node*> IsTailCall( in IsTailCall() function
1975 Matcher<Node*> IsTailCall( in IsTailCall() function
1992 Matcher<Node*> IsTailCall( in IsTailCall() function
2011 Matcher<Node*> IsTailCall( in IsTailCall() function
2031 Matcher<Node*> IsTailCall( in IsTailCall() function
/external/llvm/include/llvm/CodeGen/
DFastISel.h67 bool IsTailCall; member
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp263 bool &IsTailCall = CLI.IsTailCall; in LowerCall() local
/external/v8/src/debug/
Ddebug.h85 inline bool IsTailCall() const { in IsTailCall() function
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1449 bool IsTailCall = CLI.IsTailCall; in fastLowerCall() local
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1244 bool IsTailCall = CLI.IsTailCall; in fastLowerCall() local
DMipsISelLowering.cpp2493 bool IsTailCall, SelectionDAG &DAG) const { in passArgOnStack()
2581 bool &IsTailCall = CLI.IsTailCall; in LowerCall() local
/external/v8/src/compiler/
Dinstruction.h876 bool IsTailCall() const { in IsTailCall() function
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1039 bool IsTailCall = CI->isTailCall(); in lowerCall() local
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2836 bool &IsTailCall = CLI.IsTailCall; in fastLowerCall() local
DX86ISelLowering.cpp3004 bool IsTailCall, bool Is64Bit, in EmitTailCallLoadRetAddr()
/external/llvm/include/llvm/Target/
DTargetLowering.h2345 bool IsTailCall; member
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1471 CAMLprim value llvm_set_tail_call(value IsTailCall, in llvm_set_tail_call()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3034 bool IsTailCall = CLI.IsTailCall; in fastLowerCall() local
DAArch64ISelLowering.cpp2863 bool &IsTailCall = CLI.IsTailCall; in LowerCall() local
/external/llvm/bindings/go/llvm/
Dir.go1169 func (v Value) IsTailCall() bool { return C.LLVMIsTailCall(v.C) != 0 } func
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1016 bool &IsTailCall = CLI.IsTailCall; in LowerCall() local
/external/v8/src/crankshaft/
Dhydrogen-instructions.h2221 bool IsTailCall() const { return tail_call_mode() == TailCallMode::kAllow; } in IsTailCall() function