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

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 63 /// CanLowerReturn - true iff the function's return value can be lowered to
65 bool CanLowerReturn;
67 /// DemoteRegister - if CanLowerReturn is false, DemoteRegister is a vreg
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 195 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 70 CanLowerReturn = TLI.CanLowerReturn(Fn->getCallingConv(), *MF,
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 449 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 712 if (!FuncInfo.CanLowerReturn)
    [all...]
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 594 milliseconds