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

  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
MipsISelLowering.h 534 SDValue Arg, SDLoc DL, bool IsTailCall,
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 626 void LowerCallTo(ImmutableCallSite CS, SDValue Callee, bool IsTailCall,
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 617 if (!CI->isTailCall())
812 bool &IsTailCall = CLI.IsTailCall;
826 if (IsTailCall && !canUseSiblingCall(ArgCCInfo, ArgLocs))
827 IsTailCall = false;
833 if (!IsTailCall)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]