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

  /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/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 778 return CI->isTailCall();
    [all...]
  /external/v8/test/unittests/compiler/
node-test-utils.cc     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/v8/src/debug/
debug.h 85 inline bool IsTailCall() const {
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 476 milliseconds