HomeSort by relevance Sort by last modified time
    Searched defs:IsTailCall (Results 1 - 10 of 10) 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),
163 IsTailCall = Value;
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 265 bool &IsTailCall = CLI.IsTailCall;
271 IsTailCall = false;
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp     [all...]
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 642 if (!CI->isTailCall())
836 bool &IsTailCall = CLI.IsTailCall;
849 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs))
850 IsTailCall = false;
856 if (!IsTailCall)
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 592 milliseconds