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

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 60 /// CanLowerReturn - true iff the function's return value can be lowered to
62 bool CanLowerReturn;
64 /// DemoteRegister - if CanLowerReturn is false, DemoteRegister is a vreg
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 218 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 116 CanLowerReturn = TLI->CanLowerReturn(Fn->getCallingConv(), *MF,
FastISel.cpp 108 if (!FuncInfo.CanLowerReturn)
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 403 bool CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
AArch64FastISel.cpp     [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 564 bool CanLowerReturn(CallingConv::ID CallConv,
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 467 bool CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
MipsFastISel.cpp     [all...]
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h     [all...]
PPCFastISel.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 346 milliseconds